czt
2025-07-26 f495e422b1de10b1d1810158fca1c63f9b60fe45
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")
@@ -115,6 +123,10 @@
    @PropertyDef(label = "产地代码")
    @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)
@@ -170,6 +182,10 @@
    @Column(name = "kzl", precision = 20, scale = 6)
    private double kzl;
    @PropertyDef(label = "扣(增)量原因", description = "扣(增)量不为0时,需注明原因")
    @Column(name = "kzlyy", length = 512)
    private String kzlyy;
    @PropertyDef(label = "值仓保管员姓名")
    @Column(name = "zcbgyxm", length = 256)
    private String zcbgyxm;
@@ -191,6 +207,18 @@
    @Column(name = "ckjsdh", length = 33)
    private String ckjsdh;
    @PropertyDef(label = "质检报告单号")
    @Column(name = "zjbgdh", length = 14)
    private String zjbgdh;
    @PropertyDef(label = "生成方式")
    @Column(name = "scfs", length = 1)
    private Integer scfs;
    @PropertyDef(label = "手动补录原因")
    @Column(name = "sdblyy", length = 400)
    private String sdblyy;
    @PropertyDef(label = "备注")
    @Column(name = "bz", length = 400)
    private String bz;