- weimob goodstype const added.
This commit is contained in:
@@ -14,6 +14,11 @@ const (
|
|||||||
DeductStockTypePay = 2
|
DeductStockTypePay = 2
|
||||||
)
|
)
|
||||||
|
|
||||||
|
const (
|
||||||
|
GoodsTypeNormal = 0
|
||||||
|
GoodsTypeOversea = 1
|
||||||
|
)
|
||||||
|
|
||||||
type PendingSaveB2CGoodsVo struct {
|
type PendingSaveB2CGoodsVo struct {
|
||||||
FreightTemplateId int64 `json:"freightTemplateId"`
|
FreightTemplateId int64 `json:"freightTemplateId"`
|
||||||
DeliveryTypeIdList []int64 `json:"deliveryTypeIdList"`
|
DeliveryTypeIdList []int64 `json:"deliveryTypeIdList"`
|
||||||
|
|||||||
Reference in New Issue
Block a user