修复平台代管订单流程

This commit is contained in:
yml2213
2026-07-25 19:17:19 +08:00
parent e0cb15f408
commit 4bc25b87d8
35 changed files with 2216 additions and 284 deletions
+3
View File
@@ -53,8 +53,11 @@ func MigrateRentalTransactionTestSchema(db *gorm.DB) error {
&model.RentalOrder{},
&model.PaymentOrder{},
&model.Notification{},
&model.AdminNotification{},
&model.HandoffRecord{},
&model.OrderCheckout{},
&model.WalletAccount{},
&model.WalletLedger{},
&model.AuditLog{},
&model.ChatConversation{},
&model.ChatParticipant{},