| | |
| | | @PropertyDef(label = "检验时间") |
| | | private Date time; |
| | | |
| | | @Column(name = "USER_", length = 50) |
| | | @PropertyDef(label = "检验人", description = "检验人员姓名,若有多个保管员") |
| | | private String user; |
| | | |
| | | @Column(name = "UNIT_", length = 50) |
| | | @PropertyDef(label = "检验单位") |
| | | private String unit; |
| | | |
| | | @Column(name = "USER_", length = 50) |
| | | @PropertyDef(label = "检验人", description = "检验人员姓名,若有多个保管员") |
| | | private String user; |
| | | |
| | | @Column(name = "STANDARD_", length = 4) |
| | | @PropertyDef(label = "检验依据", description = "1-国标,0-其他") |
| | |
| | | @Column(name = "RESULT_", length = 40) |
| | | @PropertyDef(label = "检验结论", description = "1、质量指标填写/达标/不达标 2、储存品质指标填写“宜存”、轻度不宜存”、“重度不宜存”3、食品安全指标填写“合格”、不合格” 多项指标时以#分隔,例如:达标|综合判定#宜存#合格 ") |
| | | private String result; |
| | | |
| | | @Column(name = "spaqzbsfhg", length = 40) |
| | | @PropertyDef(label = "食品安全指标是否合格", description = "0-不合格,1-合格") |
| | | private String spaqzbsfhg; |
| | | |
| | | @JSONField(format = "yyyy-MM-dd") |
| | | @PropertyDef(label = "签发日期") |
| | |
| | | @Transient |
| | | private List<CheckItemData> checkItems; |
| | | |
| | | /** |
| | | * --------附件-------- |
| | | **/ |
| | | @Column(name = "FILE_ID_", length = 30) |
| | | @PropertyDef(label = "附件id") |
| | | private String fileId; |
| | | |
| | | @Column(name = "FILE_NAME_", length = 50) |
| | | @PropertyDef(label = "附件名称") |
| | | private String fileName; |
| | | |
| | | @Column(name = "FILE_TIME_") |
| | | @PropertyDef(label = "附件上传时间") |
| | | private Date fileTime; |
| | | |
| | | } |