pull/2/head
parent
41fd77a7d5
commit
ccfc24b9b5
|
@ -1,19 +1,14 @@
|
|||
package com.muyu.controller;
|
||||
|
||||
import cn.hutool.db.PageResult;
|
||||
import com.muyu.common.core.domain.Result;
|
||||
import com.muyu.common.core.web.page.TableDataInfo;
|
||||
import com.muyu.domain.AssetImpower;
|
||||
import com.muyu.service.EtlService;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
import org.springframework.web.servlet.tags.EscapeBodyTag;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import static com.muyu.common.core.utils.PageUtils.startPage;
|
||||
|
||||
/**
|
||||
* @Author:qdm
|
||||
|
|
Loading…
Reference in New Issue