fix(api): finalize frontend contract integration

This commit is contained in:
2026-07-22 15:25:22 +08:00
parent 217f82c57c
commit 17dd9de401
5 changed files with 59 additions and 8 deletions

View File

@@ -6,6 +6,7 @@ import (
"golang.org/x/crypto/bcrypt"
"gorm.io/gorm"
"gorm.io/gorm/clause"
"senlinai-agent/backend/internal/models"
)