finance
黄伟 2 years ago
parent 639cbe2e43
commit 95c4e579bb

@ -181,6 +181,7 @@ type SkuEsSearch struct {
ThirdCategoryId uint // 三级分类id ThirdCategoryId uint // 三级分类id
ThirdCategoryName string // 三级分类名称 全词匹配 ThirdCategoryName string // 三级分类名称 全词匹配
AdjustType uint // 加价规则 1=比例 2=金额 AdjustType uint // 加价规则 1=比例 2=金额
Handel uint // 处理状态
MaxSupplyPrice decimal.Decimal // 最高金额 MaxSupplyPrice decimal.Decimal // 最高金额
MinSupplyPrice decimal.Decimal // 最低金额 MinSupplyPrice decimal.Decimal // 最低金额
MinDiscount decimal.Decimal // 最低折扣 MinDiscount decimal.Decimal // 最低折扣

Loading…
Cancel
Save