yangys
2024-11-02 f69073b835f1a0c66590130e1830edcdd75ebb8a
smart-man-boot/src/main/java/com/qianwen/smartman/modules/mdc/controller/TimeUsedAnalysisController.java
@@ -20,8 +20,8 @@
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RestController;
@Api(value = "用时分析controller", tags = {"用时分析controller"})
@ApiResource({"blade-mdc/time-used-analysis"})
@Api(value = "用时分析", tags = {"用时分析"})
@ApiResource({"mdc/time-used-analysis"})
@RestController
public class TimeUsedAnalysisController {
    private final ITimeUsedAnalysisService superAggregateStateService;