- temp.
This commit is contained in:
@@ -52,7 +52,7 @@ type SkuJdCategory struct {
|
||||
ModelIDCUO
|
||||
Name string `gorm:"type:varchar(255);index"`
|
||||
Level int
|
||||
ParentID int64
|
||||
ParentID int
|
||||
}
|
||||
|
||||
type SkuCategory struct {
|
||||
@@ -63,8 +63,8 @@ type SkuCategory struct {
|
||||
Type int8 // 类别类型
|
||||
Seq int
|
||||
|
||||
JdID int64 `gorm:"index"` // 这个是指商家自己的商品类别在京东平台上的ID
|
||||
JdCategoryID int64 // 这个是指对应的京东商品类别
|
||||
JdID int `gorm:"index"` // 这个是指商家自己的商品类别在京东平台上的ID
|
||||
JdCategoryID int // 这个是指对应的京东商品类别
|
||||
ElmID string `gorm:"type:varchar(48);index"`
|
||||
MtID string `gorm:"type:varchar(48);index"`
|
||||
DidiID string `gorm:"type:varchar(48);index"`
|
||||
|
||||
Reference in New Issue
Block a user