Skip to content

数据字典模块

Abp 自带的 Setting 模块可能满足不了需求,特意提供数据字典模块。

安装

  • Lion.Abp.DataDictionaryManagement.Application
  • Lion.Abp.DataDictionaryManagement.Application.Contracts
  • Lion.Abp.DataDictionaryManagement.Domain
  • Lion.Abp.DataDictionaryManagement.Domain.Shared
  • Lion.Abp.DataDictionaryManagement.EntityFrameworkCore
  • Lion.Abp.DataDictionaryManagement.HttpApi
  • Lion.Abp.DataDictionaryManagement.HttpApi.Client

模块依赖

  • 添加 DependsOn(typeof(DataDictionaryManagementXxxModule)) 特性到对应模块。

  • 在 EntityFrameworkCore 层添加数据库配置在 AbpProDbContext.cs 的 OnModelCreating()方法中添加 builder.ConfigureDataDictionaryManagement();

如有转载或 CV 的请标注本站原文地址