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,7 @@
package model
type NotificationGroupNotification struct {
Common
NotificationGroupID uint64 `json:"notification_group_id"`
NotificationID uint64 `json:"notification_id"`
}