增加后台管理模块

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
@@ -15,7 +15,7 @@ import java.util.Map;
/**
* 成长课题实体
*
* @author emotion-museum
* @author huazhongmin
* @since 2025-07-13
*/
@Data
@@ -12,7 +12,7 @@ import java.time.LocalDateTime;
/**
* 课题互动实体
*
* @author emotion-museum
* @author huazhongmin
* @since 2025-07-13
*/
@Data