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