czt
2024-12-10 f3e014988da194301c9c8fca2d77a93712c0fce6
src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1210.java
@@ -25,11 +25,14 @@
    @PropertyDef(label = "货位代码")
    private String hwdm;
    @PropertyDef(label = "统一货位编码" )
    private String tyhwbm;
    @PropertyDef(label = "粮食数量")
    private Double lssl;
    private double lssl;
    @PropertyDef(label = "划转数量")
    private Double hzsl;
    private double hzsl;
    @PropertyDef(label = "批准文号")
    private String bzwh;
@@ -78,4 +81,7 @@
    @PropertyDef(label = "标记位")
    private String bjw;
    @PropertyDef(label = "计划明细单号")
    private String jhmxdh;
}