czt
2024-06-28 4603da77459b23291191b52a35c5c8ccb9ac60e3
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,16 @@
    private Date zhgxsj;
    @PropertyDef(label = "批次号")
    private String pch;
    private String pch = "无";
    @PropertyDef(label = "标记位")
    private String bjw;
    @PropertyDef(label = "成品粮规格")
    private String cplgg;
    private String cplgg = "3";
    @PropertyDef(label = "来粮代码")
    private String goodscode;
    private String goodscode = "无";
}