增加发货超时取消订单结构体
This commit is contained in:
parent
88dd6fbdf5
commit
981dd3b98d
@ -74,3 +74,7 @@ type RedPacketRefund struct {
|
|||||||
ID uint `json:"id"` // 订单ID
|
ID uint `json:"id"` // 订单ID
|
||||||
OrderProductsID uint `json:"order_products_id"` // 订单商品ID
|
OrderProductsID uint `json:"order_products_id"` // 订单商品ID
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type OrderSentOvertime struct {
|
||||||
|
ID uint `json:"id"` // 订单ID
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user