新建事项
POST
/supervise/schedule/create
接口描述
新建事项
请求参数
参数名
类型
描述
必填
title
string
事项名称
必填
urgency
字典
事项紧急程度
必填
resource
字典
事项来源
必填
itemType
字典
事项类型
必填
content
string
内容概要
必填
requiredatetime
date
进度要求完成时间
必填
result
string
最终成果
必填
concernIdList
数组
关注人Id列表
必填
chargePersonId
long
跟进人Id
必填
responsiblePersonId
long
负责人Id
必填
thresholdIdList
数组
提醒规则Id列表
可选
issue
bool
是否下发任务
必填
hasSub
bool
是否有子任务
必填
selectedIdList
数组
子任务承办人/组Id列表
可选
fbType
字典
反馈形式
可选
subRequired
string
子任务反馈截止时间
可选
sameWithSub
bool
子任务提醒规则是否与父任务保持一致
可选
subThresholdIdList
数组
子任务提醒规则
可选
isSubOpen
bool
启动任务设置
可选
sendSms
bool
是否发送短信
必填
响应参数
参数名
类型
描述
必填
success
bool
是否成功
必填
code
string
响应码
必填
data
string
新增事项的id
必填