增加后台管理模块

This commit is contained in:
2025-10-27 23:57:31 +08:00
parent 3c1ba8e801
commit 0016453f20
420 changed files with 5650 additions and 1449 deletions
@@ -8,7 +8,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
/**
* 地图探索服务启动类
*
* @author emotion-museum
* @author huazhongmin
* @since 2025-07-12
*/
@SpringBootApplication
@@ -9,7 +9,7 @@ import lombok.EqualsAndHashCode;
/**
* 评论实体
*
* @author emotion-museum
* @author huazhongmin
* @since 2025-07-13
*/
@Data
@@ -12,7 +12,7 @@ import java.util.List;
/**
* 社区帖子实体
*
* @author emotion-museum
* @author huazhongmin
* @since 2025-07-13
*/
@Data
@@ -13,7 +13,7 @@ import java.time.LocalDateTime;
/**
* 地点标记实体
*
* @author emotion-museum
* @author huazhongmin
* @since 2025-07-13
*/
@Data