|
@ -11,6 +11,7 @@ import com.epmet.commons.tools.validator.ValidatorUtils; |
|
|
import com.epmet.dto.form.agentservice.WorkCloseAgentServiceFormDTO; |
|
|
import com.epmet.dto.form.agentservice.WorkCloseAgentServiceFormDTO; |
|
|
import com.epmet.dto.form.lingshan.AgentServiceResiSubmitFormDTO; |
|
|
import com.epmet.dto.form.lingshan.AgentServiceResiSubmitFormDTO; |
|
|
import com.epmet.dto.result.agentservice.AgentServiceList4WorkPcResultDTO; |
|
|
import com.epmet.dto.result.agentservice.AgentServiceList4WorkPcResultDTO; |
|
|
|
|
|
import com.epmet.dto.result.agentservice.LingShanAgentServiceCategoryResultDTO; |
|
|
import com.epmet.dto.result.agentservice.ResiMyCreatedAgentServiceResultDTO; |
|
|
import com.epmet.dto.result.agentservice.ResiMyCreatedAgentServiceResultDTO; |
|
|
import com.epmet.dto.result.agentservice.WorkServiceAgentResultDTO; |
|
|
import com.epmet.dto.result.agentservice.WorkServiceAgentResultDTO; |
|
|
import com.epmet.service.LingShanAgentServiceService; |
|
|
import com.epmet.service.LingShanAgentServiceService; |
|
@ -34,6 +35,19 @@ public class LingShanAgentServiceController { |
|
|
@Autowired |
|
|
@Autowired |
|
|
private LingShanAgentServiceService lingShanServiceAgentService; |
|
|
private LingShanAgentServiceService lingShanServiceAgentService; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* @Description: 服务分类 |
|
|
|
|
|
* @param : |
|
|
|
|
|
* @Return com.epmet.commons.tools.utils.Result |
|
|
|
|
|
* @Author: wangxianzhang |
|
|
|
|
|
* @Date: 2023/5/11 2:57 PM |
|
|
|
|
|
*/ |
|
|
|
|
|
@GetMapping("serviceCategoryList") |
|
|
|
|
|
public Result<List<LingShanAgentServiceCategoryResultDTO>> listServiceCategories() { |
|
|
|
|
|
List<LingShanAgentServiceCategoryResultDTO> l = lingShanServiceAgentService.listServiceCategories(); |
|
|
|
|
|
return new Result<List<LingShanAgentServiceCategoryResultDTO>>().ok(l); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @description: 居民端-提交代办服务 |
|
|
* @description: 居民端-提交代办服务 |
|
|
* @param form: |
|
|
* @param form: |
|
|