package com.fzzy.push.nx2024.dto; import com.alibaba.fastjson.annotation.JSONField; import com.bstek.dorado.annotation.PropertyDef; import lombok.Data; import java.io.Serializable; import java.util.Date; /** * @Description 宁夏省平台2024版-仓房信息 * @Author CZT * @Date 2024/7/25 14:42 */ @Data public class Nx2024Api2403 implements Serializable { @PropertyDef(label = "仓房代码" ) private String cfdm; @PropertyDef(label = "统一仓房编码") private String tycfbm; @PropertyDef(label = "仓房名称" ) private String cfmc; @PropertyDef(label = "库区代码" ) private String kqdm; @PropertyDef(label = "仓房类型代码" ) private String cflxdm; @JSONField(format = "yyyy-MM-dd") private Date jfsyrq; @PropertyDef(label = "建设单位" ) private String jsdw; @PropertyDef(label = "设计使用年限" ) private String sjsynx; @PropertyDef(label = "设计单位" ) private String sjdw; @PropertyDef(label = "监理单位" ) private String jldw; @PropertyDef(label = "墙体结构" ) private String qtjg; @PropertyDef(label = "房顶结构" ) private String fdjg; @PropertyDef(label = "房架结构" ) private String fjjg; @PropertyDef(label = "地面结构" ) private String dmjg; @PropertyDef(label = "设计仓容" ) private Double sjcr; @PropertyDef(label = "仓外长" ) private Double cwc; @PropertyDef(label = "仓外宽" ) private Double cwk; @PropertyDef(label = "仓外檐高" ) private Double cwyg; @PropertyDef(label = "仓外顶高" ) private Double cwdg; @PropertyDef(label = "筒仓外径" ) private Double tcwj; @PropertyDef(label = "仓内长" ) private Double cnc; @PropertyDef(label = "仓内宽" ) private Double cnk; @PropertyDef(label = "仓内檐高" ) private Double cnyg; @PropertyDef(label = "仓内装粮线高" ) private Double cnzlxg; @PropertyDef(label = "筒仓内径" ) private Double tcnj; @PropertyDef(label = "仓内体积" ) private Double cntj; @PropertyDef(label = "仓门数量" ) private Integer cmsl; @PropertyDef(label = "仓门位置" ) private String cmwz; @PropertyDef(label = "仓门高度" ) private Double cmgd; @PropertyDef(label = "仓门宽度" ) private Double cmkd; @PropertyDef(label = "挡粮门型式" ) private String dlmxs; @PropertyDef(label = "仓房是否完好" ) private String cfsfwh; @PropertyDef(label = "储粮功效" ) private String clgx; @PropertyDef(label = "能否隔热保温" ) private String nfgrbw; @PropertyDef(label = "隔热保温措施" ) private String grbwcs; @PropertyDef(label = "隔热性能" ) private String grxn; @PropertyDef(label = "结构材料" ) private String jgcl; @PropertyDef(label = "气密性" ) private String qmx; @PropertyDef(label = "是否已进行信息化改造" ) private String sfyjxxxhgz; @PropertyDef(label = "粮情技术" ) private String lqjs; @PropertyDef(label = "能否散装储存" ) private String nfszcc; @PropertyDef(label = "有无防鼠防雀防虫装置及设施" ) private String ywfsfqfczz; @PropertyDef(label = "有无防火防爆防盗设施" ) private String ywfhfbfdss; @PropertyDef(label = "有无机械通风设施" ) private String ywjxtfss; @PropertyDef(label = "通风系统型式" ) private String tfxtxs; @PropertyDef(label = "通风技术" ) private String tfjs; @PropertyDef(label = "能否环流熏蒸杀虫" ) private String nfhlxzsc; @PropertyDef(label = "杀虫技术" ) private String scjs; @PropertyDef(label = "能否富氮低氧气调储粮" ) private String nffddyqtcl; @PropertyDef(label = "控温技术" ) private String kwjs; @PropertyDef(label = "害虫检测方式" ) private String hcjcfs; @PropertyDef(label = "仓房状态" ) private String cfzt; @PropertyDef(label = "保管员" ) private String bgr; @PropertyDef(label = "仓房经度" ) private Double jd; @PropertyDef(label = "仓房纬度" ) private Double wd; @PropertyDef(label = "操作标志" ) private String czbz; @PropertyDef(label = "最后更新时间" ) @JSONField(format = "yyyy-MM-dd HH:mm:ss") private Date zhgxsj; }