- model.MaxStoreSkuStockQty = 99999

This commit is contained in:
gazebo
2018-10-29 08:34:22 +08:00
parent 06e14535e3
commit b55b2c002d
3 changed files with 7 additions and 3 deletions

View File

@@ -6,6 +6,10 @@ const (
StoreSkuBindStatusNormal = 1
)
const (
MaxStoreSkuStockQty = 99999
)
type StoreSkuCategoryMap struct {
ModelIDCULD