YYC
2025-03-07 aee5c93d9d8f904d84ecdfff6025ddace615c6b2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
package com.fzzy.push.nx2023.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
 * @Author CZT
 * @Date 2024/4/18 16:23
 */
@Data
public class Nx2023Api1103 implements Serializable {
 
    @PropertyDef(label = "统一仓房编码")
    private String tycfbm;
 
    @PropertyDef(label = "仓房代码" )
    private String cfdm;
 
    @PropertyDef(label = "仓房名称" )
    private String cfmc;
 
    @PropertyDef(label = "统一库区编码")
    private String tykqbm;
 
    @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;
 
}