@@ -41,7 +41,7 @@ public class AccountingProduct implements Serializable {
/**
* 成本收入Id
*/
- private Integer productId;
+ private Long productId;
* 创建时间13位时间戳
@@ -33,11 +33,11 @@ public class CostResponsibilityDepartment implements Serializable {
* 责任中心Id
- private Integer responsibilityId;
+ private Long responsibilityId;
* 科室名称Id
- private Integer departmentId;
+ private Long departmentId;
* 医院Id
@@ -40,7 +40,7 @@ public class CostShareParam implements Serializable {
* 关联的会计成本的科目的Id
@TableField(updateStrategy = FieldStrategy.IGNORED)
- private String accountingId;
+ private Long accountingId;
@@ -61,7 +61,7 @@ public class Responsibility implements Serializable {
* 分摊级别的Id
- private Integer shareId;
+ private Long shareId;
* 分摊级别 如果是顶层默认为0