| | |
| | | */ |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | /*----------国标字段----------*/ |
| | | @Id |
| | | @PropertyDef(label = "轮换计划单号", description = "单位编码 + 4位年份 + 3位顺序号") |
| | | @Column(name = "lhjhdh", length = 25) |
| | |
| | | @Column(name = "jhxddw", length = 18) |
| | | private String jhxddw; |
| | | |
| | | @PropertyDef(label = "统一单位编码") |
| | | @Column(name = "jhxddwtybm", length = 20) |
| | | private String jhxddwtybm; |
| | | |
| | | @PropertyDef(label = "计划下达单位名称" ) |
| | | @Column(name = "jhxddw", length = 256) |
| | | @Column(name = "jhxddwmc", length = 256) |
| | | private String jhxddwmc; |
| | | |
| | | @JSONField(format = "yyyy-MM-dd") |
| | | @PropertyDef(label = "计划下达时间" ) |
| | | @Column(name = "jhxdsj",nullable = false) |
| | | @Column(name = "jhxdsj") |
| | | private Date jhxdsj; |
| | | |
| | | @PropertyDef(label = "操作标志" ) |
| | |
| | | @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 = "wjdz") |
| | | private String wjdz; |
| | | |
| | | @PropertyDef(label = "库区代码") |
| | | @Column(name = "kqdm", length = 21) |
| | |
| | | @PropertyDef(label = "同步时间", description = "从粮库系统同步到接口管理中心的时间") |
| | | @Column(name = "syncTime") |
| | | private Date syncTime; |
| | | |
| | | |
| | | /*----------广东省平台规范字段----------*/ |
| | | @PropertyDef(label = "管理方式" ) |
| | | @Column(name = "manageWay") |
| | | private String manageWay; |
| | | |
| | | @PropertyDef(label = "轮换类型" ) |
| | | @Column(name = "rotationType") |
| | | private String rotationType; |
| | | |
| | | @PropertyDef(label = "文件存储ID" ) |
| | | @Column(name = "fileStorageId") |
| | | private String fileStorageId; |
| | | |
| | | @PropertyDef(label = "文件名称" ) |
| | | @Column(name = "fileName") |
| | | private String fileName; |
| | | |
| | | @PropertyDef(label = "轮入数量" ) |
| | | @Column(name = "rotationInQty") |
| | | private Double rotationInQty; |
| | | |
| | | @PropertyDef(label = "轮出数量" ) |
| | | @Column(name = "rotationOutQty") |
| | | private Double rotationOutQty; |
| | | } |