czt
2025-09-16 db74943b46ffb5245477894f394c368cc04f93e7
src/main/java/com/fzzy/api/entity/Api1103.java
@@ -4,7 +4,6 @@
import com.bstek.dorado.annotation.PropertyDef;
import lombok.Data;
import lombok.EqualsAndHashCode;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
@@ -21,26 +20,17 @@
@EqualsAndHashCode(callSuper=false)
public class Api1103  implements Serializable {
    /**
    *
    */
   private static final long serialVersionUID = 8095346227076335949L;
    @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;
    /*----------国标字段----------*/
   @Id
    @PropertyDef(label = "仓房代码" )
    @Column(name = "cfdm", length = 25)
    private String cfdm;
    @PropertyDef(label = "统一仓房编码")
    @Column(name = "tycfbm", length = 25)
    private String tycfbm;
    @PropertyDef(label = "仓房名称" )
    @Column(name = "cfmc", length = 256)
@@ -50,13 +40,17 @@
    @Column(name = "kqdm", length = 21)
    private String kqdm;
    @PropertyDef(label = "统一库区代码")
    @Column(name = "tykqdm", length = 22)
    private String tykqdm;
    @PropertyDef(label = "仓房类型代码" )
    @Column(name = "cflxdm", length = 8)
    private String cflxdm;
    @PropertyDef(label = "交付使用日期" )
    @JSONField(format = "yyyy-MM-dd")
    @Column(name = "jfsyrq", nullable = false)
    @Column(name = "jfsyrq")
    private Date jfsyrq;
    @PropertyDef(label = "建设单位" )
@@ -93,51 +87,51 @@
    @PropertyDef(label = "设计仓容" )
    @Column(name = "sjcr", precision = 20, scale = 6)
    private double sjcr;
    private Double sjcr;
    @PropertyDef(label = "仓外长" )
    @Column(name = "cwc", precision = 20, scale = 6)
    private double cwc;
    private Double cwc;
    @PropertyDef(label = "仓外宽" )
    @Column(name = "cwk", precision = 20, scale = 6)
    private double cwk;
    private Double cwk;
    @PropertyDef(label = "仓外檐高" )
    @Column(name = "cwyg", precision = 20, scale = 6)
    private double cwyg;
    private Double cwyg;
    @PropertyDef(label = "仓外顶高" )
    @Column(name = "cwdg", precision = 20, scale = 6)
    private double cwdg;
    private Double cwdg;
    @PropertyDef(label = "筒仓外径" )
    @Column(name = "tcwj", precision = 20, scale = 6)
    private double tcwj;
    private Double tcwj;
    @PropertyDef(label = "仓内长" )
    @Column(name = "cnc", precision = 20, scale = 6)
    private double cnc;
    private Double cnc;
    @PropertyDef(label = "仓内宽" )
    @Column(name = "cnk", precision = 20, scale = 6)
    private double cnk;
    private Double cnk;
    @PropertyDef(label = "仓内檐高" )
    @Column(name = "cnyg", precision = 20, scale = 6)
    private double cnyg;
    private Double cnyg;
    @PropertyDef(label = "仓内装粮线高" )
    @Column(name = "cnzlxg", precision = 20, scale = 6)
    private double cnzlxg;
    private Double cnzlxg;
    @PropertyDef(label = "筒仓内径" )
    @Column(name = "tcnj", precision = 20, scale = 6)
    private double tcnj;
    private Double tcnj;
    @PropertyDef(label = "仓内体积" )
    @Column(name = "cntj", precision = 20, scale = 6)
    private double cntj;
    private Double cntj;
    @PropertyDef(label = "仓门数量" )
    @Column(name = "cmsl")
@@ -149,11 +143,11 @@
    @PropertyDef(label = "仓门高度" )
    @Column(name = "cmgd", precision = 20, scale = 6)
    private double cmgd;
    private Double cmgd;
    @PropertyDef(label = "仓门宽度" )
    @Column(name = "cmkd", precision = 20, scale = 6)
    private double cmkd;
    private Double cmkd;
    @PropertyDef(label = "挡粮门型式" )
    @Column(name = "dlmxs", length = 2)
@@ -249,11 +243,11 @@
    @PropertyDef(label = "仓房经度" )
    @Column(name = "jd", precision = 20, scale = 6)
    private double jd;
    private Double jd;
    @PropertyDef(label = "仓房纬度" )
    @Column(name = "wd", precision = 20, scale = 6)
    private double wd;
    private Double wd;
    @PropertyDef(label = "操作标志" )
    @Column(name = "czbz", length = 1)
@@ -261,10 +255,33 @@
    @PropertyDef(label = "最后更新时间" )
    @JSONField(format = "yyyy-MM-dd HH:mm:ss")
    @Column(name = "zhgxsj", nullable = false)
    @Column(name = "zhgxsj")
    private Date zhgxsj;
    /*----------上海市平台规范字段----------*/
    @PropertyDef(label = "廒间数")
    @Column(name = "ajs")
    private Integer ajs;
    @PropertyDef(label = "仓房承储状态" )
    @Column(name = "cfcczt", length = 1)
    private String cfcczt;
    @PropertyDef(label = "标记位")
    @Column(name = "bjw", length = 40)
    private String bjw;
    /*----------接口系统自定义字段----------*/
    @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;
}