- jd MaxBatchSize4BatchUpdateOutSkuId = 50

This commit is contained in:
gazebo
2018-10-31 12:49:42 +08:00
parent a69e005e31
commit cc5bb8f1c8

View File

@@ -51,6 +51,10 @@ const (
KeyWeight = "weight"
)
const (
MaxBatchSize4BatchUpdateOutSkuId = 50
)
type SkuIDPair struct {
SkuId int64 `json:"skuId"`
OutSkuId string `json:"outSkuId"`