查询员工
GET
http://localhost:8002/staff/list?shopId=9&page=1&limit=10
请求参数
参数名
类型
描述
必填
shopId
int
示例:9
必填
page
int
示例:1
必填
limit
int
示例:10
必填
响应参数
参数名
类型
描述
必填
total
int
示例:4
必填
code
int
示例:200
必填
msg
string
示例:
必填
id
int
示例:11
必填
creater
object
示例:null
必填
createTime
object
示例:null
必填
updater
object
示例:null
必填
updateTime
object
示例:null
必填
staffName
string
示例:小乔
必填
cardNumber
string
示例:4102211995056545858
必填
phoneNumber
string
示例:45412145454
必填
sortNumber
object
示例:null
必填
deptId
object
示例:null
必填
userId
object
示例:null
必填
userPwd
object
示例:null
必填
shopId
int
示例:9
必填