- SkuCategoryMap

This commit is contained in:
gazebo
2019-09-02 10:42:38 +08:00
parent 9307114a7a
commit de6c5de6df
5 changed files with 45 additions and 8 deletions

View File

@@ -170,6 +170,7 @@ type SkuCategoryMap struct {
VendorOrgCode string `orm:"size(32)" json:"vendorOrgCode"` // 同一平台下不同的商户代码,如果只有一个,可以为空
VendorCatID string `orm:"size(32);column(vendor_cat_id)" json:"vendorCatID"`
SyncStatus int8 `orm:"default(2)"`
}
func (*SkuCategoryMap) TableUnique() [][]string {