| | |
| | | /// <summary> |
| | | /// 字典数据 |
| | | /// </summary> |
| | | public class DictionaryData : CommonEntity, IEntityTypeBuilder<DictionaryData> |
| | | public class DictionaryData : CommonEntity, IEntityTypeBuilder<DictionaryData>, ITreeData<DictionaryData>, IIsDisabled |
| | | { |
| | | public DictionaryData() |
| | | { |
| | |
| | | /// </summary> |
| | | public string Field5 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 是否禁用 |
| | | /// </summary> |
| | | public bool IsDisabled { get; set; } |
| | | |
| | | public void Configure(EntityTypeBuilder<DictionaryData> entityBuilder, DbContext dbContext, Type dbContextLocator) |
| | | { |
| | | entityBuilder |