增加两个订单结构体
This commit is contained in:
parent
4ec702af0b
commit
bf2a135f00
8
order.go
8
order.go
@ -51,3 +51,11 @@ type OrderVoucher struct {
|
|||||||
type OrderFinishedAfter struct {
|
type OrderFinishedAfter struct {
|
||||||
ID uint `json:"id"` // 订单ID
|
ID uint `json:"id"` // 订单ID
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type OrderUpdateSuccess struct {
|
||||||
|
ID uint `json:"id"` // 订单ID
|
||||||
|
}
|
||||||
|
|
||||||
|
type ThirdOrderRefund struct {
|
||||||
|
ID uint `json:"id"` // 订单ID
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user