|  |  |  | 
|---|
|  |  |  | import com.alibaba.fastjson.annotation.JSONField; | 
|---|
|  |  |  | import com.bstek.dorado.annotation.PropertyDef; | 
|---|
|  |  |  | import lombok.Data; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import javax.persistence.Column; | 
|---|
|  |  |  | import java.io.Serializable; | 
|---|
|  |  |  | import java.util.Date; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "入库检验单号") | 
|---|
|  |  |  | private String rkjydh; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "统一货位编码" ) | 
|---|
|  |  |  | private String tyhwbm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "货位代码") | 
|---|
|  |  |  | private String hwdm; | 
|---|
|  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "检验结果") | 
|---|
|  |  |  | private String jyjg; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "食品安全指标是否合格") | 
|---|
|  |  |  | private String spaqzbsfhg; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "粮食品种代码") | 
|---|
|  |  |  | private String lspzdm; | 
|---|
|  |  |  |  | 
|---|