czt
2024-12-10 f3e014988da194301c9c8fca2d77a93712c0fce6
src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1208.java
@@ -4,7 +4,6 @@
import com.bstek.dorado.annotation.PropertyDef;
import lombok.Data;
import lombok.EqualsAndHashCode;
import java.io.Serializable;
import java.util.Date;
@@ -22,6 +21,9 @@
    @PropertyDef(label = "货位代码")
    private String hwdm;
    @PropertyDef(label = "统一货位编码" )
    private String tyhwbm;
    @PropertyDef(label = "粮食品种代码")
    private String lspzdm;
@@ -35,7 +37,7 @@
    private String shnd;
    @PropertyDef(label = "国别")
    private Date gb;
    private String gb;
    @PropertyDef(label = "产地")
    private String cd;
@@ -45,6 +47,9 @@
    @PropertyDef(label = "主管粮库代码")
    private String zglkdm;
    @PropertyDef(label = "主管粮库统一代码")
    private String zglktybm;
    @PropertyDef(label = "管理方式")
    private String glfs;
@@ -103,16 +108,26 @@
    private Date zhgxsj;
    @PropertyDef(label = "批次号")
    private String pch;
    private String pch = "无";
    @PropertyDef(label = "标记位")
    private String bjw;
    @PropertyDef(label = "成品粮规格")
    private String cplgg;
    private Integer cplgg = 0;
    @PropertyDef(label = "成品粮包数")
    private Integer cplbs = 0;
    @JSONField(format = "yyyy-MM-dd")
    @PropertyDef(label = "生产日期")
    private Date scrq;
    @PropertyDef(label = "保质期")
    private String bzq;
    @PropertyDef(label = "来粮代码")
    private String goodscode;
    private String goodscode = "无";
}