whyclxw
2024-11-04 ada1031f2220a4f7ebab466322e25b36a3e6026d
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")