infish2018 3 months ago
parent
commit
b11ae2dbec
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/db/model/MatLib.go

+ 1 - 2
src/db/model/MatLib.go

@@ -16,8 +16,7 @@ type FinishArtwork struct {
 	Name          string         `bson:"name,omitempty" json:"name"`
 	Thumb         string         `bson:"thumb,omitempty" json:"thumb"`
 	FinishId      string         `bson:"finishId,omitempty" json:"finishId"`
-	MeshId        string         `bson:"meshId,omitempty" json:"meshId"`
-	MatKey        string         `bson:"matkey,omitempty" json:"matkey"`
+	Uuid          string         `bson:"uuid,omitempty" json:"uuid"`
 	IsCanCusColor bool           `bson:"isCanCusColor,omitempty" json:"isCanCusColor"` //是否支持定义颜色
 	Colors        []ArtworkColor `bson:"colors,omitempty" json:"colors"`               //支持的颜色
 	ShapeIds      []string       `bson:"shapeIds,omitempty" json:"shapeIds"`           //支持成型工艺