- 三个平台的SkuName长度限制常量规范化

This commit is contained in:
gazebo
2019-06-19 14:17:33 +08:00
parent 3a3734a788
commit 6930818468
4 changed files with 8 additions and 3 deletions

View File

@@ -80,7 +80,7 @@ const (
)
const (
MaxSkuNameLen = 45 // skuname最长字符数
MaxSkuNameCharCount = 45 // skuname最长字符数
SaleAttrIDBase = 1001
SaleAttrValueIDBase = 10
)