baizonghao
2023-03-14 bd8147d7890bf60d88e4007c1af726ba5f364cf5
ycl-platform/src/main/java/com/ycl/dto/dispatch/UploadDisposingResultParam.java
@@ -1,17 +1,30 @@
package com.ycl.dto.dispatch;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.time.LocalDateTime;
@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 Integer imageResourcesId;
    /**
     * 承办队员
     */
@@ -28,7 +41,8 @@
     * 时间
     */
    @ApiModelProperty(value = "时间")
    private LocalDateTime investigationTime;
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private String investigationTime;
    /**
     * 地址
@@ -66,7 +80,8 @@
     * 到达时间
     */
    @ApiModelProperty(value = "到达时间")
    private LocalDateTime arrivalTime;
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private String arrivalTime;
    /**
     * 到达地址
@@ -115,13 +130,15 @@
     * 文书发放时间
     */
    @ApiModelProperty(value = "文书发放时间")
    private LocalDateTime sendTime;
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private String sendTime;
    /**
     * 文书限定时间
     */
    @ApiModelProperty(value = "文书限定时间")
    private LocalDateTime limitTime;
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private String limitTime;
    /**
     * 文书发放内容
@@ -133,7 +150,8 @@
     * 实际整改时间
     */
    @ApiModelProperty(value = "实际整改时间")
    private LocalDateTime rectifyTime;
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private String rectifyTime;
    /**
     * 整改情况
@@ -171,6 +189,12 @@
    @ApiModelProperty(value = "其他照片")
    private String otherPic;
    /**
     * 文书模板值
     */
    @ApiModelProperty(value = "文书模板值")
    private String value;
    //当事人
    /**
@@ -189,7 +213,7 @@
     * 证件类型
     */
    @ApiModelProperty(value = "证件类型")
    private String certificateType;
    private Integer certificateType;
    /**
     * 证件号
@@ -201,7 +225,7 @@
     * 文化程度
     */
    @ApiModelProperty(value = "文化程度")
    private String educationDegree;
    private Integer educationDegree;
    /**
     * 职业
@@ -219,7 +243,7 @@
     * 民族
     */
    @ApiModelProperty(value = "民族")
    private String nation;
    private Integer nation;
    /**
     * 籍贯