소스 검색

增加乐团巡查相关基类

周箭河 4 년 전
부모
커밋
60a9c38c4d
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      mec-web/src/main/java/com/ym/mec/web/controller/InspectionController.java

+ 7 - 0
mec-web/src/main/java/com/ym/mec/web/controller/InspectionController.java

@@ -34,6 +34,13 @@ public class InspectionController extends BaseController {
     @Resource
     private SysUserFeignService sysUserFeignService;
 
+    @ApiOperation(value = "添加巡查任务")
+    @GetMapping("/add")
+    @PreAuthorize("@pcs.hasPermissions('inspection/add')")
+    public HttpResponseResult<List<Inspection>> add(List<Inspection> inspections){
+
+    }
+
     @ApiOperation(value = "巡查任务列表")
     @GetMapping("/queryPage")
     @PreAuthorize("@pcs.hasPermissions('inspection/queryPage')")