package material // SaveModel 材质保存模型 type SaveModel struct { // ID ID string // 名称 Name string // 数据 Data string // 缩略图 Thumbnail string }