service/apollostruct/notif_banner_info.go

6 lines
86 B
Go
Raw Permalink Normal View History

2024-10-29 14:57:22 +08:00
package apollostruct
type NotifBannerInfoCfg struct {
List []string `json:"list"`
}