3 Commits 576e7056c0 ... 3dbaba7e0a

Author SHA1 Message Date
  infish2018 3dbaba7e0a Merge branch 'master' of http://124.70.149.18:10880/sunsheng/cmf 3 months ago
  infish2018 b232930cf6 Merge branch 'master' of http://124.70.149.18:10880/sunsheng/cmf 3 months ago
  infish2018 b11ae2dbec update 3 months ago
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/db/model/MatLib.go

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

@@ -17,8 +17,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"`           //支持成型工艺