@@ -30,7 +30,7 @@ public class ProjectCostBudget extends BaseEntity {
private Integer unitType;
@ApiModelProperty(value = "部门")
- private Integer deptId;
+ private Long deptId;
@ApiModelProperty(value = "费用类型")
private Integer costType;