czt
2024-06-28 4603da77459b23291191b52a35c5c8ccb9ac60e3
src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1205.java
@@ -26,17 +26,15 @@
     */
    private static final long serialVersionUID = -6381473449862569451L;
    //业务单号由 12 位数字组成,第 1-2 位为业务编码(15 代表粮食出库),第 3-8 位依次为年份的后两位、2 位月份、2位日期,后四位为顺序码。例如:141605041234
    @Id
    @PropertyDef(label = "出库业务单号")
    private String ckywdh;
    @PropertyDef(label = "货位代码")
    private String hwdm;
    @PropertyDef(label = "计划明细号")
    private String jhmxh;
    @PropertyDef(label = "统一货位编码" )
    private String tyhwbm;
    @PropertyDef(label = "出库通知单号")
    private String cktzdh;
@@ -66,11 +64,11 @@
    @PropertyDef(label = "卸粮地点")
    private String xldd;
    @PropertyDef(label = "车船号")
    private String cch;
    @PropertyDef(label = "车船号类型")
    private String cchlx;
    @PropertyDef(label = "车船号")
    private String cch;
    @PropertyDef(label = "挂车号")
    private String gch;
@@ -164,11 +162,19 @@
    @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 = "无";
    private String lhnd;
}