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