工时任务设置

/crp/Taskset/

接口描述

工时任务设置

请求参数

参数名
类型
描述
必填
fid
string
示例:父级
必填
type
string
示例:类别
必填
dep
string
示例:部门
必填
content
string
示例:任务内容
必填

响应参数

参数名
类型
描述
必填
id
string
示例:id
必填
fid
string
示例:父级
必填
type
string
示例:类别
必填
dep
string
示例:部门
必填
content
string
示例:任务内容
必填
comments
string
示例:备注
必填
owner
string
示例:创建人
必填
date_created
string
示例:创建日期
必填
owner_name
string
示例:创建人姓名
必填
date_updated
string
示例:更新日期
必填
update
string
示例:更新id
必填

说明 / 示例

{ "id": "id", "fid": "父级", "type": "类别", "dep": "部门", "content": "任务内容", "comments": "备注", "owner": "创建人", "date_created": "创建日期", "owner_name": "创建人姓名", "date_updated": "更新日期", "update": "更新id" }