xuxiuxi
2017-04-07 93cd3d01a96876df00455e335b725388304b012b
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
package cn.com.basic.face.discern.query.condition;
 
import java.util.Date;
 
 
public class VisitQueryItem {
 
    // 人员名字
    private String name;
    // 移动电话
    private String mobilePhone;
    // 名称
    private String gender;
    // 名称
    private String identityType;
    // 名称
    private String countryName;
    // 证件编号
    private String identifyNum;
    // 出生日期
    private String birthday;
    // 公司名称
    private String compnayName;
    // 人员名字
    private String toPerson;
    // 来访时间
    private String startTime;
    // 签离时间
    private String lastTime;
    // 访问事由
    private String bfsq;
    // 部门名称
    private String deptName;
    // 最新的访问状态
    private String status;
 
    /**
     * Get 人员名字
     */
    public String getName() {
        return name;
    }
    
    /**
     * Set 人员名字
     */
    public void setName(String name) {
        this.name = name;
    }
 
    /**
     * Get 移动电话
     */
    public String getMobilePhone() {
        return mobilePhone;
    }
    
    /**
     * Set 移动电话
     */
    public void setMobilePhone(String mobilePhone) {
        this.mobilePhone = mobilePhone;
    }
 
    /**
     * Get 名称
     */
    public String getGender() {
        return gender;
    }
    
    /**
     * Set 名称
     */
    public void setGender(String gender) {
        this.gender = gender;
    }
 
    /**
     * Get 名称
     */
    public String getIdentityType() {
        return identityType;
    }
    
    /**
     * Set 名称
     */
    public void setIdentityType(String identityType) {
        this.identityType = identityType;
    }
 
    /**
     * Get 名称
     */
    public String getCountryName() {
        return countryName;
    }
    
    /**
     * Set 名称
     */
    public void setCountryName(String countryName) {
        this.countryName = countryName;
    }
 
    /**
     * Get 证件编号
     */
    public String getIdentifyNum() {
        return identifyNum;
    }
    
    /**
     * Set 证件编号
     */
    public void setIdentifyNum(String identifyNum) {
        this.identifyNum = identifyNum;
    }
 
    /**
     * Get 出生日期
     */
    public String getBirthday() {
        return birthday;
    }
    
    /**
     * Set 出生日期
     */
    public void setBirthday(String birthday) {
        this.birthday = birthday;
    }
 
    /**
     * Get 公司名称
     */
    public String getCompnayName() {
        return compnayName;
    }
    
    /**
     * Set 公司名称
     */
    public void setCompnayName(String compnayName) {
        this.compnayName = compnayName;
    }
 
    /**
     * Get 人员名字
     */
    public String getToPerson() {
        return toPerson;
    }
    
    /**
     * Set 人员名字
     */
    public void setToPerson(String toPerson) {
        this.toPerson = toPerson;
    }
 
    /**
     * Get 来访时间
     */
    public String getStartTime() {
        return startTime;
    }
    
    /**
     * Set 来访时间
     */
    public void setStartTime(String startTime) {
        this.startTime = startTime;
    }
 
    /**
     * Get 签离时间
     */
    public String getLastTime() {
        return lastTime;
    }
    
    /**
     * Set 签离时间
     */
    public void setLastTime(String lastTime) {
        this.lastTime = lastTime;
    }
 
    /**
     * Get 访问事由
     */
    public String getBfsq() {
        return bfsq;
    }
    
    /**
     * Set 访问事由
     */
    public void setBfsq(String bfsq) {
        this.bfsq = bfsq;
    }
 
    /**
     * Get 部门名称
     */
    public String getDeptName() {
        return deptName;
    }
    
    /**
     * Set 部门名称
     */
    public void setDeptName(String deptName) {
        this.deptName = deptName;
    }
 
    /**
     * Get 最新的访问状态
     */
    public String getStatus() {
        return status;
    }
    
    /**
     * Set 最新的访问状态
     */
    public void setStatus(String status) {
        this.status = status;
    }
 
    public String toString() {
        return 
             ",人员名字 =" + name       +  ",移动电话 =" + mobilePhone +  ",名称 ="   + gender     + 
             ",名称 ="   + identityType +  ",名称 ="   + countryName +  ",证件编号 =" + identifyNum + 
             ",出生日期 =" + birthday   +  ",公司名称 =" + compnayName +  ",人员名字 =" + toPerson   + 
             ",来访时间 =" + startTime  +  ",签离时间 =" + lastTime   +  ",访问事由 =" + bfsq       + 
             ",部门名称 =" + deptName   +  ",最新的访问状态 ="+ status    ;
    }
}