Refactor checkin table to attendance table
Some checks failed
Build Backend (NixCN CMS) TeamCity build failed
Build Frontend (NixCN CMS) TeamCity build finished

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2026-01-01 14:08:59 +08:00
parent acd3c95c80
commit 304e1d95ed
10 changed files with 279 additions and 323 deletions

View File

@@ -69,7 +69,7 @@ func (self *Event) UpdateEventById(eventId uuid.UUID) error {
return nil
}
func (self *Event) CreateEvent() error {
func (self *Event) Create() error {
self.UUID = uuid.New()
self.EventId = uuid.New()