pull/2/head
Qin Dong Ming 2024-08-20 22:16:15 +08:00
parent ccfc24b9b5
commit 4b213f99f7
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
package com.muyu.controller;
import com.muyu.common.core.web.controller.BaseController;
import com.muyu.domain.AssetImpower;
import com.muyu.service.EtlService;
import org.springframework.beans.factory.annotation.Autowired;
@ -19,7 +20,7 @@ import java.util.List;
*/
@RestController
@RequestMapping("/etl")
public class ETLController {
public class ETLController extends BaseController {
@Autowired
EtlService etlService;