这是基于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 03c81a3ebd feat(docs): 添加规则引擎管理模块文档 1 year ago
..
LINGYUN/Abp/RulesEngineManagement upgrade(abp): upgrade abp framework to 7.1.1 3 years ago
FodyWeavers.xml upgrade(abp): upgrade abp framework to 7.1.1 3 years ago
FodyWeavers.xsd upgrade(abp): upgrade abp framework to 7.1.1 3 years ago
LINGYUN.Abp.RulesEngineManagement.HttpApi.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.RulesEngineManagement.HttpApi

1. 介绍

规则引擎管理模块的HTTP API层,提供了基于RESTful的API接口。

2. 功能

  • 实现了规则记录的HTTP API接口
  • 实现了工作流记录的HTTP API接口
  • 提供了API接口的路由配置

3. API接口

3.1 规则记录API

  • RuleRecordController
    • 基路径: api/rules-engine-management/rules
    • 提供规则记录的CRUD操作API
    • 支持分页查询API
    • 实现了权限验证

3.2 工作流记录API

  • WorkflowRecordController
    • 基路径: api/rules-engine-management/workflows
    • 提供工作流记录的CRUD操作API
    • 支持分页查询API
    • 实现了权限验证

4. 依赖

  • Volo.Abp.AspNetCore.Mvc
  • LINGYUN.Abp.RulesEngineManagement.Application.Contracts

点击查看英文文档