nginx_ui/nginx-ui-dev/model/site_category.go
2025-03-04 11:28:12 +00:00

8 lines
155 B
Go

package model
type SiteCategory struct {
Model
Name string `json:"name"`
SyncNodeIds []uint64 `json:"sync_node_ids" gorm:"serializer:json"`
}