| | |
| | | @PropertyDef(label = "合同名称", description = "针对轮换粮食必填") |
| | | private String contractName; |
| | | |
| | | // @Column(name = "PLAN_NAME_", length = 50) |
| | | // @PropertyDef(label = "计划名称") |
| | | // private String planName; |
| | | @Column(name = "PLAN_NAME_", length = 50) |
| | | @PropertyDef(label = "计划名称") |
| | | private String planName; |
| | | |
| | | @Column(name = "DEPOT_ID_", length = 50) |
| | | @PropertyDef(label = "目标仓库") |
| | |
| | | |
| | | @Column(name = "TARGET_NUMBER_") |
| | | @PropertyDef(label = "目标数量", description = "单位:KG,手动填报") |
| | | private double targetNumber = 0.0; |
| | | private Double targetNumber = 0.0; |
| | | |
| | | @Column(name = "COMPLETE_NUMBER_") |
| | | @PropertyDef(label = "完成数量", description = "单位:KG,系统自动合计") |
| | | private double completeNumber = 0.0; |
| | | private Double completeNumber = 0.0; |
| | | |
| | | @Column(name = "AUDIT_STATUS_", length = 10) |
| | | @PropertyDef(label = "审核状态", description = "为审核,审核通过,拒接") |