whyclxw
2024-04-22 ec33a306d97e52eb725b47f48d337ce357a8ef6a
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")