- add StoreOpRequestInfo.UnitPrice.

This commit is contained in:
gazebo
2018-12-21 10:50:06 +08:00
parent a4b0a95667
commit 28589c6995

View File

@@ -81,6 +81,7 @@ type StoreOpRequestInfo struct {
StoreName string `json:"storeName"`
SkuNamePrefix string `json:"skuNamePrefix"`
SkuNameName string `json:"skuNameName"`
UnitPrice int `json:"unitPrice"`
}
// 商品不可售,直接排除