This commit is contained in:
邹宗楠
2025-07-15 18:16:09 +08:00
parent aa03e543b6
commit c3fb38473c
8 changed files with 262 additions and 9 deletions

View File

@@ -134,6 +134,7 @@ func Init() {
orm.RegisterModel(&model.StoreAcctOrder{})
// 拉卡拉分账
orm.RegisterModel(&model.LakalaContract{})
orm.RegisterModel(&model.LakalaIncoming{})
orm.RegisterModel(&model.LakalaRecipient{})
orm.RegisterModel(&model.LakalaSeparateAmt{})