whyclxw
2024-07-30 ed04733e15a5304c68ac16c121fd2989c851a57b
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")