CZT
2023-12-26 604c6337b8806a5686d3931f5577bf371c7dec14
src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1205.java
@@ -26,9 +26,7 @@
     */
    private static final long serialVersionUID = -6381473449862569451L;
    //业务单号由 12 位数字组成,第 1-2 位为业务编码(15 代表粮食出库),第 3-8 位依次为年份的后两位、2 位月份、2位日期,后四位为顺序码。例如:141605041234
    @Id
    @PropertyDef(label = "出库业务单号")
    private String ckywdh;
@@ -68,8 +66,6 @@
    @PropertyDef(label = "车船号")
    private String cch;
    @PropertyDef(label = "挂车号")
    private String gch;
@@ -176,4 +172,6 @@
    @PropertyDef(label = "检斤类型")
    private String jjlx = "无";
    private String lhnd;
}