whyclxw
2024-04-28 b25b814a949d2065a61fd3167206ffb51a57af65
src/main/java/com/whyc/controller/PwrDevDataHistoryGWController.java
@@ -17,7 +17,7 @@
@RestController
@RequestMapping("powerDataHistoryGW")
@Api(tags = "电源历史数据-国网")
public class PwrDevDataHistoryGWController {
public class PwrDevDataHistoryGWController extends BaseController{
    @Autowired
    private PwrDevDataHistoryGWService service;