fix: 修复 provider 模板文件名错误的问题

This commit is contained in:
Rogee
2025-09-12 19:34:56 +08:00
parent 02ea517143
commit 4c8205212f
3 changed files with 21 additions and 7 deletions

View File

@@ -0,0 +1,8 @@
package models
import "gorm.io/gorm"
var Q any
func SetDefault(db *gorm.DB) {
}