``refactor(cool): 移除Service中冗余的Models字段,仅保留Model接口``
This commit is contained in:
@@ -22,7 +22,6 @@ type IService interface {
|
||||
GetModel() IModel // 获取model
|
||||
}
|
||||
type Service struct {
|
||||
Models *gdb.Model
|
||||
Model IModel
|
||||
ListQueryOp *QueryOp
|
||||
PageQueryOp *QueryOp
|
||||
|
||||
Reference in New Issue
Block a user