Files
APIPark/service/service-tag/model.go
T
2024-08-12 21:38:09 +08:00

12 lines
116 B
Go

package service_tag
type CreateTag struct {
Tid string
Sid string
}
type Tag struct {
Tid string
Sid string
}