| | |
| | | /** |
| | | * @Desc: |
| | | * @author: Andy |
| | | * @update-time: 2023/5/22 根据新国标调整名称,优化字段 |
| | | * @update-time: 2023/5/22 根据新国标调整名称,优化字段 |
| | | */ |
| | | @Data |
| | | @Entity |
| | |
| | | @PropertyDef(label = "库区编码") |
| | | private String deptId; |
| | | |
| | | |
| | | @Column(name = "NAME_", length = 50) |
| | | @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:代储合同") |
| | |
| | | @Column(name = "CUSTOMER_NAME_", length = 50) |
| | | @PropertyDef(label = "客户名称") |
| | | private String customerName; |
| | | |
| | | |
| | | @Column(name = "fddbr", length = 50) |
| | | @PropertyDef(label = "法定代表人") |
| | |
| | | @PropertyDef(label = "本方签约人") |
| | | private String signUser; |
| | | |
| | | @Column(name = "PAY_TYPE_", length = 6) |
| | | @PropertyDef(label = "支付方式") |
| | | private String payType; |
| | | |
| | | /** |
| | | * --------审批信息-------- |
| | | **/ |
| | |
| | | |
| | | @Column(name = "AUDIT_DATE_") |
| | | @PropertyDef(label = "审批时间", description = "格式:yyyy-MM-dd HH:mm:ss") |
| | | private String auditDate; |
| | | private Date auditDate; |
| | | |
| | | @Column(name = "AUDIT_STATUS_", length = 10) |
| | | @PropertyDef(label = "审批状态") |
| | | private String auditStatus; |
| | | |
| | | @Column(name = "CREATE_TIME_") |
| | | @PropertyDef(label = "创建时间") |
| | |
| | | @PropertyDef(label = "完成时间") |
| | | private Date wcrq; |
| | | |
| | | @Column(name = "hqzz", length = 30) |
| | | @PropertyDef(label = "货权组织") |
| | | private String hqzz; |
| | | |
| | | @Column(name = "UPDATE_TIME_") |
| | | @PropertyDef(label = "更新时间") |
| | | private Date updateTime; |