6a9832d6fc1c7daeee0da816c60d55fa1d53c199.svn-base
5.24 KB
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
/**
* Copyright © 2012-2014 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*/
package com.thinkgem.jeesite.modules.sumdata.entity.datatable;
import org.hibernate.validator.constraints.Length;
import java.util.Date;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.thinkgem.jeesite.common.persistence.DataEntity;
/**
* s_reg_base_chxxEntity
* @author xuyg
* @version 2017-03-07
*/
public class SRegBaseChxx extends DataEntity<SRegBaseChxx> {
private static final long serialVersionUID = 1L;
private String sareaCode; // s_area_code
private String qlrmc; // qlrmc
private String zjlx; // zjlx
private String zjhm; // zjhm
private String seachprov; // seachprov
private String seachcity; // seachcity
private String seachdistrict; // seachdistrict
private String zl; // zl
private String tfh; // tfh
private String zdszd; // zdszd
private String zdszn; // zdszn
private String zdszx; // zdszx
private String zdszb; // zdszb
private String zdt; // zdt
private String zdtzm; // zdtzm
private String chcode; // chcode
private String chrymc; // chrymc
private Date chsj; // chsj
private String isaudit; // isaudit
private String jzdzb; // jzdzb
private Double zdmj; // zdmj
private String qxid; // qxid
public String getQxid() {
return qxid;
}
public void setQxid(String qxid) {
this.qxid = qxid;
}
public SRegBaseChxx() {
super();
}
public SRegBaseChxx(String id){
super(id);
}
@Length(min=1, max=6, message="s_area_code长度必须介于 1 和 6 之间")
public String getSareaCode() {
return sareaCode;
}
public void setSareaCode(String sareaCode) {
this.sareaCode = sareaCode;
}
@Length(min=0, max=100, message="qlrmc长度必须介于 0 和 100 之间")
public String getQlrmc() {
return qlrmc;
}
public void setQlrmc(String qlrmc) {
this.qlrmc = qlrmc;
}
@Length(min=0, max=4, message="zjlx长度必须介于 0 和 4 之间")
public String getZjlx() {
return zjlx;
}
public void setZjlx(String zjlx) {
this.zjlx = zjlx;
}
@Length(min=0, max=50, message="zjhm长度必须介于 0 和 50 之间")
public String getZjhm() {
return zjhm;
}
public void setZjhm(String zjhm) {
this.zjhm = zjhm;
}
@Length(min=0, max=10, message="seachprov长度必须介于 0 和 10 之间")
public String getSeachprov() {
return seachprov;
}
public void setSeachprov(String seachprov) {
this.seachprov = seachprov;
}
@Length(min=0, max=15, message="seachcity长度必须介于 0 和 15 之间")
public String getSeachcity() {
return seachcity;
}
public void setSeachcity(String seachcity) {
this.seachcity = seachcity;
}
@Length(min=0, max=20, message="seachdistrict长度必须介于 0 和 20 之间")
public String getSeachdistrict() {
return seachdistrict;
}
public void setSeachdistrict(String seachdistrict) {
this.seachdistrict = seachdistrict;
}
@Length(min=0, max=200, message="zl长度必须介于 0 和 200 之间")
public String getZl() {
return zl;
}
public void setZl(String zl) {
this.zl = zl;
}
@Length(min=0, max=50, message="tfh长度必须介于 0 和 50 之间")
public String getTfh() {
return tfh;
}
public void setTfh(String tfh) {
this.tfh = tfh;
}
@Length(min=0, max=500, message="zdszd长度必须介于 0 和 500 之间")
public String getZdszd() {
return zdszd;
}
public void setZdszd(String zdszd) {
this.zdszd = zdszd;
}
@Length(min=0, max=500, message="zdszn长度必须介于 0 和 500 之间")
public String getZdszn() {
return zdszn;
}
public void setZdszn(String zdszn) {
this.zdszn = zdszn;
}
@Length(min=0, max=500, message="zdszx长度必须介于 0 和 500 之间")
public String getZdszx() {
return zdszx;
}
public void setZdszx(String zdszx) {
this.zdszx = zdszx;
}
@Length(min=0, max=500, message="zdszb长度必须介于 0 和 500 之间")
public String getZdszb() {
return zdszb;
}
public void setZdszb(String zdszb) {
this.zdszb = zdszb;
}
@Length(min=0, max=4000, message="zdt长度必须介于 0 和 4000 之间")
public String getZdt() {
return zdt;
}
public void setZdt(String zdt) {
this.zdt = zdt;
}
@Length(min=0, max=2, message="zdtzm长度必须介于 0 和 2 之间")
public String getZdtzm() {
return zdtzm;
}
public void setZdtzm(String zdtzm) {
this.zdtzm = zdtzm;
}
@Length(min=0, max=20, message="chcode长度必须介于 0 和 20 之间")
public String getChcode() {
return chcode;
}
public void setChcode(String chcode) {
this.chcode = chcode;
}
@Length(min=0, max=100, message="chrymc长度必须介于 0 和 100 之间")
public String getChrymc() {
return chrymc;
}
public void setChrymc(String chrymc) {
this.chrymc = chrymc;
}
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
public Date getChsj() {
return chsj;
}
public void setChsj(Date chsj) {
this.chsj = chsj;
}
@Length(min=0, max=2, message="isaudit长度必须介于 0 和 2 之间")
public String getIsaudit() {
return isaudit;
}
public void setIsaudit(String isaudit) {
this.isaudit = isaudit;
}
public String getJzdzb() {
return jzdzb;
}
public void setJzdzb(String jzdzb) {
this.jzdzb = jzdzb;
}
public Double getZdmj() {
return zdmj;
}
public void setZdmj(Double zdmj) {
this.zdmj = zdmj;
}
}