这是基于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.
 
 
 
 
 
 

950 B

LINGYUN.Abp.Saas.Application

SaaS application service layer module, implementing application service interfaces for tenant and edition management.

Features

  • Tenant Management Service (TenantAppService)

    • Create tenant
    • Update tenant
    • Delete tenant
    • Get tenant list
    • Get tenant details
    • Manage tenant connection strings
    • Manage tenant features
  • Edition Management Service (EditionAppService)

    • Create edition
    • Update edition
    • Delete edition
    • Get edition list
    • Get edition details
    • Manage edition features

Permission Validation

All application service methods have added corresponding permission validation to ensure that only users with corresponding permissions can access.

Object Mapping

The following object mappings are implemented using AutoMapper:

  • Edition <-> EditionDto
  • Tenant <-> TenantDto
  • TenantConnectionString <-> TenantConnectionStringDto

More

简体中文