YYC
2023-07-13 43a14ad6fbb68a9c0ce787acce28ce446aac13b0
igds-inout/src/main/java/com/ld/igds/models/InoutLossOver.java
@@ -27,7 +27,7 @@
    @Id
    @Column(name = "ID_", length = 40)
    @PropertyDef(label = "主键")
    @PropertyDef(label = "损益单号", description = "由货位代码+业务日期(yyyyMMdd)+3位顺序号组成")
    private String id;
    @Column(name = "COMPANY_ID_", length = 10)
@@ -41,6 +41,10 @@
    @Column(name = "DEPOT_ID_", length = 50)
    @PropertyDef(label = "所属仓库")
    private String depotId;
    @Column(name = "hwdm", length = 50)
    @PropertyDef(label = "货位代码")
    private String hwdm;
    @Column(name = "TYPE_", length = 10)
    @PropertyDef(label = "类型", description = "损耗/溢出")
@@ -85,7 +89,7 @@
    private double ckzz;
    @Column(name = "AMOUNT_")
    @PropertyDef(label = "重量", description = "损溢数量KG")
    @PropertyDef(label = "重量", description = "损溢数量KG;损耗为正数,溢余为负数")
    private Double amount;
//   @PropertyDef(label = "其中:成货位前损耗(公斤)" )
@@ -184,4 +188,8 @@
    @PropertyDef(label = "更新人")
    private String updateUser;
    @PropertyDef(label = "操作标志", description = "i:新增数据(默认)u:更新数据d:删除数据")
    @Column(name = "czbz", length = 1)
    private String czbz;
}