根据id查询员工(queryEmployeeInfoById)
POST
http://localhost:8092/WXFOOTSTAFF/shopping/queryEmployeeInfoById
请求参数
响应参数
参数名
类型
描述
必填
id
long
员工id
必填
companyID
long
公司id
必填
code
string
员工编号
必填
name
string
员工姓名
必填
male
boolean
员工性别
必填
mobile
string
员工手机号
必填
content
string
备注
必填
employeePicName
string
员工图片
必填
serverCount
int
服务次数
必填
isBook
boolean
是否可预约
必填
fromTime
string
预约开始时间
必填
endTime
string
预约结束时间
必填
grade
BigDecimal
评分
必填
orderIndex
int
顺序 由小到大
必填
jobPostClass
string
员工职位编号
必填
jobPostClassName
string
员工职位名称
必填
brandInfoCode
string
品牌编号
必填
type
int
1.明星发型师2.名医团队
必填
employeeLabel
string
擅长便签;以逗号隔开
必填
companyAddress
string
公司地址
必填
personalProfile
string
个人简介,富文本
必填