CZT
2023-11-09 6c6b10257d0df6259ac1811774e1de44a283c7c7
src/main/java/com/fzzy/api/entity/Api1403.java
@@ -28,6 +28,7 @@
    */
   private static final long serialVersionUID = 1L;
    /*----------国标字段----------*/
   @Id
    @PropertyDef(label = "轮换计划单号", description = "单位编码 + 4位年份 + 3位顺序号")
    @Column(name = "lhjhdh", length = 25)
@@ -59,9 +60,13 @@
    @Column(name = "jhxddw", length = 18)
    private String jhxddw;
    @PropertyDef(label = "计划下达单位名称" )
    @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 = "操作标志" )
@@ -86,4 +91,30 @@
    @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;
}