pull/2/head
parent
ccfc24b9b5
commit
4b213f99f7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue