♻️Refactor: 简化微服务

This commit is contained in:
2025-10-29 16:08:19 +08:00
parent c0b89fcd95
commit 060466b7b7
26 changed files with 20 additions and 195 deletions
@@ -1,4 +1,4 @@
package cn.hezhaohui.weather.common;
package cn.hezhaohui.common;
public class AIConstant {
@@ -1,4 +1,4 @@
package cn.hezhaohui.weather.common;
package cn.hezhaohui.common;
public class AppConstant {
@@ -1,4 +1,4 @@
package cn.hezhaohui.weather.common;
package cn.hezhaohui.common;
public enum CardEnum {
CARD_WEATHER("AAqxas5etOJDx", "1.0.5");
@@ -1,4 +1,4 @@
package cn.hezhaohui.weather.common;
package cn.hezhaohui.common;
public class WeatherConstant {
@@ -1,4 +1,4 @@
package cn.hezhaohui.weather.entity;
package cn.hezhaohui.entity;
import lombok.Builder;
import lombok.Data;