王佳豪
2021-06-26 718f604deb342b0bee6c588bb44e22ced3371fb8
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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
package com.slcf.pojo;
 
/**
 * 堆垛机设备实体类
 * @author admin
 * @date 2018年11月6日
 */
public class CrnBean {
    private Long crn_no;
    private String in_enable;
    private String out_enable;
    private int crn_sts;
    private int wrk_no;
    private String crn_err;
    private String frm_locno;
    private int frm_sta;
    private int to_sta;
    private String to_locno;
    private String modi_user;
    private String modi_time;
    private String appe_user;
    private String appe_time;
    private String hp_mk;
    private String retrieve_mk;
    private String ctl_hp;
    private String ctl_rest;
    private String emp_in;
    private String tank_qty;
    private String tank_qty1;
    /**
     * @return the crn_no
     */
    public Long getCrn_no() {
        return crn_no;
    }
    /**
     * @param crn_no the crn_no to set
     */
    public void setCrn_no(Long crn_no) {
        this.crn_no = crn_no;
    }
    /**
     * @return the in_enable
     */
    public String getIn_enable() {
        return in_enable;
    }
    /**
     * @param in_enable the in_enable to set
     */
    public void setIn_enable(String in_enable) {
        this.in_enable = in_enable;
    }
    /**
     * @return the out_enable
     */
    public String getOut_enable() {
        return out_enable;
    }
    /**
     * @param out_enable the out_enable to set
     */
    public void setOut_enable(String out_enable) {
        this.out_enable = out_enable;
    }
    /**
     * @return the crn_sts
     */
    public int getCrn_sts() {
        return crn_sts;
    }
    /**
     * @param crn_sts the crn_sts to set
     */
    public void setCrn_sts(int crn_sts) {
        this.crn_sts = crn_sts;
    }
    /**
     * @return the wrk_no
     */
    public int getWrk_no() {
        return wrk_no;
    }
    /**
     * @param wrk_no the wrk_no to set
     */
    public void setWrk_no(int wrk_no) {
        this.wrk_no = wrk_no;
    }
    /**
     * @return the crn_err
     */
    public String getCrn_err() {
        return crn_err;
    }
    /**
     * @param crn_err the crn_err to set
     */
    public void setCrn_err(String crn_err) {
        this.crn_err = crn_err;
    }
    /**
     * @return the frm_locno
     */
    public String getFrm_locno() {
        return frm_locno;
    }
    /**
     * @param frm_locno the frm_locno to set
     */
    public void setFrm_locno(String frm_locno) {
        this.frm_locno = frm_locno;
    }
    /**
     * @return the frm_sta
     */
    public int getFrm_sta() {
        return frm_sta;
    }
    /**
     * @param frm_sta the frm_sta to set
     */
    public void setFrm_sta(int frm_sta) {
        this.frm_sta = frm_sta;
    }
    /**
     * @return the to_sta
     */
    public int getTo_sta() {
        return to_sta;
    }
    /**
     * @param to_sta the to_sta to set
     */
    public void setTo_sta(int to_sta) {
        this.to_sta = to_sta;
    }
    /**
     * @return the to_locno
     */
    public String getTo_locno() {
        return to_locno;
    }
    /**
     * @param to_locno the to_locno to set
     */
    public void setTo_locno(String to_locno) {
        this.to_locno = to_locno;
    }
    /**
     * @return the modi_user
     */
    public String getModi_user() {
        return modi_user;
    }
    /**
     * @param modi_user the modi_user to set
     */
    public void setModi_user(String modi_user) {
        this.modi_user = modi_user;
    }
    /**
     * @return the modi_time
     */
    public String getModi_time() {
        return modi_time;
    }
    /**
     * @param modi_time the modi_time to set
     */
    public void setModi_time(String modi_time) {
        this.modi_time = modi_time;
    }
    /**
     * @return the appe_user
     */
    public String getAppe_user() {
        return appe_user;
    }
    /**
     * @param appe_user the appe_user to set
     */
    public void setAppe_user(String appe_user) {
        this.appe_user = appe_user;
    }
    /**
     * @return the appe_time
     */
    public String getAppe_time() {
        return appe_time;
    }
    /**
     * @param appe_time the appe_time to set
     */
    public void setAppe_time(String appe_time) {
        this.appe_time = appe_time;
    }
    /**
     * @return the hp_mk
     */
    public String getHp_mk() {
        return hp_mk;
    }
    /**
     * @param hp_mk the hp_mk to set
     */
    public void setHp_mk(String hp_mk) {
        this.hp_mk = hp_mk;
    }
    /**
     * @return the retrieve_mk
     */
    public String getRetrieve_mk() {
        return retrieve_mk;
    }
    /**
     * @param retrieve_mk the retrieve_mk to set
     */
    public void setRetrieve_mk(String retrieve_mk) {
        this.retrieve_mk = retrieve_mk;
    }
    /**
     * @return the ctl_hp
     */
    public String getCtl_hp() {
        return ctl_hp;
    }
    /**
     * @param ctl_hp the ctl_hp to set
     */
    public void setCtl_hp(String ctl_hp) {
        this.ctl_hp = ctl_hp;
    }
    /**
     * @return the ctl_rest
     */
    public String getCtl_rest() {
        return ctl_rest;
    }
    /**
     * @param ctl_rest the ctl_rest to set
     */
    public void setCtl_rest(String ctl_rest) {
        this.ctl_rest = ctl_rest;
    }
    /**
     * @return the emp_in
     */
    public String getEmp_in() {
        return emp_in;
    }
    /**
     * @param emp_in the emp_in to set
     */
    public void setEmp_in(String emp_in) {
        this.emp_in = emp_in;
    }
    /**
     * @return the tank_qty
     */
    public String getTank_qty() {
        return tank_qty;
    }
    /**
     * @param tank_qty the tank_qty to set
     */
    public void setTank_qty(String tank_qty) {
        this.tank_qty = tank_qty;
    }
    /**
     * @return the tank_qty1
     */
    public String getTank_qty1() {
        return tank_qty1;
    }
    /**
     * @param tank_qty1 the tank_qty1 to set
     */
    public void setTank_qty1(String tank_qty1) {
        this.tank_qty1 = tank_qty1;
    }
    
}