|
|
|
@ -17,6 +17,8 @@ import java.time.LocalDateTime; |
|
|
|
@Schema(description = "涉访涉诉查重DTO") |
|
|
|
@Schema(description = "涉访涉诉查重DTO") |
|
|
|
public class ComplaintCollectionRepeatDTO { |
|
|
|
public class ComplaintCollectionRepeatDTO { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Schema(description = "涉访涉诉表ID") |
|
|
|
|
|
|
|
private String complaintId; |
|
|
|
|
|
|
|
|
|
|
|
@Schema(description = "来源类型") |
|
|
|
@Schema(description = "来源类型") |
|
|
|
private String sourceTable; |
|
|
|
private String sourceTable; |
|
|
|
|