update 流转日志展示

This commit is contained in:
2021-07-08 16:58:14 +08:00
parent ad50293249
commit a14ccf6399
16 changed files with 230 additions and 64 deletions

View File

@@ -261,6 +261,6 @@ namespace Ewide.Application
/// 是否有效
/// </summary>
[Comment("是否有效")]
public bool IsEnabled { get; set; }
public bool IsEnabled { get; set; } = true;
}
}