wl
2022-10-31 e5040e1387fe195aadf4c98d34ea9f807cfae36c
ycl-platform/src/main/java/com/ycl/dto/dispatch/UploadDisposingResultParam.java
@@ -1,5 +1,7 @@
package com.ycl.dto.dispatch;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@@ -28,7 +30,8 @@
     * 时间
     */
    @ApiModelProperty(value = "时间")
    private LocalDateTime investigationTime;
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private String investigationTime;
    /**
     * 地址
@@ -66,7 +69,8 @@
     * 到达时间
     */
    @ApiModelProperty(value = "到达时间")
    private LocalDateTime arrivalTime;
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private String arrivalTime;
    /**
     * 到达地址
@@ -115,13 +119,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 +139,8 @@
     * 实际整改时间
     */
    @ApiModelProperty(value = "实际整改时间")
    private LocalDateTime rectifyTime;
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private String rectifyTime;
    /**
     * 整改情况
@@ -189,7 +196,7 @@
     * 证件类型
     */
    @ApiModelProperty(value = "证件类型")
    private String certificateType;
    private Integer certificateType;
    /**
     * 证件号
@@ -201,7 +208,7 @@
     * 文化程度
     */
    @ApiModelProperty(value = "文化程度")
    private String educationDegree;
    private Integer educationDegree;
    /**
     * 职业
@@ -219,7 +226,7 @@
     * 民族
     */
    @ApiModelProperty(value = "民族")
    private String nation;
    private Integer nation;
    /**
     * 籍贯