modified 增加结构体描述,完善自动化文档
This commit is contained in:
@@ -6,6 +6,6 @@ import "gin-vue-admin/model"
|
||||
type SearchApiParams struct {
|
||||
model.SysApi
|
||||
PageInfo
|
||||
OrderKey string `json:"orderKey"`
|
||||
Desc bool `json:"desc"`
|
||||
OrderKey string `json:"orderKey"` // 排序
|
||||
Desc bool `json:"desc"` // 排序方式:升序false(默认)|降序true
|
||||
}
|
||||
|
Reference in New Issue
Block a user