[feat] 移除 OrmController Init 方法

This commit is contained in:
what 2024-05-07 15:01:48 +08:00
parent 69efb787bb
commit 9172fb2f34

1
orm.go
View File

@ -136,7 +136,6 @@ type ModelParam interface {
}
type OrmController interface {
Init() error
AuthDB() ResAuthDB
}