wl
2022-11-18 8f66aa7785d8cc0bf1e642f638a7f1d8c67a5f69
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
package com.ycl.dto.dispatch;
 
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
 
@Data
@ApiModel("UploadDisposingResultParam")
public class UploadDisposingResultParam {
 
    @ApiModelProperty(value = "案件id")
    private Long caseId;
    //承办队员
 
    @ApiModelProperty(value = "调查取证id")
    private Long investigationId;
 
    @ApiModelProperty(value = "到达现场id")
    private Long arrivalSituationId;
 
    @ApiModelProperty(value = "当事人id")
    private Long partyInfoId;
 
    @ApiModelProperty(value = "文书id")
    private Long writId;
 
    @ApiModelProperty(value = "图片id")
    private Integer imageResourcesId;
    /**
     * 承办队员
     */
    @ApiModelProperty(value = "承办队员")
    private String undertaker;
 
    /**
     * 协办队员
     */
    @ApiModelProperty(value = "协办队员")
    private String assistant;
 
    /**
     * 时间
     */
    @ApiModelProperty(value = "时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private String investigationTime;
 
    /**
     * 地址
     */
    @ApiModelProperty(value = "地址")
    private String address;
 
    /**
     * 案由
     */
    @ApiModelProperty(value = "案由")
    private String caseAction;
 
//    /**
//     * 当事人id
//     */
//    @ApiModelProperty(value = "当事人id")
//    private Integer partyId;
 
    /**
     * 情况描述
     */
    @ApiModelProperty(value = "情况描述")
    private String description;
 
    /**
     * 照片
     */
    @ApiModelProperty(value = "照片")
    private String pic;
 
    //现场
 
    /**
     * 到达时间
     */
    @ApiModelProperty(value = "到达时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private String arrivalTime;
 
    /**
     * 到达地址
     */
    @ApiModelProperty(value = "到达地址")
    private String arrivalAddress;
 
    /**
     * 现场情况说明
     */
    @ApiModelProperty(value = "现场情况说明")
    private String situationExplain;
 
    /**
     * 信访回复说明
     */
    @ApiModelProperty(value = "信访回复说明")
    private String replyExplain;
 
    /**
     * 现场情况照片
     */
    @ApiModelProperty(value = "现场情况照片")
    private String situationPic;
 
    //文书
    /**
     * 文书种类
     */
    @ApiModelProperty(value = "文书种类")
    private Integer writType;
 
    /**
     * 文书编号
     */
    @ApiModelProperty(value = "文书编号")
    private String writCode;
 
    /**
     * 违法类型
     */
    @ApiModelProperty(value = "违法类型")
    private Integer illegalType;
 
    /**
     * 文书发放时间
     */
    @ApiModelProperty(value = "文书发放时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private String sendTime;
 
    /**
     * 文书限定时间
     */
    @ApiModelProperty(value = "文书限定时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private String limitTime;
 
    /**
     * 文书发放内容
     */
    @ApiModelProperty(value = "文书发放内容")
    private String sendContent;
 
    /**
     * 实际整改时间
     */
    @ApiModelProperty(value = "实际整改时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private String rectifyTime;
 
    /**
     * 整改情况
     */
    @ApiModelProperty(value = "整改情况")
    private String rectifySituation;
 
    /**
     * 备注
     */
    @ApiModelProperty(value = "备注")
    private String remark;
 
    /**
     * 文书照片上传
     */
    @ApiModelProperty(value = "文书照片上传")
    private String writPic;
 
    /**
     * 整改前照片
     */
    @ApiModelProperty(value = "整改前照片")
    private String originalPic;
 
    /**
     * 整改后照片
     */
    @ApiModelProperty(value = "整改后照片")
    private String rectifiedPic;
 
    /**
     * 其他照片
     */
    @ApiModelProperty(value = "其他照片")
    private String otherPic;
 
    /**
     * 文书模板值
     */
    @ApiModelProperty(value = "文书模板值")
    private String value;
 
    //当事人
 
    /**
     * 姓名
     */
    @ApiModelProperty(value = "姓名")
    private String name;
 
    /**
     * 手机号
     */
    @ApiModelProperty(value = "手机号")
    private String phoneCode;
 
    /**
     * 证件类型
     */
    @ApiModelProperty(value = "证件类型")
    private Integer certificateType;
 
    /**
     * 证件号
     */
    @ApiModelProperty(value = "证件号")
    private String certificateCode;
 
    /**
     * 文化程度
     */
    @ApiModelProperty(value = "文化程度")
    private Integer educationDegree;
 
    /**
     * 职业
     */
    @ApiModelProperty(value = "职业")
    private String career;
 
    /**
     * 工作单位及职务
     */
    @ApiModelProperty(value = "工作单位及职务")
    private String work;
 
    /**
     * 民族
     */
    @ApiModelProperty(value = "民族")
    private Integer nation;
 
    /**
     * 籍贯
     */
    @ApiModelProperty(value = "籍贯")
    private String nativePlace;
 
    /**
     * 现住地址
     */
    @ApiModelProperty(value = "现住地址")
    private String liveAddress;
 
    /**
     * 户籍所在地
     */
    @ApiModelProperty(value = "户籍所在地")
    private String registerAddress;
 
}