| | |
| | | import com.bstek.dorado.annotation.PropertyDef; |
| | | import lombok.Data; |
| | | import lombok.EqualsAndHashCode; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | |
| | | @PropertyDef(label = "货位代码") |
| | | private String hwdm; |
| | | |
| | | @PropertyDef(label = "统一货位编码" ) |
| | | private String tyhwbm; |
| | | |
| | | @PropertyDef(label = "粮食品种代码") |
| | | private String lspzdm; |
| | | |
| | |
| | | private String shnd; |
| | | |
| | | @PropertyDef(label = "国别") |
| | | private Date gb; |
| | | private String gb; |
| | | |
| | | @PropertyDef(label = "产地") |
| | | private String cd; |
| | |
| | | |
| | | @PropertyDef(label = "主管粮库代码") |
| | | private String zglkdm; |
| | | |
| | | @PropertyDef(label = "主管粮库统一代码") |
| | | private String zglktybm; |
| | | |
| | | @PropertyDef(label = "管理方式") |
| | | private String glfs; |
| | |
| | | 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 = "无"; |
| | | |
| | | |
| | | } |