|  |  |  | 
|---|
|  |  |  | import com.bstek.dorado.annotation.PropertyDef; | 
|---|
|  |  |  | import com.fzzy.conf.NumberSerializer; | 
|---|
|  |  |  | import lombok.Data; | 
|---|
|  |  |  | import javax.persistence.Column; | 
|---|
|  |  |  | import java.io.Serializable; | 
|---|
|  |  |  | import java.math.BigDecimal; | 
|---|
|  |  |  | import java.util.Date; | 
|---|
|  |  |  | 
|---|
|  |  |  | private String hth; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "合同名称") | 
|---|
|  |  |  | @Column(name = "htmc", length = 128) | 
|---|
|  |  |  | private String htmc; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "单位代码") | 
|---|
|  |  |  | private String dwdm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "业务类别") | 
|---|
|  |  |  | @PropertyDef(label = "统一单位编码") | 
|---|
|  |  |  | private String tydwbm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "业务类别",description = "1:销售合同,2:采购合同,3:委托收储合同,4:委托收购合同") | 
|---|
|  |  |  | private String ywlx; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "购销方式") | 
|---|
|  |  |  | 
|---|
|  |  |  | @JSONField(format = "yyyy-MM-dd") | 
|---|
|  |  |  | @PropertyDef(label = "约定完成时间") | 
|---|
|  |  |  | private Date ydwcsj; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "验收方式") | 
|---|
|  |  |  | private String ysfs; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "签订地点") | 
|---|
|  |  |  | private String qddd; | 
|---|
|  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "结算与合同不一致原因") | 
|---|
|  |  |  | private String jsyhtbyzyy; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 1:全额先款后货 | 
|---|
|  |  |  | * 2:按到款进度逐批发货 | 
|---|
|  |  |  | * 3:货到并确认后一次性付款 | 
|---|
|  |  |  | * 4:按到货批次逐批确认、逐批付款 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @PropertyDef(label = "付款方式") | 
|---|
|  |  |  | private String fkfs; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "客户方开户行") | 
|---|
|  |  |  | private String khfkhh; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "标记位") | 
|---|
|  |  |  | private String bjw; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "轮换年度") | 
|---|
|  |  |  | private String lhnd; | 
|---|
|  |  |  | } | 
|---|