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

12 lines
148 B
Go

package screenshot
// EditModel 截图编辑模型
type EditModel struct {
// ID
ID string
// 名称
Name string
// 类别
Category string
}