|
@@ -419,7 +419,8 @@ public partial class Workflow
|
|
|
/// <summary>
|
|
|
/// 流转记录
|
|
|
/// </summary>
|
|
|
- [SugarColumn(IsIgnore = true)]
|
|
|
+ //[SugarColumn(IsIgnore = true)]
|
|
|
+ [Navigate(NavigateType.OneToMany, nameof(WorkflowStep.WorkflowId))]
|
|
|
public List<WorkflowTrace> Traces { get; set; } = new();
|
|
|
|
|
|
#region Method
|