夜间模式
API接口文档
公共数据表
数据表名称 | 数据表 |
---|---|
婚姻表 | xin_wei_marriage |
婚姻对象表 | xin_hrm_marriage_partner |
婚姻孩子表 | xin_hrm_marriage_children |
驾照类型表 | xin_wei_jiazhao |
语言表 | xin_wei_languages |
民族表 | xin_wei_nation |
政治面貌表 | xin_wei_politics |
亲情关系表 | xin_wei_qinqing |
学历表 | xin_wei_qualification |
离职原因表 | xin_hrm_wokers_resignation_reason |
转正办法表 | xin_hrm_wokers_formal |
职工管理
扫码入职管理
返回示例
json
{
"code": 200,
"data": [
{
"id": 1,
"name": "张三",
"ApprovedName": "房老师",
"isApproved": 1,
"scanningTime": "2022-08-28 18:08:59",
"approvedTime": "2022-08-28 18:08:59"
},
{
"id": 2,
"name": "李四",
"ApprovedName": "房老师",
"isApproved": 1,
"scanningTime": "2022-08-28 18:08:59",
"approvedTime": null
},
{
"id": 3,
"name": "王五",
"ApprovedName": "房老师",
"isApproved": 1,
"scanningTime": "2022-08-28 18:08:59",
"approvedTime": ""
}
],
"message": ""
}
拉黑管理
黑名单列表
json
{
"code": 200,
"data": [
{
"id": 1,
"name": "张三",
"department": "研发部",
"positions": "研发工程师",
"employType": 1,
"blacklistTime": "2022-08-28 18:08:59",
"status": -2
},
{
"id": 2,
"name": "李四",
"department": "研发部",
"positions": "研发工程师",
"employType": 1,
"blacklistTime": "2022-08-28 18:08:59",
"status": -2
},
{
"id": 3,
"name": "王五",
"department": "研发部",
"positions": "研发工程师",
"employType": 1,
"blacklistTime": "2022-08-28 18:08:59",
"status": -2
}
],
"message": ""
}