czt
2024-04-21 51a999d87421497bb7bb25e47965f78261f801c3
src/main/java/com/fzzy/api/entity/Api1209.java
@@ -41,6 +41,10 @@
    @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 = "业务日期" )
    @Column(name = "ywrq")
@@ -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,10 @@
    @Column(name = "sysfzc", length = 1)
    private String sysfzc;
    @PropertyDef(label = "损溢类型",description = "1:损耗,2:损失,3.其他")
    @Column(name = "sylx",length = 1)
    private String sylx;
    @PropertyDef(label = "损溢原因" )
    @Column(name = "syyy", length = 400)
    private String syyy;