czt
2024-04-24 47662397ea230dfc5925b6b21a150f8a6d9432d9
src/main/java/com/fzzy/api/entity/Api1207.java
@@ -32,7 +32,7 @@
   @Id
    @PropertyDef(label = "倒仓单号" )
    @Column(name = "dcdh", length = 32)
    @Column(name = "dcdh", length = 33)
    private String dcdh;
    @PropertyDef(label = "倒仓类型" )
@@ -55,6 +55,14 @@
    @Column(name = "drdw", length = 21)
    private String drdw;
    @PropertyDef(label = "倒出库区统一编码")
    @Column(name = "dckqtybm", length = 22)
    private String dckqtybm;
    @PropertyDef(label = "倒入库区统一编码")
    @Column(name = "drkqtybm", length = 22)
    private String drkqtybm;
    @PropertyDef(label = "粮食品种代码" )
    @Column(name = "lspzdm", length = 7)
    private String lspzdm;
@@ -67,6 +75,14 @@
    @Column(name = "drhwdm", length = 30)
    private String drhwdm;
    @PropertyDef(label = "倒出货位统一编码" )
    @Column(name = "dchwtybm", length = 28)
    private String dchwtybm;
    @PropertyDef(label = "倒入货位统一编码" )
    @Column(name = "drhwtybm", length = 28)
    private String drhwtybm;
    @JSONField(format = "yyyy-MM-dd")
    @PropertyDef(label = "倒仓日期" )
    @Column(name = "dcrq", length = 10)