| | |
| | | import com.panzhihua.sangeshenbian.model.dto.*; |
| | | import com.panzhihua.sangeshenbian.model.entity.Complaint; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.panzhihua.sangeshenbian.model.entity.ComplaintAuditRecord; |
| | | import com.panzhihua.sangeshenbian.model.entity.ComplaintProgress; |
| | | import com.panzhihua.sangeshenbian.model.query.BasePage; |
| | | import com.panzhihua.sangeshenbian.model.query.ComplaintQuery; |
| | |
| | | */ |
| | | Page<ComplaintTodoVO> getTodoList(BasePage page, LoginUserInfoVO loginUserInfo); |
| | | |
| | | |
| | | /** |
| | | * 延期情况说明 |
| | | * @param complaintId |
| | | * @return |
| | | */ |
| | | ComplaintAuditRecord delayDetail(Long complaintId); |
| | | } |