This commit is contained in:
邹宗楠
2025-08-13 10:12:58 +08:00
parent 14b6c34652
commit 686154836d
3 changed files with 18 additions and 3 deletions

View File

@@ -139,6 +139,7 @@ func Init() {
orm.RegisterModel(&model.LakalaRecipient{})
orm.RegisterModel(&model.LakalaSeparateAmt{})
orm.RegisterModel(&model.LakalaWithdrawal{})
orm.RegisterModel(&model.InvoiceMsg{})
//发送图文消息公众号
orm.RegisterModel(&model.KnowledgeDepot{})