这是基于vue-vben-admin 模板适用于abp Vnext的前端管理项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
feijie f3a1b2d334 feat(docs): 添加功能管理模块文档 1 year ago
..
LINGYUN/Abp/FeatureManagement fix(definition): Static definition are not allowed to increase children. 2 years ago
Volo/Abp/Features Multiple enhancements 3 years ago
FodyWeavers.xml Multiple enhancements 3 years ago
FodyWeavers.xsd Multiple enhancements 3 years ago
LINGYUN.Abp.FeatureManagement.Application.csproj upgrade abp framework to 8.2.0 2 years ago
README.EN.md feat(docs): 添加功能管理模块文档 1 year ago
README.md feat(docs): 添加功能管理模块文档 1 year ago

README.md

LINGYUN.Abp.FeatureManagement.Application

功能管理应用服务模块,提供了功能定义的管理服务实现。

功能特性

  • 功能定义管理
    • 支持创建、更新、删除功能定义
    • 支持功能定义的本地化
    • 支持功能定义的值类型序列化
  • 功能组定义管理
    • 支持创建、更新、删除功能组定义
    • 支持功能组的本地化
  • 支持静态和动态功能定义存储
  • 集成ABP功能管理模块

模块依赖

[DependsOn(
    typeof(AbpFeatureManagementApplicationContractsModule),
    typeof(VoloAbpFeatureManagementApplicationModule))]
public class AbpFeatureManagementApplicationModule : AbpModule
{
}

权限定义

  • FeatureManagement.GroupDefinitions
    • FeatureManagement.GroupDefinitions.Create
    • FeatureManagement.GroupDefinitions.Update
    • FeatureManagement.GroupDefinitions.Delete
  • FeatureManagement.Definitions
    • FeatureManagement.Definitions.Create
    • FeatureManagement.Definitions.Update
    • FeatureManagement.Definitions.Delete

更多信息

English