czt
2025-09-22 11430ae628f098654579811131abc522d679e870
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;
@@ -21,6 +20,9 @@
    @PropertyDef(label = "货位代码")
    private String hwdm;
    @PropertyDef(label = "统一货位编码" )
    private String tyhwbm;
    @PropertyDef(label = "粮食品种代码")
    private String lspzdm;
@@ -45,6 +47,9 @@
    @PropertyDef(label = "主管粮库代码")
    private String zglkdm;
    @PropertyDef(label = "主管粮库统一代码")
    private String zglktybm;
    @PropertyDef(label = "管理方式")
    private String glfs;
@@ -109,7 +114,17 @@
    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 = "无";