| | |
| | | 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 = "统一单位编码") |
| | | private String tydwbm; |
| | | |
| | | @PropertyDef(label = "业务类别") |
| | | private String ywlx; |
| | | |
| | | @PropertyDef(label = "购销方式") |
| | | private String gxfs; |
| | | |
| | | @PropertyDef(label = "客户类型") |
| | | private String khlx; |
| | | |