nginx_ui/nginx-ui-dev/model/site_category.go

8 lines
155 B
Go
Raw Normal View History

2025-03-04 19:28:12 +08:00
package model
type SiteCategory struct {
Model
Name string `json:"name"`
SyncNodeIds []uint64 `json:"sync_node_ids" gorm:"serializer:json"`
}