提交 3a617916 作者: zhenjie

作业服务相关修改

上级 9f557dce
...@@ -71,7 +71,7 @@ public class IndustryTypeController { ...@@ -71,7 +71,7 @@ public class IndustryTypeController {
@ApiOperation(value = "一级行业列表-全部") @ApiOperation(value = "一级行业列表-全部")
@ApiResponses({@ApiResponse(code = 200, message = "OK", response = List.class)}) @ApiResponses({@ApiResponse(code = 200, message = "OK", response = List.class)})
@PostMapping("listPages") @PostMapping("listIndustry")
public List<IndustryTypeDTO> listIndustry(@Validated(value = {Page.class}) @RequestBody IndustryTypeQO industryTypeQO){ public List<IndustryTypeDTO> listIndustry(@Validated(value = {Page.class}) @RequestBody IndustryTypeQO industryTypeQO){
return industryTypeService.listIndustry(industryTypeQO); return industryTypeService.listIndustry(industryTypeQO);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论