[feat] 统一 ORM 扩展条件入口
This commit is contained in:
@@ -140,3 +140,7 @@ type NewOrmModel func(res req.Resource, code, name string) Model
|
||||
type NewOrm func(res req.Resource, tx *db.Transaction) Orm
|
||||
|
||||
type GetOrmConditions func(categoryUuid string, opts ...condition.Option) *condition.Condition
|
||||
|
||||
type GetOrmOrderBy func(categoryUuid string) []OrderBy
|
||||
|
||||
type GetOrmGroupBy func(categoryUuid string) []GroupBy
|
||||
|
||||
Reference in New Issue
Block a user