| | |
| | | @Entity |
| | | @Table(name = "API_1305") |
| | | @EqualsAndHashCode(callSuper=false) |
| | | public class Api1305 extends ApiParent implements Serializable { |
| | | public class Api1305 implements Serializable { |
| | | |
| | | /** |
| | | * |
| | |
| | | @PropertyDef(label = "仓房代码" ) |
| | | @Column(name = "cfdm", length = 25) |
| | | private String cfdm; |
| | | |
| | | @PropertyDef(label = "统一仓房编码") |
| | | @Column(name = "tycfbm", length = 25) |
| | | private String tycfbm; |
| | | |
| | | @PropertyDef(label = "通风目的" ) |
| | | @Column(name = "tfmd", length = 128) |
| | |
| | | @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 = "库区代码") |
| | | @Column(name = "kqdm", length = 21) |
| | | private String kqdm; |
| | | |
| | | @JSONField(serialize = false) |
| | | @PropertyDef(label = "货位代码") |
| | | @Column(name = "hwdm", length = 30) |
| | | private String hwdm; |
| | | |
| | | @JSONField(serialize = false) |
| | | @PropertyDef(label = "同步时间", description = "从粮库系统同步到接口管理中心的时间") |
| | | @Column(name = "syncTime") |
| | | private Date syncTime; |
| | | } |