mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-19 01:48:47 +08:00
文本输出修改
This commit is contained in:
parent
ea986aae8b
commit
f12fefc7f5
@ -1,22 +1,9 @@
|
|||||||
package org.dromara.web.controller.app;
|
package org.dromara.web.controller.app;
|
||||||
|
|
||||||
import cn.dev33.satoken.secure.BCrypt;
|
|
||||||
import lombok.RequiredArgsConstructor;
|
import lombok.RequiredArgsConstructor;
|
||||||
import org.dromara.common.core.domain.R;
|
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.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.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.validation.annotation.Validated;
|
||||||
import org.springframework.web.bind.annotation.GetMapping;
|
import org.springframework.web.bind.annotation.GetMapping;
|
||||||
import org.springframework.web.bind.annotation.RequestMapping;
|
import org.springframework.web.bind.annotation.RequestMapping;
|
||||||
@ -36,14 +23,6 @@ import java.util.*;
|
|||||||
@RequestMapping("/app/text")
|
@RequestMapping("/app/text")
|
||||||
public class EqTextController extends BaseController {
|
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;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user