Files
GoFilm/server/model/RequestParams.go
2023-07-05 00:01:59 +08:00

12 lines
160 B
Go

package model
type SearchTagsVO struct {
Pid int64
Cid int64
Plot string
Area string
Language string
Year int64
Sort string
}