Skip to content

Commit 3f4331e

Browse files
committed
chore: 调整部分实体包
1 parent a83b45f commit 3f4331e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package top.continew.admin.common.model.resp;
17+
package top.continew.admin.auth.model.resp;
1818

1919
import io.swagger.v3.oas.annotations.media.Schema;
2020
import lombok.Builder;

continew-admin-webapi/src/main/java/top/continew/admin/controller/common/CaptchaController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
import org.springframework.web.bind.annotation.*;
4848
import top.continew.admin.common.config.properties.CaptchaProperties;
4949
import top.continew.admin.common.constant.CacheConstants;
50-
import top.continew.admin.common.model.resp.CaptchaResp;
50+
import top.continew.admin.auth.model.resp.CaptchaResp;
5151
import top.continew.admin.system.service.OptionService;
5252
import top.continew.starter.cache.redisson.util.RedisUtils;
5353
import top.continew.starter.captcha.graphic.core.GraphicCaptchaService;

0 commit comments

Comments
 (0)