实现用户咨询数据收集接口

This commit is contained in:
2025-12-18 14:22:56 +08:00
parent 0207720943
commit 8f2e71849f
14 changed files with 606 additions and 121 deletions

View File

@@ -61,6 +61,7 @@ func main() {
m.User{},
m.UserRole{},
m.Whitelist{},
m.Inquiry{},
)
g.Execute()
}