- weimob goodstype const added.

This commit is contained in:
gazebo
2019-01-18 09:33:39 +08:00
parent e06ec24013
commit 2c49d9f1c8

View File

@@ -14,6 +14,11 @@ const (
DeductStockTypePay = 2
)
const (
GoodsTypeNormal = 0
GoodsTypeOversea = 1
)
type PendingSaveB2CGoodsVo struct {
FreightTemplateId int64 `json:"freightTemplateId"`
DeliveryTypeIdList []int64 `json:"deliveryTypeIdList"`