| | |
| | | public class DrugLogDtl implements Serializable { |
| | | |
| | | @Id |
| | | @Column(name = "ID_", length = 40) |
| | | @PropertyDef(label = "id") |
| | | private String id; |
| | | @Column(name = "DTL_ID_", length = 40) |
| | | @PropertyDef(label = "dtlId") |
| | | private String dtlId; |
| | | |
| | | @Column(name = "DRUG_LOG_ID_", length = 4) |
| | | @PropertyDef(label = "熏蒸备案编号", description = "4位顺序号") |
| | | @Column(name = "DRUG_LOG_ID_", length = 12) |
| | | @PropertyDef(label = "熏蒸备案编号", description = "填报日期yyyyMMdd+4位顺序号") |
| | | private String drugLogId; |
| | | |
| | | @Column(name = "DEPT_ID_", length = 21) |
| | | @PropertyDef(label = "库区代码") |
| | | private String deptId; |
| | | |
| | | @Column(name = "COMPANY_ID_", length = 10) |
| | | @PropertyDef(label = "组织编码") |
| | | private String companyId; |
| | | |
| | | @Column(name = "DEPOT_ID_", length = 50) |
| | | @PropertyDef(label = "仓房/油罐代码") |
| | |
| | | @PropertyDef(label = "粮温") |
| | | private Double lw; |
| | | |
| | | @Column(name = "cw", precision = 20, scale = 3) |
| | | @PropertyDef(label = "仓温") |
| | | private Double cw; |
| | | |
| | | @Column(name = "cnsd", precision = 20, scale = 3) |
| | | @PropertyDef(label = "仓内湿度") |
| | | private Double cnsd; |