模块化变更
This commit is contained in:
13
server/model/system/request/sys_api.go
Normal file
13
server/model/system/request/sys_api.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package request
|
||||
|
||||
import (
|
||||
"gin-vue-admin/model/system"
|
||||
)
|
||||
|
||||
// api分页条件查询及排序结构体
|
||||
type SearchApiParams struct {
|
||||
system.SysApi
|
||||
PageInfo
|
||||
OrderKey string `json:"orderKey"` // 排序
|
||||
Desc bool `json:"desc"` // 排序方式:升序false(默认)|降序true
|
||||
}
|
Reference in New Issue
Block a user