- UpdateStoresSkus, add IsSale to StoreSkuBindInfo

This commit is contained in:
gazebo
2018-11-27 14:44:08 +08:00
parent dde8bc9d20
commit 78b542d5e0
3 changed files with 128 additions and 120 deletions

View File

@@ -1,6 +1,7 @@
package model
const (
StoreSkuBindStatusNA = -2
StoreSkuBindStatusDeleted = -1
StoreSkuBindStatusDontSale = 0
StoreSkuBindStatusNormal = 1