diff --git a/ruoyi-admin/src/main/java/org/dromara/web/controller/app/EqTextController.java b/ruoyi-admin/src/main/java/org/dromara/web/controller/app/EqTextController.java index 4e9c97379..91c952d3c 100644 --- a/ruoyi-admin/src/main/java/org/dromara/web/controller/app/EqTextController.java +++ b/ruoyi-admin/src/main/java/org/dromara/web/controller/app/EqTextController.java @@ -1,22 +1,9 @@ package org.dromara.web.controller.app; -import cn.dev33.satoken.secure.BCrypt; import lombok.RequiredArgsConstructor; import org.dromara.common.core.domain.R; -import org.dromara.common.core.exception.ServiceException; import org.dromara.common.core.utils.MessageUtils; -import org.dromara.common.mybatis.core.page.PageQuery; -import org.dromara.common.mybatis.core.page.TableDataInfo; -import org.dromara.common.satoken.utils.LoginHelper; import org.dromara.common.web.core.BaseController; -import org.dromara.system.domain.vo.SysUserVo; -import org.dromara.system.service.ISysUserService; -import org.dromara.web.domain.bo.*; -import org.dromara.web.domain.vo.*; -import org.dromara.web.service.IEqAreaService; -import org.dromara.web.service.IEqEquipmentLogService; -import org.dromara.web.service.IEqEquipmentService; -import org.dromara.web.service.IEqShareService; import org.springframework.validation.annotation.Validated; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestMapping; @@ -36,14 +23,6 @@ import java.util.*; @RequestMapping("/app/text") public class EqTextController extends BaseController { - private final IEqAreaService eqAreaService; - - private final IEqEquipmentService eqEquipmentService; - - private final IEqEquipmentLogService logService; - - private final IEqShareService shareService; - private final ISysUserService userService; /**