whyclxw
2025-05-28 e16302f9d475c7cc4dd18c5abf1a23cb5502e362
src/main/java/com/whyc/controller/PwrdevDataHistoryController.java
@@ -14,7 +14,7 @@
@RestController
@Api(tags = "报表统计-查询电源信息历史数据")
@RequestMapping("pwrdevDataHistory")
public class PwrdevDataHistoryController {
public class PwrdevDataHistoryController extends BaseController{
    @Resource
    private PwrdevDataHistoryService service;
    @PostMapping("/getDataHistory")