|
|
|
@ -2,6 +2,7 @@ package com.biutag.supervision.pojo.param.ComplaintCollection; |
|
|
|
|
|
|
|
|
|
|
|
import com.biutag.supervision.pojo.enums.complaintCollection.ComplaintCollectionSourceTableEnum; |
|
|
|
import com.biutag.supervision.pojo.enums.complaintCollection.ComplaintCollectionSourceTableEnum; |
|
|
|
import com.biutag.supervision.pojo.param.BasePage; |
|
|
|
import com.biutag.supervision.pojo.param.BasePage; |
|
|
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat; |
|
|
|
import io.swagger.v3.oas.annotations.media.Schema; |
|
|
|
import io.swagger.v3.oas.annotations.media.Schema; |
|
|
|
import lombok.Getter; |
|
|
|
import lombok.Getter; |
|
|
|
import lombok.Setter; |
|
|
|
import lombok.Setter; |
|
|
|
@ -112,6 +113,12 @@ public class ComplaintCollectionQueryParam extends BasePage { |
|
|
|
private List<String> involveProblemIdList = new ArrayList<>(); |
|
|
|
private List<String> involveProblemIdList = new ArrayList<>(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Schema(description = "录入时间") |
|
|
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
|
|
|
|
private List<LocalDateTime> createTimeList = new ArrayList<>(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// @Schema(description = "部门ID集合")
|
|
|
|
// @Schema(description = "部门ID集合")
|
|
|
|
// private Set<String> secondDepartIds;
|
|
|
|
// private Set<String> secondDepartIds;
|
|
|
|
|
|
|
|
|
|
|
|
|