|
@@ -343,6 +343,11 @@ public abstract class StepBasicEntity : CreationEntity
|
|
|
/// </summary>
|
|
|
[SugarColumn(ColumnDataType = "json", IsJson = true, IsNullable = true)]
|
|
|
public List<FileJson>? FileJson { get; set; }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 发起会签
|
|
|
+ /// </summary>
|
|
|
+ public bool IsStartCountersign { get; set; }
|
|
|
|
|
|
#endregion
|
|
|
#region 创建时赋值
|
|
@@ -361,11 +366,6 @@ public abstract class StepBasicEntity : CreationEntity
|
|
|
|
|
|
public EFlowDirection? FlowDirection { get; set; }
|
|
|
|
|
|
- /// <summary>
|
|
|
- /// 发起会签
|
|
|
- /// </summary>
|
|
|
- public bool IsStartCountersign { get; set; }
|
|
|
-
|
|
|
#endregion
|
|
|
#endregion
|
|
|
|