2020-03-28 08:55:27 +08:00

10 lines
120 B
Go

package screenshot
// SaveModel 截图保存模型
type SaveModel struct {
// ID
ID string
// 名称
Name string
}