mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
10 lines
115 B
Go
10 lines
115 B
Go
package video
|
|
|
|
// SaveModel 视频保存模型
|
|
type SaveModel struct {
|
|
// ID
|
|
ID string
|
|
// 名称
|
|
Name string
|
|
}
|