czt
2 天以前 46ee5aac0c31c352f19344eb3cfd762817f2559e
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;
}