Compare commits

...

2 Commits

Author SHA1 Message Date
吕翠丽
981dd3b98d 增加发货超时取消订单结构体 2024-12-26 16:19:05 +08:00
88dd6fbdf5 增加红包回退结构体 2024-12-17 15:16:52 +08:00

View File

@@ -69,3 +69,12 @@ type OrderUpdateSuccess struct {
type ThirdOrderRefund struct { type ThirdOrderRefund struct {
ID uint `json:"id"` // 订单ID ID uint `json:"id"` // 订单ID
} }
type RedPacketRefund struct {
ID uint `json:"id"` // 订单ID
OrderProductsID uint `json:"order_products_id"` // 订单商品ID
}
type OrderSentOvertime struct {
ID uint `json:"id"` // 订单ID
}