| | |
| | | |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.panzhihua.common.model.vos.LoginUserInfoVO; |
| | | import com.panzhihua.common.model.vos.sangeshenbian.SystemUserVo; |
| | | import com.panzhihua.common.model.vos.west.SystemUserVo; |
| | | import com.panzhihua.westcommittee.model.dto.ComplaintCompletionDTO; |
| | | import com.panzhihua.westcommittee.model.dto.ComplaintProcessDTO; |
| | | import com.panzhihua.westcommittee.model.dto.*; |
| | |
| | | import com.panzhihua.westcommittee.model.query.BasePage; |
| | | import com.panzhihua.westcommittee.model.query.ComplaintQuery; |
| | | import com.panzhihua.westcommittee.model.vo.*; |
| | | import com.panzhihua.westcommittee.warpper.GetHouseAddressQuery; |
| | | import com.panzhihua.westcommittee.warpper.MgtComplaintQuery; |
| | | import com.panzhihua.westcommittee.warpper.ScreenComplaintQuery; |
| | | |
| | | import javax.validation.Valid; |
| | | import java.io.IOException; |
| | |
| | | |
| | | List<DispatchVO> getAllocationList(LoginUserInfoVO loginUserInfo); |
| | | |
| | | /** |
| | | * 诉求详情大屏 |
| | | * @param id |
| | | * @return |
| | | */ |
| | | ComplaintVO detailScreen(Long id); |
| | | |
| | | |
| | | /** |
| | | * 诉求列表大屏 |
| | | * @param query |
| | | * @return |
| | | */ |
| | | Page<ComplaintVO> pageScreenList(ScreenComplaintQuery query); |
| | | |
| | | |
| | | Page<String> getHouseAddress(GetHouseAddressQuery query); |
| | | |
| | | } |