mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-23 04:23:32 +08:00
fix issue #I3ZCIX 审批过程中可以修改表单内容,并可以控制表单字段读写权限
This commit is contained in:
@@ -17,5 +17,10 @@ namespace OpenAuth.App.Response
|
||||
/// 下个节点的执行权限方式
|
||||
/// </summary>
|
||||
public string NextNodeDesignateType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 当前节点的可写表单Id
|
||||
/// </summary>
|
||||
public string[] CanWriteFormItemIds { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user