liujie
2025-06-16 5af3d2fa829a7a454c8ddbb6ffb2a7685ceb9c77
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;
}