czt
2 天以前 9f6dacf7b39e5aeba37d8faf575c9e56d8cbe51a
src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1103.java
@@ -23,6 +23,9 @@
    @PropertyDef(label = "仓房名称")
    private String cfmc;
    @PropertyDef(label = "统一仓房编码")
    private String tycfbm;
    @PropertyDef(label = "库区代码")
    private String kqdm;
@@ -58,40 +61,40 @@
    private String dmjg;
    @PropertyDef(label = "设计仓容")
    private double sjcr;
    private Double sjcr;
    @PropertyDef(label = "仓外长")
    private double cwc;
    private Double cwc;
    @PropertyDef(label = "仓外宽")
    private double cwk;
    private Double cwk;
    @PropertyDef(label = "仓外檐高")
    private double cwyg;
    private Double cwyg;
    @PropertyDef(label = "仓外顶高")
    private double cwdg;
    private Double cwdg;
    @PropertyDef(label = "筒仓外径")
    private double tcwj;
    private Double tcwj;
    @PropertyDef(label = "仓内长")
    private double cnc;
    private Double cnc;
    @PropertyDef(label = "仓内宽")
    private double cnk;
    private Double cnk;
    @PropertyDef(label = "仓内檐高")
    private double cnyg;
    private Double cnyg;
    @PropertyDef(label = "仓内装粮线高")
    private double cnzlxg;
    private Double cnzlxg;
    @PropertyDef(label = "筒仓内径")
    private double tcnj;
    private Double tcnj;
    @PropertyDef(label = "仓内体积")
    private double cntj;
    private Double cntj;
    @PropertyDef(label = "仓门数量")
    private Integer cmsl;
@@ -100,10 +103,10 @@
    private String cmwz;
    @PropertyDef(label = "仓门高度")
    private double cmgd;
    private Double cmgd;
    @PropertyDef(label = "仓门宽度")
    private double cmkd;
    private Double cmkd;
    @PropertyDef(label = "挡粮门型式")
    private String dlmxs;
@@ -175,10 +178,10 @@
    private String bgr;
    @PropertyDef(label = "仓房经度")
    private double jd;
    private Double jd;
    @PropertyDef(label = "仓房纬度")
    private double wd;
    private Double wd;
    @PropertyDef(label = "操作标志")
    private String czbz;
@@ -193,4 +196,7 @@
    @PropertyDef(label = "标记位")
    private String bjw;
    @PropertyDef(label = "仓房承储状态")
    private String cfcczt;
}