czt
2024-04-23 a03d12962c4439cce9193f178c02164db20f734c
src/main/java/com/fzzy/api/entity/Api1205.java
@@ -38,6 +38,14 @@
    @Column(name = "hwdm", length = 30)
    private String hwdm;
    @PropertyDef(label = "统一货位编码" )
    @Column(name = "tyhwbm", length = 28)
    private String tyhwbm;
    @PropertyDef(label = "计划明细号")
    @Column(name = "jhmxh", length = 50)
    private String jhmxh;
    @PropertyDef(label = "出库通知单号")
    @Column(name = "cktzdh", length = 32)
    private String cktzdh;
@@ -84,7 +92,7 @@
    private String cchlx;
    @PropertyDef(label = "挂车号")
    @Column(name = "gch", length = 7)
    @Column(name = "gch", length = 32)
    private String gch;
    @JSONField(format = "yyyy-MM-dd HH:mm:ss")
@@ -116,6 +124,10 @@
    @Column(name = "cddm", length = 6)
    private String cddm;
    @PropertyDef(label = "检斤类型", description = "0:称重入库(默认)1:标准包入库")
    @Column(name = "jjlx", length = 1)
    private String jjlx = "0";
    @PropertyDef(label = "皮重(公斤)")
    @Column(name = "pz", precision = 20, scale = 6)
    private double pz;