fix: 修复 provider 模板文件名错误的问题
This commit is contained in:
8
templates/project/database/models/query.gen.go.tpl
Normal file
8
templates/project/database/models/query.gen.go.tpl
Normal file
@@ -0,0 +1,8 @@
|
||||
package models
|
||||
|
||||
import "gorm.io/gorm"
|
||||
|
||||
var Q any
|
||||
|
||||
func SetDefault(db *gorm.DB) {
|
||||
}
|
||||
Reference in New Issue
Block a user