id
This commit is contained in:
@@ -1018,6 +1018,7 @@ func (*BrandCategoryMap) TableUnique() [][]string {
|
||||
|
||||
// 抖店 运费模板、仓库以及电子围栏绑定
|
||||
type FreightTemplate struct {
|
||||
ID int `orm:"column(id)" json:"id"`
|
||||
StoreID int `orm:"column(store_id)" json:"storeID"` //京西本地门店ID即抖店门店编码
|
||||
VendorStoreID string `orm:"column(vendor_store_id)" json:"vendorStoreID"` //抖店平台门店ID
|
||||
TemplateID int64 `orm:"column(template_id)" json:"templateID"` //运费模板ID 1对1
|
||||
|
||||
Reference in New Issue
Block a user