CZT
2023-12-21 d1b7f2eb67cd87edc4b5eb11def5acba07c75698
src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1102.java
@@ -39,32 +39,29 @@
    @PropertyDef(label = "库区产权", description = "1: 自有 2:租赁 3:共有 4:混合 9:其他")
    private String kqcq;
    @PropertyDef(label = "储备仓容")
    private double cbcr;
    @PropertyDef(label = "有效仓容")
    private double yxcr;
    private Double yxcr;
    @PropertyDef(label = "有效罐容")
    private double yxgr;
    private Double yxgr;
    @PropertyDef(label = "占地面积")
    private double zdmj;
    private Double zdmj;
    @PropertyDef(label = "仓房数")
    private Integer cfs;
    @PropertyDef(label = "廒间数")
    private Integer ajs;
    @PropertyDef(label = "油罐数")
    private Integer ygs;
    @PropertyDef(label = "库区经度")
    private double jd;
    private Double jd;
    @PropertyDef(label = "库区纬度")
    private double wd;
    private Double wd;
    @PropertyDef(label = "库区状态", description = "1:正常(默认) 2:退出储备粮承储")
    private String kqzt;
    @PropertyDef(label = "操作标志")
    private String czbz;
@@ -73,9 +70,15 @@
    @JSONField(format = "yyyy-MM-dd HH:mm:ss")
    private Date zhgxsj;
    @PropertyDef(label = "库区属性", description = "1:市级直属,2:区级直属,3:社会仓容,4:其他")
    @PropertyDef(label = "库区属性", description = "1:市级直属,2:市级代储,3:区级直储,4:区级代储,9:其他")
    private String kqsx;
    @PropertyDef(label = "标记位")
    @PropertyDef(label = "廒间数")
    private Integer ajs;
    @PropertyDef(label = "标记位", description = "1:正常(默认), 2:退出储备粮承储")
    private String bjw;
    @PropertyDef(label = "储备仓容")
    private Double cbcr;
}