| | |
| | | @PropertyDef(label = "库区编码") |
| | | private String deptId; |
| | | |
| | | |
| | | @Column(name = "NAME_", length = 50) |
| | | @PropertyDef(label = "合同名称") |
| | | private String name; |
| | |
| | | @Column(name = "CUSTOMER_NAME_", length = 50) |
| | | @PropertyDef(label = "客户名称") |
| | | private String customerName; |
| | | |
| | | |
| | | @Column(name = "fddbr", length = 50) |
| | | @PropertyDef(label = "法定代表人") |
| | |
| | | @PropertyDef(label = "审批时间", description = "格式:yyyy-MM-dd HH:mm:ss") |
| | | private String auditDate; |
| | | |
| | | @Column(name = "AUDIT_STATUS_", length = 10) |
| | | @PropertyDef(label = "审批状态") |
| | | private String auditStatus; |
| | | |
| | | @Column(name = "CREATE_TIME_") |
| | | @PropertyDef(label = "创建时间") |
| | | private Date createTime; |