跳转至

SmartFormPostValue

类名:SmartFormPostValue

说明:表单传递到后台数据,包括表单上本身的数据、用户的指令等。

属性

名称 类型 说明
Command string 执行命令。
DestActivityCode string 获取或设置提交/驳回的节点名称。
Data Dictionary<string, object> 表单请求传递过来的业务数据;数据为 Dictionary<string, object> 结构,其中 key 表示字段编码,value 表示字段值。
Comment H3.SmartForm.SmartFormPostComment 用户的审批意见,用于流程。
ForwardTo string 转发给某人。
ActivityParticipants H3.SmartForm.SmartFormPostActivityParticipant[] 发起人选择的活动参与者。