简要描述:
- 获取研发项目交接信息接口
请求URL:
< 请添加 >
请求方式:
- GET
传入示例:
"data": {
"id": "MSxxxxxxxx",
}
传入参数说明:
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
id | 是 | string | 单据id |
返回示例:
{
"data": {
"id": "00000000-0000-0000-0000-000000000000",
"projectInfo": {
"projectName": "中瑞OA平台",
"version": "1.4.5",
"isManager": false,
"handoverUserName": "张三",
"handoverUserCode": "ZR05050125",
"productionLeaderName": "李四",
"productionLeaderCode": "ZR05050125",
"BUManagerName": "王五",
"BUManagerCode": "ZR05050125",
},
"handoverInfo": [{
"index": 1,
"typeId": "00000000-0000-0000-0000-000000000000",
"typeName": "项目管理",
"handoverItem": "禅道等研发管理工具上在途开发任务条目需流转给交接人",
"isConfirmHandover": true,
}],
"handoverStatement": "本人同意移交以上事项内容,有关离职手续已按规定办妥,已将公司重要资料全部交还,并不外泄在职期间所了解的公司相关商务、技术等秘密。确认从即日起与公司终止劳动关系,所从事相关行业不与公司业务形成正面竞争关系。"
}
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
id | string | 研发项目交接明细id |
projectName | string | 项目名称 |
version | string | 项目版本号 |
isManager | boolean | 是否项目经理 |
handoverUserName | string | 交接人姓名 |
handoverUserCode | string | 交接人工号 |
productionLeaderName | string | 生产线负责人姓名 |
productionLeaderCode | string | 生产线负责人工号 |
BUManagerName | string | BU负责人姓名 |
BUManagerCode | string | BU负责人工号 |
index | number | 序号 |
typeId | string | 交接明细类型id |
typeName | string | 交接明细类型Name |
handoverItem | string | 交接项目 |
isConfirmHandover | boolean | 是否确认移交 |
handoverStatement | string | 交接声明 |
备注