mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 12:40:07 +00:00
model redesign
This commit is contained in:
7
model/notification_group_notification.go
Normal file
7
model/notification_group_notification.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package model
|
||||
|
||||
type NotificationGroupNotification struct {
|
||||
Common
|
||||
NotificationGroupID uint64 `json:"notification_group_id"`
|
||||
NotificationID uint64 `json:"notification_id"`
|
||||
}
|
||||
Reference in New Issue
Block a user