lisy
2023-06-14 dce6ffdc52bbba0c28d761fcd1c5659840f0bba9
cloud-server-other/src/main/java/com/dsh/other/controller/ImgConfigController.java
File was renamed from cloud-server-other/src/main/java/com/dsh/app/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.*;