| | |
| | | @PropertyDef(label = "粮食年份", description = "与库存表关联,通过库存变更") |
| | | private String foodYear; |
| | | |
| | | |
| | | @Column(name = "PER_WET_") |
| | | @PropertyDef(label = "水分", description = "百分比,默认为空,来源质检信息") |
| | | private Double perWet; |
| | |
| | | @PropertyDef(label = "保管员", description = "中文名称") |
| | | private String storeKeeperName; |
| | | |
| | | @Column(name = "STORE_DATE_") |
| | | @PropertyDef(label = "入库时间", description = "默认空,通过库存变更") |
| | | private Date storeDate; |
| | | |
| | | @Column(name = "CHECK_DATE_") |
| | | @PropertyDef(label = "最后质检时间", description = "默认空,来源质检信息") |
| | | @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "GMT+8") |