|  |  |  | 
|---|
|  |  |  | 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; | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "主管粮库代码") | 
|---|
|  |  |  | private String zglkdm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "主管粮库统一代码") | 
|---|
|  |  |  | private String zglktybm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "管理方式") | 
|---|
|  |  |  | private String glfs; | 
|---|
|  |  |  | 
|---|
|  |  |  | private String bjw; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "成品粮规格") | 
|---|
|  |  |  | private String cplgg = "3"; | 
|---|
|  |  |  | 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 = "无"; | 
|---|