yangys
2024-10-30 25db770e621f1259b8d5b7fd514207f7481c2d0f
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;