已完成事务接口文档
GET
/businessDoneList
接口描述
获取当前部门所有已完成的事务status=2的
请求头
参数名
类型
描述
必填
currentDepartment
int
当前部门id
必填
响应参数
参数名
类型
描述
必填
id
string
事务的id
必填
Tag
对象
事务的Tag,如:{content:'2020年7月大修',color:'#2ecc71'}
必填
status
int
事务的状态 status:0 待确认 1 进行中 2 已完成 3 已超时
必填
introduce
string
事务发起者的需求
必填
startTime
string
事务开始时间 2020-8-17
必填
deadLine
string
事务期望结束时间
必填
acceptTime
string
事务确认时间
必填
startDep
int
发起部门
必填
receiveDep
int
接受部门
必填
fileAddress
string
文件存放地址
必填
fileName
string
上传文件时文件的名字
必填
doneTime
string
提交时间
必填
doneFileAddress
string
提交文件的地址
必填
doneFileName
string
提交文件提交时的文件名
必填
message
string
完成部门的留言
必填