whyclxw
2024-04-28 b25b814a949d2065a61fd3167206ffb51a57af65
src/main/java/com/whyc/controller/PeakStatisticsController.java
@@ -14,7 +14,7 @@
@RestController
@RequestMapping("peakStatistics")
@Api(tags = "统计削峰填谷价格")
public class PeakStatisticsController {
public class PeakStatisticsController extends BaseController{
    @Resource
    private PeakStatisticsService service;