| | |
| | | @Column(name = "ywlx", length = 1) |
| | | private String ywlx; |
| | | |
| | | @PropertyDef(label = "合同种类" ,description = "1:销售合同,2:采购合同,3:委托收储合同,4:委托收购合同") |
| | | @Column(name = "htzl", length = 1) |
| | | private String htzl; |
| | | |
| | | @PropertyDef(label = "客户类型") |
| | | @Column(name = "khlx", length = 1) |
| | | private String khlx; |
| | |
| | | @Column(name = "ydwcsj") |
| | | private Date ydwcsj; |
| | | |
| | | @PropertyDef(label = "验收方式") |
| | | @Column(name = "ysfs", length = 64) |
| | | private String ysfs; |
| | | |
| | | @PropertyDef(label = "签订地点") |
| | | @Column(name = "qddd", length = 512) |
| | | private String qddd; |
| | |
| | | @Column(name = "htzje", precision = 20, scale = 6) |
| | | private BigDecimal htzje; |
| | | |
| | | /** |
| | | * 1:全额先款后货 |
| | | * 2:按到款进度逐批发货 |
| | | * 3:货到并确认后一次性付款 |
| | | * 4:按到货批次逐批确认、逐批付款 |
| | | */ |
| | | @PropertyDef(label = "付款方式") |
| | | @Column(name = "fkfs", length = 1) |
| | | private String fkfs; |
| | | |
| | | @PropertyDef(label = "履约保证金") |
| | | @Column(name = "lybzj", precision = 20, scale = 6) |
| | | private double lybzj; |