package com.fzzy.push.sx2024.data; import com.alibaba.fastjson.annotation.JSONField; import com.bstek.dorado.annotation.PropertyDef; import com.fasterxml.jackson.annotation.JsonProperty; import lombok.Data; import java.io.Serializable; import java.util.Date; /** * @Description 仓房信息 * @Author CZT * @Date 2024/4/24 20:48 */ @Data public class SX2024Api1103 implements Serializable { @PropertyDef(label = "仓房代码" ) @JsonProperty("CFDM") private String cfdm; @PropertyDef(label = "仓房名称" ) @JsonProperty("CFMC") private String cfmc; @PropertyDef(label = "统一库区编码" ) @JsonProperty("TYKQBM") private String tykqbm; @PropertyDef(label = "统一仓房编码" ) @JsonProperty("TYCFBM") private String tycfbm; @PropertyDef(label = "统一仓房名称" ) @JsonProperty("TYCFMC") private String tycfmc; @PropertyDef(label = "库区代码" ) @JsonProperty("KQDM") private String kqdm; @PropertyDef(label = "仓房类型代码" ) @JsonProperty("CFLXDM") private String cflxdm; @PropertyDef(label = "交付使用日期" ) @JSONField(format = "yyyy-MM-dd") @JsonProperty("JFSYRQ") private Date jfsyrq; @PropertyDef(label = "建设单位" ) @JsonProperty("JSDW") private String jsdw; @PropertyDef(label = "设计使用年限" ) @JsonProperty("SJSYNX") private String sjsynx; @PropertyDef(label = "设计单位" ) @JsonProperty("SJDW") private String sjdw; @PropertyDef(label = "监理单位" ) @JsonProperty("JLDW") private String jldw; @PropertyDef(label = "墙体结构" ) @JsonProperty("QTJG") private String qtjg; @PropertyDef(label = "房顶结构" ) @JsonProperty("FDJG") private String fdjg; @PropertyDef(label = "房架结构" ) @JsonProperty("FJJG") private String fjjg; @PropertyDef(label = "地面结构" ) @JsonProperty("DMJG") private String dmjg; @PropertyDef(label = "设计仓容" ) @JsonProperty("SJCR") private Double sjcr; @PropertyDef(label = "仓外长" ) @JsonProperty("CWC") private Double cwc; @PropertyDef(label = "仓外宽" ) @JsonProperty("CWK") private Double cwk; @PropertyDef(label = "仓外檐高" ) @JsonProperty("CWYG") private Double cwyg; @PropertyDef(label = "仓外顶高" ) @JsonProperty("CWDG") private Double cwdg; @PropertyDef(label = "筒仓外径" ) @JsonProperty("TCWJ") private Double tcwj; @PropertyDef(label = "仓内长" ) @JsonProperty("CNC") private Double cnc; @PropertyDef(label = "仓内宽" ) @JsonProperty("CNK") private Double cnk; @PropertyDef(label = "仓内檐高" ) @JsonProperty("CNYG") private Double cnyg; @PropertyDef(label = "仓内装粮线高" ) @JsonProperty("CNZLXG") private Double cnzlxg; @PropertyDef(label = "筒仓内径" ) @JsonProperty("TCNJ") private Double tcnj; @PropertyDef(label = "仓内体积" ) @JsonProperty("CNTJ") private Double cntj; @PropertyDef(label = "仓门数量" ) @JsonProperty("CMSL") private Integer cmsl; @PropertyDef(label = "仓门位置" ) @JsonProperty("CMWZ") private String cmwz; @PropertyDef(label = "仓门高度" ) @JsonProperty("CMGD") private Double cmgd; @PropertyDef(label = "仓门宽度" ) @JsonProperty("CMKD") private Double cmkd; @PropertyDef(label = "挡粮门型式" ) @JsonProperty("DLMXS") private String dlmxs; @PropertyDef(label = "仓房是否完好" ) @JsonProperty("CFSFWH") private String cfsfwh; @PropertyDef(label = "储粮功效" ) @JsonProperty("CLGX") private String clgx; @PropertyDef(label = "能否隔热保温" ) @JsonProperty("NFGRBW") private String nfgrbw; @PropertyDef(label = "隔热保温措施" ) @JsonProperty("GRBWCS") private String grbwcs; @PropertyDef(label = "隔热性能" ) @JsonProperty("GRXN") private String grxn; @PropertyDef(label = "结构材料" ) @JsonProperty("JGCL") private String jgcl; @PropertyDef(label = "气密性" ) @JsonProperty("QMX") private String qmx; @PropertyDef(label = "是否已进行信息化改造" ) @JsonProperty("SFYJXXXHGZ") private String sfyjxxxhgz; @PropertyDef(label = "粮情技术" ) @JsonProperty("LQJS") private String lqjs; @PropertyDef(label = "能否散装储存" ) @JsonProperty("NFSZCC") private String nfszcc; @PropertyDef(label = "有无防鼠防雀防虫装置及设施" ) @JsonProperty("YWFSFQFCZZ") private String ywfsfqfczz; @PropertyDef(label = "有无防火防爆防盗设施" ) @JsonProperty("YWFHFBFDSS") private String ywfhfbfdss; @PropertyDef(label = "有无机械通风设施" ) @JsonProperty("YWJXTFSS") private String ywjxtfss; @PropertyDef(label = "通风系统型式" ) @JsonProperty("TFXTXS") private String tfxtxs; @PropertyDef(label = "通风技术" ) @JsonProperty("TFJS") private String tfjs; @PropertyDef(label = "能否环流熏蒸杀虫" ) @JsonProperty("NFHLXZSC") private String nfhlxzsc; @PropertyDef(label = "杀虫技术" ) @JsonProperty("SCJS") private String scjs; @PropertyDef(label = "能否富氮低氧气调储粮" ) @JsonProperty("NFFDDYQTCL") private String nffddyqtcl; @PropertyDef(label = "控温技术" ) @JsonProperty("KWJS") private String kwjs; @PropertyDef(label = "害虫检测方式" ) @JsonProperty("HCJCFS") private String hcjcfs; @PropertyDef(label = "仓房状态" ) @JsonProperty("CFZT") private String cfzt; @PropertyDef(label = "保管员" ) @JsonProperty("BGR") private String bgr; @PropertyDef(label = "仓房经度" ) @JsonProperty("JD") private Double jd; @PropertyDef(label = "仓房纬度" ) @JsonProperty("WD") private Double wd; @PropertyDef(label = "操作标志" ) @JsonProperty("CZBZ") private String czbz; @PropertyDef(label = "最后更新时间" ) @JSONField(format = "yyyy-MM-dd HH:mm:ss") @JsonProperty("ZHGXSJ") private Date zhgxsj; }