From dce6ffdc52bbba0c28d761fcd1c5659840f0bba9 Mon Sep 17 00:00:00 2001 From: lisy <java@lishouyideAir.lan> Date: 星期三, 14 六月 2023 13:06:57 +0800 Subject: [PATCH] 修复了部分bug --- cloud-server-other/src/main/java/com/dsh/other/controller/ImgConfigController.java | 12 +++--------- 1 files changed, 3 insertions(+), 9 deletions(-) diff --git a/cloud-server-other/src/main/java/com/dsh/app/controller/ImgConfigController.java b/cloud-server-other/src/main/java/com/dsh/other/controller/ImgConfigController.java similarity index 68% rename from cloud-server-other/src/main/java/com/dsh/app/controller/ImgConfigController.java rename to cloud-server-other/src/main/java/com/dsh/other/controller/ImgConfigController.java index 942f910..17019b6 100644 --- a/cloud-server-other/src/main/java/com/dsh/app/controller/ImgConfigController.java +++ b/cloud-server-other/src/main/java/com/dsh/other/controller/ImgConfigController.java @@ -1,17 +1,11 @@ -package com.dsh.app.controller; +package com.dsh.other.controller; -import com.alibaba.fastjson.JSON; import com.baomidou.mybatisplus.mapper.EntityWrapper; -import com.dsh.app.entity.TImgConfig; -import com.dsh.app.service.TImgConfigService; -import com.dsh.other.util.ResultUtil; +import com.dsh.other.entity.TImgConfig; +import com.dsh.other.service.TImgConfigService; import io.swagger.annotations.Api; -import io.swagger.annotations.ApiImplicitParam; -import io.swagger.annotations.ApiImplicitParams; -import io.swagger.annotations.ApiOperation; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -import org.springframework.beans.BeanUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*; -- Gitblit v1.7.1