ws
2023-09-26 824e6334fa8ed8b7882a6b8e16a5e4de1b0982bd
src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1205.java
@@ -35,9 +35,6 @@
    @PropertyDef(label = "货位代码")
    private String hwdm;
    @PropertyDef(label = "计划明细号")
    private String jhmxh;
    @PropertyDef(label = "出库通知单号")
    private String cktzdh;
@@ -66,11 +63,13 @@
    @PropertyDef(label = "卸粮地点")
    private String xldd;
    @PropertyDef(label = "车船号类型")
    private String cchlx;
    @PropertyDef(label = "车船号")
    private String cch;
    @PropertyDef(label = "车船号类型")
    private String cchlx;
    @PropertyDef(label = "挂车号")
    private String gch;
@@ -164,11 +163,17 @@
    @PropertyDef(label = "最后更新时间")
    private Date zhgxsj;
    private String pch;
    private String pch ="无";
    private String bjw;
    private String jjdh;
    private String jjdh ="无";
    @PropertyDef(label = "计划明细号")
    private String jhmxh = "无";
    @JSONField(format = "yyyy-MM-dd")
    @PropertyDef(label = "记账日期")
    private Date jzrq;
    @PropertyDef(label = "检斤类型")
    private String jjlx = "无";
}