Browse Source

fix:加上查重

feature/tsjb-1.0
buaixuexideshitongxue 6 hours ago
parent
commit
487282c25d
  1. 3
      src/main/java/com/biutag/supervision/pojo/dto/complaintCollection/ComplaintCollectionRepeatDTO.java

3
src/main/java/com/biutag/supervision/pojo/dto/complaintCollection/ComplaintCollectionRepeatDTO.java

@ -41,6 +41,9 @@ public class ComplaintCollectionRepeatDTO {
@Schema(description = "内容/正文")
private String thingDesc;
@Schema(description = "xx")
private String negativeId;
}

Loading…
Cancel
Save