FlexJobApi.Core/Entities/Common/DictionaryData.cs
@@ -13,7 +13,7 @@ /// <summary> /// 字典数据 /// </summary> public class DictionaryData : CommonEntity, IEntityTypeBuilder<DictionaryData>, ITreeData<DictionaryData>, IIsDisabled public class DictionaryData : CommonEntity, IEntityTypeBuilder<DictionaryData>, ITreeData<DictionaryData>, IIsDisabled, IDbAuditLogIgnore { public DictionaryData() { @@ -89,6 +89,11 @@ public string Field5 { get; set; } /// <summary> /// 深度 /// </summary> public int Deep { get; set; } /// <summary> /// 是否禁用 /// </summary> public bool IsDisabled { get; set; }