| | |
| | | package com.ycl.dto.dispatch; |
| | | |
| | | 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 = "证件类型") |
| | | private String certificateType; |
| | | private Integer certificateType; |
| | | |
| | | /** |
| | | * 证件号 |
| | |
| | | * 文化程度 |
| | | */ |
| | | @ApiModelProperty(value = "文化程度") |
| | | private String educationDegree; |
| | | private Integer educationDegree; |
| | | |
| | | /** |
| | | * 职业 |
| | |
| | | * 民族 |
| | | */ |
| | | @ApiModelProperty(value = "民族") |
| | | private String nation; |
| | | private Integer nation; |
| | | |
| | | /** |
| | | * 籍贯 |