|
@@ -214,6 +214,12 @@ public class ClubApi {
|
|
return clubService.saveClubRemarks(jsonParamsDto);
|
|
return clubService.saveClubRemarks(jsonParamsDto);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ @ApiOperation("新建机构报备")
|
|
|
|
+ @PostMapping("/report/save")
|
|
|
|
+ public ResponseJson saveClubReport(ReportVo reportVo,Integer clubID) {
|
|
|
|
+ return null;
|
|
|
|
+ }
|
|
|
|
+
|
|
@ApiOperation("删除机构资料备注")
|
|
@ApiOperation("删除机构资料备注")
|
|
@ApiImplicitParam(required = true, name = "remarksId", value = "机构id")
|
|
@ApiImplicitParam(required = true, name = "remarksId", value = "机构id")
|
|
@PostMapping("/remarks/delete")
|
|
@PostMapping("/remarks/delete")
|