增加订单完成结构体

This commit is contained in:
yuguojian 2024-12-06 16:42:11 +08:00
parent 301cbac8c1
commit 6eb2bb09bf

View File

@ -47,3 +47,7 @@ type OrderConsumptionAwardRedPacketMoney struct {
type OrderVoucher struct { type OrderVoucher struct {
ID uint `json:"id"` // 订单ID ID uint `json:"id"` // 订单ID
} }
type OrderFinishedAfter struct {
ID uint `json:"id"` // 订单ID
}