|
@@ -82,6 +82,9 @@ public class WorkflowStep : StepBasicEntity
|
|
|
[SugarColumn(IsIgnore = true)]
|
|
|
public bool HasStartedCountersign => !string.IsNullOrEmpty(StartCountersignId);
|
|
|
|
|
|
+ [SugarColumn(IsIgnore = true)]
|
|
|
+ public bool IsStepBox => string.IsNullOrEmpty(ParentId);
|
|
|
+
|
|
|
#endregion
|
|
|
|
|
|
#region Method
|
|
@@ -193,8 +196,6 @@ public class WorkflowStep : StepBasicEntity
|
|
|
AcceptTime = null;
|
|
|
}
|
|
|
|
|
|
- public bool IsStepBox() => string.IsNullOrEmpty(ParentId);
|
|
|
-
|
|
|
#endregion
|
|
|
|
|
|
}
|