分页列表
GET
http://localhost:8080/system/talent/list?pageSize=10&pageNum=1
请求头
参数名
类型
描述
必填
Authorization
string
示例:Bearer e2628946-f2e3-4011-a600-8d82895d2cf2
必填
请求参数
参数名
类型
描述
必填
pageSize
int
分頁大小 示例:10
必填
pageNum
int
页码数 示例:1
必填
响应参数
参数名
类型
描述
必填
total
int
总数 示例:1
必填
searchValue
object
示例:null
必填
createBy
string
示例:
必填
createTime
string
示例:2021-10-09 10:53:43
必填
updateBy
string
示例:
必填
updateTime
string
示例:2021-10-09 10:53:53
必填
remark
object
示例:null
必填
params
object
数据字典
必填
tanlentId
int
人才ID 示例:1
必填
talentName
string
人才姓名 示例:王小瑞
必填
talentType
string
人才类别 示例:2
必填
talentMajor
string
研究专业 示例:3
必填
talentInfo
string
人才履历 示例:哈哈哈哈哈哈
必填
status
string
状态详见字典 示例:1
必填
code
int
返回状态码 示例:200
必填
msg
string
返回信息 示例:查询成功
必填