whyclxw
2025-02-13 d62fa80f3d12a56ae60eeef45f07cea6477c2507
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")