fix issue #I3ZCIX 审批过程中可以修改表单内容,并可以控制表单字段读写权限

This commit is contained in:
yubaolee
2021-07-11 15:21:17 +08:00
parent 10e255d0b3
commit 95fe5259c7
4 changed files with 27 additions and 0 deletions

View File

@@ -17,5 +17,10 @@ namespace OpenAuth.App.Response
/// 下个节点的执行权限方式
/// </summary>
public string NextNodeDesignateType { get; set; }
/// <summary>
/// 当前节点的可写表单Id
/// </summary>
public string[] CanWriteFormItemIds { get; set; }
}
}