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

@@ -79,6 +79,11 @@
/// 会签拒绝的个数
/// </summary>
public int? ConfluenceNo { get; set; }
/// <summary>
/// 可写的表单项ID
/// </summary>
public string[] CanWriteFormItemIds { get; set; }
}
/// <summary>