pull/2/head
Qin Dong Ming 2024-08-20 22:10:02 +08:00
parent 41fd77a7d5
commit ccfc24b9b5
1 changed files with 0 additions and 5 deletions

View File

@ -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;
/**
* @Authorqdm