feat: 活动页面基础ui

This commit is contained in:
Tim
2025-07-28 14:52:26 +08:00
parent 5a3456b878
commit 9a01a5daf6
4 changed files with 103 additions and 8 deletions

View File

@@ -26,6 +26,8 @@ public class Activity {
private String icon;
private String content;
@Column(name = "start_time", nullable = false)
@CreationTimestamp
private LocalDateTime startTime;