2020-03-27 21:18:02 +08:00

14 lines
170 B
Go

package mesh
// EditModel 网格编辑模型
type EditModel struct {
// ID
ID string
// 名称
Name string
// 类别
Category string
// 缩略图
Image string
}