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/service/TImgConfigService.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud-server-other/src/main/java/com/dsh/app/service/TImgConfigService.java b/cloud-server-other/src/main/java/com/dsh/other/service/TImgConfigService.java similarity index 75% rename from cloud-server-other/src/main/java/com/dsh/app/service/TImgConfigService.java rename to cloud-server-other/src/main/java/com/dsh/other/service/TImgConfigService.java index 58a02e2..3f90939 100644 --- a/cloud-server-other/src/main/java/com/dsh/app/service/TImgConfigService.java +++ b/cloud-server-other/src/main/java/com/dsh/other/service/TImgConfigService.java @@ -1,6 +1,6 @@ -package com.dsh.app.service; +package com.dsh.other.service; -import com.dsh.app.entity.TImgConfig; +import com.dsh.other.entity.TImgConfig; import com.baomidou.mybatisplus.service.IService; /** -- Gitblit v1.7.1