|
@@ -17,7 +17,7 @@ public class CostAccountShareVO {
|
|
|
private Long id;
|
|
|
|
|
|
@ApiModelProperty(name = "responsibilityId",value = "责任中心的Id")
|
|
|
- private Integer responsibilityId;
|
|
|
+ private Long responsibilityId;
|
|
|
|
|
|
@ApiModelProperty(name = "shareLevel",value = "责任中心分摊层级")
|
|
|
private Integer shareLevel;
|
|
@@ -29,7 +29,7 @@ public class CostAccountShareVO {
|
|
|
private String responsibilityName;
|
|
|
|
|
|
@ApiModelProperty(name = "accountingId",value = "成本项目的Id")
|
|
|
- private Integer accountingId;
|
|
|
+ private Long accountingId;
|
|
|
|
|
|
@ApiModelProperty(name = "accountingName",value = "成本项目名称")
|
|
|
private String accountingName;
|