| | |
| | | @PropertyDef(label = "合同名称") |
| | | private String name; |
| | | |
| | | // @Column(name = "PLAN_ID_", length = 40) |
| | | // @PropertyDef(label = "计划编码") |
| | | // private String planId; |
| | | // |
| | | // @Column(name = "PLAN_NAME_", length = 50) |
| | | // @PropertyDef(label = "计划名称") |
| | | // private String planName; |
| | | @Column(name = "PLAN_ID_", length = 40) |
| | | @PropertyDef(label = "计划编码") |
| | | private String planId; |
| | | |
| | | @Column(name = "PLAN_NAME_", length = 50) |
| | | @PropertyDef(label = "计划名称") |
| | | private String planName; |
| | | |
| | | @Column(name = "TYPE_", length = 10) |
| | | @PropertyDef(label = "业务类别", description = "1:销售合同 2:采购合同 3:代储合同") |
| | |
| | | @PropertyDef(label = "完成时间") |
| | | private Date wcrq; |
| | | |
| | | @Column(name = "hqzz", length = 30) |
| | | @PropertyDef(label = "货权组织") |
| | | private String hqzz; |
| | | |
| | | @Column(name = "UPDATE_TIME_") |
| | | @PropertyDef(label = "更新时间") |
| | | private Date updateTime; |