smart-man-boot/src/main/java/com/qianwen/smartman/modules/cps/controller/ToolAppendixController.java
@@ -18,7 +18,7 @@ import org.springframework.web.bind.annotation.RestController; @Api(value = "附件文件管理", tags = {"附件文件管理"}) @ApiResource({"blade-cps/tool-appendix"}) @ApiResource({"smis/tool-appendix"}) @RestController public class ToolAppendixController extends BladeController { private final IToolAppendixService toolAppendixService;