xiaoyong931011
2022-06-13 36a143b19cc919c9a814d065029b2340ef7330d7
src/main/java/com/xcong/farmer/cms/modules/system/controller/AdminUserController.java
File was renamed from 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;