| | |
| | | @PropertyDef(label = "计划明细号", description = "针对轮换粮食必填") |
| | | private String planId; |
| | | |
| | | @Column(name = "PLAN_NAME_", length = 40) |
| | | @PropertyDef(label = "计划编码", description = "针对轮换粮食必填") |
| | | private String planName; |
| | | |
| | | @Column(name = "CONTRACT_ID_", length = 40) |
| | | @PropertyDef(label = "合同编码", description = "针对轮换粮食必填") |
| | | private String contractId; |
| | |
| | | |
| | | @Column(name = "TARGET_NUMBER_") |
| | | @PropertyDef(label = "目标数量", description = "单位:吨,手动填报") |
| | | private double targetNumber = 0.0; |
| | | private Double targetNumber = 0.0; |
| | | |
| | | @Column(name = "COMPLETE_NUMBER_") |
| | | @PropertyDef(label = "完成数量", description = "单位:吨,系统自动合计") |
| | | private double completeNumber = 0.0; |
| | | private Double completeNumber = 0.0; |
| | | |
| | | @Column(name = "AUDIT_STATUS_", length = 10) |
| | | @PropertyDef(label = "审核状态", description = "为审核,审核通过,拒接") |