- SkuJdCategory added.

This commit is contained in:
gazebo
2018-08-22 17:41:17 +08:00
parent 4ccb8ef402
commit cdd603f6ed
2 changed files with 3 additions and 4 deletions

View File

@@ -50,8 +50,7 @@ var (
// 这个指的是京东自已的商品分类,与商家自己的商品分类是两回事
type SkuJdCategory struct {
ModelIDCUO
Name string `gorm:"type:varchar(255);unique_index"`
Status int
Name string `gorm:"type:varchar(255);index"`
Level int
ParentID int64
}