feat: client 增删改查

This commit is contained in:
Blizzard
2025-05-08 23:03:00 +08:00
parent 75e9157e5e
commit ab51ba91bc
41 changed files with 1093 additions and 57 deletions
+2
View File
@@ -31,6 +31,8 @@ func MigrateTable() {
db := global.DB
err := db.AutoMigrate(
system.User{},
system.Client{},
system.SysOperationRecord{},
)
if err != nil {
global.Logger.Error("Migrate table failed,err:", zap.Error(err))