czt
2024-06-29 6277d8d6623a1ab8c38a255b57d62bc62ef8a408
src/main/java/com/fzzy/api/entity/Api1209.java
@@ -34,12 +34,16 @@
   @Id
    @PropertyDef(label = "损溢单号" )
    @Column(name = "sydh", length = 41)
    @Column(name = "sydh", length = 60)
    private String sydh;
    @PropertyDef(label = "货位代码" )
    @Column(name = "hwdm", length = 30)
    private String hwdm;
    @PropertyDef(label = "统一货位编码" )
    @Column(name = "tyhwbm", length = 28)
    private String tyhwbm;
    @JSONField(format = "yyyy-MM-dd")
    @PropertyDef(label = "业务日期" )
@@ -84,7 +88,7 @@
    @Column(name = "jzsysl", precision = 20, scale = 6)
    private double jzsysl;
    @PropertyDef(label = "其中:成货位前损耗(公斤)" )
    @PropertyDef(label = "其中:成货位前损耗(公斤)")
    @Column(name = "qzchwqsh", precision = 20, scale = 6)
    private double qzchwqsh;
@@ -104,6 +108,14 @@
    @Column(name = "sysfzc", length = 1)
    private String sysfzc;
    @PropertyDef(label = "损溢类型",description = "1:损耗,2:损失,3.其他")
    @Column(name = "sylx",length = 1)
    private String sylx;
    @PropertyDef(label = "损溢环节",description = "1:入库损溢,2:出库损溢,3.其他")
    @Column(name = "syhj",length = 1)
    private String syhj;
    @PropertyDef(label = "损溢原因" )
    @Column(name = "syyy", length = 400)
    private String syyy;