Compare commits

..

1 Commits

Author SHA1 Message Date
yuguojian
6eb2bb09bf 增加订单完成结构体 2024-12-06 16:42:11 +08:00

View File

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