From 947833a28fe81e5a7b940018a3eb68bbf44294bf Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Wed, 1 Sep 2021 10:53:17 +0800 Subject: [PATCH] aa --- business/model/store.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/business/model/store.go b/business/model/store.go index ee41b49ef..a9787cac8 100644 --- a/business/model/store.go +++ b/business/model/store.go @@ -427,13 +427,13 @@ type StoreMap struct { VendorStoreID string `orm:"column(vendor_store_id);size(48)" json:"vendorStoreID"` Status int `json:"status"` // 取值同Store.Status + IsOnline int `json:"isOnline"` //上下线状态, 0是下线,1是上线 StoreName string `orm:"size(255)" json:"storeName"` // 平台门店的名字,由平台到京西 VendorStoreName string `orm:"size(255)" json:"vendorStoreName"` //平台门店名,由京西到平台 VendorPayPercentage int `json:"vendorPayPercentage"` //平台结算比例 - PricePercentage int16 `orm:"default(100)" json:"pricePercentage"` // todo 厂商价格相对于本地价格的百分比,这个字段的修改会比较特殊,因为可能需要刷新厂商价格 - PricePercentagePack string `orm:"size(32)" json:"pricePercentagePack"` // - + PricePercentage int16 `orm:"default(100)" json:"pricePercentage"` // todo 厂商价格相对于本地价格的百分比,这个字段的修改会比较特殊,因为可能需要刷新厂商价格 + PricePercentagePack string `orm:"size(32)" json:"pricePercentagePack"` // FreightDeductionPack string `orm:"size(32)" json:"freightDeductionPack"` // AutoPickup int8 `orm:"default(1)" json:"autoPickup"` // 是否自动拣货