| | |
| | | @Entity |
| | | @Table(name = "API_1212") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class Api1212 extends ApiParent implements Serializable { |
| | | public class Api1212 implements Serializable { |
| | | |
| | | |
| | | public static String SORT_PROP = "kqmc"; |
| | |
| | | |
| | | @JSONField(serialize = false) |
| | | @Id |
| | | @Column(name = "id") |
| | | @Column(name = "id", length = 50) |
| | | private String id; |
| | | |
| | | @PropertyDef(label = "单位代码", required = true) |
| | | @PropertyDef(label = "单位代码") |
| | | @Column(name = "dwdm", length = 18) |
| | | private String dwdm; |
| | | |
| | | @PropertyDef(label = "单位名称", required = true) |
| | | @PropertyDef(label = "单位名称") |
| | | @Column(name = "dwmc", length = 256) |
| | | private String dwmc; |
| | | |
| | |
| | | @Column(name = "kqmc", length = 256) |
| | | private String kqmc; |
| | | |
| | | @PropertyDef(label = "客户类型", required = true) |
| | | @PropertyDef(label = "客户类型") |
| | | @Column(name = "khlx", length = 1) |
| | | private String khlx; |
| | | |
| | |
| | | @Column(name = "khtyshxydmhsfzh", length = 18) |
| | | private String khtyshxydmhsfzh; |
| | | |
| | | @PropertyDef(label = "客户名称", required = true) |
| | | @PropertyDef(label = "客户名称") |
| | | @Column(name = "khmc", length = 256) |
| | | private String khmc; |
| | | |
| | |
| | | @Column(name = "zhgxsj") |
| | | private Date zhgxsj; |
| | | |
| | | @JSONField(serialize = false) |
| | | @PropertyDef(label = "业务id") |
| | | @Column(name = "bizId", length = 40) |
| | | private String bizId; |
| | | |
| | | @JSONField(serialize = false) |
| | | @PropertyDef(label = "同步时间", description = "从粮库系统同步到接口管理中心的时间") |
| | | @Column(name = "syncTime") |
| | | private Date syncTime; |
| | | } |