| | |
| | | @PropertyDef(label = "检验类别") |
| | | private String jylb; |
| | | |
| | | @JSONField(format = "yyyy-MM-dd") |
| | | @PropertyDef(label = "检验日期") |
| | | private Date jyrq; |
| | | |
| | | @PropertyDef(label = "检验单位") |
| | | private String jydw; |
| | | |
| | |
| | | @PropertyDef(label = "最后更新时间") |
| | | private Date zhgxsj; |
| | | |
| | | @JSONField(format = "yyyy-MM-dd") |
| | | @PropertyDef(label = "检验日期") |
| | | private Date jyrq; |
| | | |
| | | @PropertyDef(label = "标记位") |
| | | private String bjw; |
| | | |
| | |
| | | @PropertyDef(label = "粮食性质代码") |
| | | private String lsxzdm; |
| | | |
| | | @PropertyDef(label = "报告类型", description = "1-单位检验;2-整体检验;3-其他") |
| | | private String bglx; |
| | | |
| | | } |