2020-03-28 09:33:59 +08:00

10 lines
115 B
Go

package video
// SaveModel 视频保存模型
type SaveModel struct {
// ID
ID string
// 名称
Name string
}