- UpdateStoresSkus, add IsSale to StoreSkuBindInfo
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package model
|
||||
|
||||
const (
|
||||
StoreSkuBindStatusNA = -2
|
||||
StoreSkuBindStatusDeleted = -1
|
||||
StoreSkuBindStatusDontSale = 0
|
||||
StoreSkuBindStatusNormal = 1
|
||||
|
||||
Reference in New Issue
Block a user