czt
2024-06-28 4603da77459b23291191b52a35c5c8ccb9ac60e3
src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1205.java
@@ -26,14 +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 tyhwbm;
    @PropertyDef(label = "出库通知单号")
    private String cktzdh;
@@ -68,8 +69,6 @@
    @PropertyDef(label = "车船号")
    private String cch;
    @PropertyDef(label = "挂车号")
    private String gch;
@@ -176,4 +175,6 @@
    @PropertyDef(label = "检斤类型")
    private String jjlx = "无";
    private String lhnd;
}