From 36a143b19cc919c9a814d065029b2340ef7330d7 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 13 Jun 2022 14:56:25 +0800
Subject: [PATCH] 20220606

---
 src/main/java/com/xcong/farmer/cms/modules/system/controller/AdminUserController.java |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/src/main/java/com/xcong/farmer/cms/modules/system/Controller/AdminUserController.java b/src/main/java/com/xcong/farmer/cms/modules/system/controller/AdminUserController.java
similarity index 91%
rename from src/main/java/com/xcong/farmer/cms/modules/system/Controller/AdminUserController.java
rename to src/main/java/com/xcong/farmer/cms/modules/system/controller/AdminUserController.java
index 45cd6ac..5de7e88 100644
--- a/src/main/java/com/xcong/farmer/cms/modules/system/Controller/AdminUserController.java
+++ b/src/main/java/com/xcong/farmer/cms/modules/system/controller/AdminUserController.java
@@ -1,18 +1,14 @@
-package com.xcong.farmer.cms.modules.system.Controller;
+package com.xcong.farmer.cms.modules.system.controller;
 
 import com.xcong.farmer.cms.common.response.Result;
 import com.xcong.farmer.cms.modules.system.dto.*;
 import com.xcong.farmer.cms.modules.system.service.IUserService;
 import com.xcong.farmer.cms.modules.system.vo.AdminUserVo;
-import com.xcong.farmer.cms.modules.test.dto.TestUserDto;
-import com.xcong.farmer.cms.modules.test.entity.TestUserEntity;
-import com.xcong.farmer.cms.modules.test.mapper.TestUserEntityMapper;
 import io.swagger.annotations.Api;
 import io.swagger.annotations.ApiOperation;
 import io.swagger.annotations.ApiResponse;
 import io.swagger.annotations.ApiResponses;
 import lombok.extern.slf4j.Slf4j;
-import org.springframework.security.core.context.SecurityContextHolder;
 import org.springframework.web.bind.annotation.*;
 
 import javax.annotation.Resource;

--
Gitblit v1.9.1