UpdateDocumentInput
功能描述
调用UpdateDocument的参数实体
属性
| 参数 | 类型 | 说明 |
|---|---|---|
| DocIds | List<String> |
更新条件,与SearchItem互斥,优先级比 SearchItem 高 |
| SearchItem | List<SearchItem> | 查询条件,与 DocIds 互斥,优先级比 DocIds 低 |
| Order | Dictionary<string,int> |
通过search方式更新,指定查询排序方式,配合Size使用 |
| Size | int | 通过search方式更新,指定每次更新的数量,关系到接口性能 |
| EntityName | String | 指定 Form, 同FormAlias, Form别名, Form的标识 |
| FieldsValue | Dictionary <String, String> |
要更新的字段或者执行的workflow步骤需要的参数 |
| ActionCode | String | workflow步骤对应的action code |
| ActionMessage | String | 编辑历史中的操作说明 |
| StaffId | String | 操作用户ID |
| StaffName | String | 操作用户Name |