springcloud_k8s_panzhihuazhihuishequ/service_westcommittee/src/main/java/com/panzhihua/westcommittee/model/dto/ComplaintTimeout.java
@@ -7,11 +7,21 @@ @Data public class ComplaintTimeout { private Long complaintId; private String title; // private String title; private Long createBy; private Integer reportType; private Integer superiorId; private Long superiorId; private Date closingTime; private Integer nowLevel; private Integer assignStatus; /** * assignStatus =1 assignPersonId为部门id */ private Integer assignPersonId; private String serialNumber; }