liujie
2025-07-28 039abee6b27058ca46b1e1e82aa0b5407a5dad44
springcloud_k8s_panzhihuazhihuishequ/service_westcommittee/src/main/java/com/panzhihua/westcommittee/model/dto/ComplaintTimeout.java
@@ -7,11 +7,22 @@
@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 String problemType;
    private Integer nowLevel;
    private Integer assignStatus;
    /**
     * assignStatus =1  assignPersonId为部门id
     */
    private Integer assignPersonId;
    private String serialNumber;
}