From f12fefc7f5e98730dd2eddc799565bf7746d3730 Mon Sep 17 00:00:00 2001 From: zhangzhicheng Date: Tue, 30 Jul 2024 11:34:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=9C=AC=E8=BE=93=E5=87=BA=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web/controller/app/EqTextController.java | 21 ------------------- 1 file changed, 21 deletions(-) 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; /**