czt
2024-12-04 e3804feab5c63af6a2c5a7939f2358772e28b5fd
src/main/java/com/fzzy/api/entity/Api1210.java
@@ -39,6 +39,10 @@
    @Column(name = "hwdm", length = 30)
    private String hwdm;
    @PropertyDef(label = "统一货位编码" )
    @Column(name = "tyhwbm", length = 28)
    private String tyhwbm;
    @PropertyDef(label = "粮食数量(公斤)")
    @Column(name = "lssl", precision = 20, scale = 6)
    private double lssl;
@@ -102,4 +106,8 @@
    private Date zhgxsj;
    /*-----上海使用-----*/
    @PropertyDef(label = "计划明细单号")
    @Column(name = "jhmxdh", length = 400)
    private String jhmxdh;
}