Migrate all methods in the model package to the service package
This commit is contained in:
11
server/model/request/sys_api.go
Normal file
11
server/model/request/sys_api.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package request
|
||||
|
||||
import "gin-vue-admin/model"
|
||||
|
||||
//api分页条件查询及排序结构体
|
||||
type SearchApiParams struct {
|
||||
model.SysApi
|
||||
PageInfo
|
||||
OrderKey string `json:"orderKey"`
|
||||
Desc bool `json:"desc"`
|
||||
}
|
Reference in New Issue
Block a user