岗位技能列表页
GET
manager/postInfo/search
接口描述
获取所有的岗位信息、列表
请求头
参数名
类型
描述
必填
token
string
封装user_id
必填
请求参数
参数名
类型
描述
必填
postName
string
岗位名称(模糊搜索,可为空)
可选
postNumber
string
岗位编号(模糊搜索,可为空)
可选
page
int
页码
必填
size
int
每页大小
必填
departFourId
int
工厂id
必填
departThreeId
int
价值流id
必填
响应参数
参数名
类型
描述
必填
code
string
状态码
必填
message
string
消息
必填
postId
int
岗位id
必填
postNumber
string
岗位编号
必填
postName
string
岗位名称
必填
skillDays
int
熟练天数
必填
skillScore
int
熟练所得分值
必填
colorCode
string
颜色代码
必填
colorName
string
颜色名称
必填
colorScore
int
颜色对应分值
必填
specialName
string
特殊资质名称
必填
specialScore
int
特殊资质分值
必填
postLevel
int
1:S类 2:A类 3:B类 4:C类
必填
departOneId
int
班组id
必填
departTwoId
int
线体id
必填
departThreeId
int
价值流id
必填
delFlag
int
是否删除 1:是 0:否
必填
departId
int
单位部门信息id
必填
departName
string
单位名称
必填
parentId
int
父id
必填
departLevel
int
1:工厂 2:价值流 3:线体 4:班组
必填
userArrayId
string
负责人id集合,json数组字符串形式
必填
departId
int
单位部门信息id
必填
departName
string
单位名称
必填
parentId
int
父id
必填
departLevel
int
1:工厂 2:价值流 3:线体 4:班组
必填
userArrayId
string
负责人id集合,json数组字符串形式
必填