表单数据持久化

This commit is contained in:
2024-09-13 18:19:27 +08:00
parent 951572a1f5
commit 250ffb4e20
9 changed files with 186 additions and 86 deletions
+1 -1
View File
@@ -4,8 +4,8 @@ import (
"gorm.io/gorm"
"work_cation/cfg"
"work_cation/models"
"work_cation/models/repo"
"work_cation/pkg/gormx"
"work_cation/repo"
)
var DB *gorm.DB