|
@@ -325,10 +325,10 @@ public partial class Workflow : CreationEntity
|
|
|
#region 会签实际办理对象
|
|
|
|
|
|
[SugarColumn(ColumnDataType = "json", IsJson = true)]
|
|
|
- public List<string>? CsActualHandleOrgIds { get; set; } = new();
|
|
|
+ public List<string> CsActualHandleOrgIds { get; set; } = new();
|
|
|
|
|
|
[SugarColumn(ColumnDataType = "json", IsJson = true)]
|
|
|
- public List<string>? CsActualHandleUserIds { get; set; } = new();
|
|
|
+ public List<string> CsActualHandleUserIds { get; set; } = new();
|
|
|
|
|
|
#endregion
|
|
|
|