model redesign

This commit is contained in:
naiba
2024-10-20 00:32:55 +08:00
parent 843ecdaa33
commit 4fc0aad7a0
7 changed files with 41 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
package model
type NotificationGroup struct {
Common
Name string `json:"name"`
}