c
This commit is contained in:
@@ -95,8 +95,8 @@ type StoreSkuBind struct {
|
|||||||
SubStoreID int `orm:"column(sub_store_id)"`
|
SubStoreID int `orm:"column(sub_store_id)"`
|
||||||
Price int // 单位为分,不用int64的原因是这里不需要累加
|
Price int // 单位为分,不用int64的原因是这里不需要累加
|
||||||
UnitPrice int // 这个是一斤的门店商品价,放在这里的原因是避免额外增加一张store sku_name表,逻辑上要保证同一SKU NAME中的所有SKU这个字段的数据一致
|
UnitPrice int // 这个是一斤的门店商品价,放在这里的原因是避免额外增加一张store sku_name表,逻辑上要保证同一SKU NAME中的所有SKU这个字段的数据一致
|
||||||
// Stock int `json:"stock"` //门店商品库存
|
Stock int `json:"stock"` //门店商品库存
|
||||||
Status int
|
Status int
|
||||||
|
|
||||||
// ElmID int64 `orm:"column(elm_id);index"`
|
// ElmID int64 `orm:"column(elm_id);index"`
|
||||||
MtwmID int64 `orm:"column(mtwm_id);index"`
|
MtwmID int64 `orm:"column(mtwm_id);index"`
|
||||||
|
|||||||
Reference in New Issue
Block a user