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

891 B

LINGYUN.Abp.Saas.Domain

SaaS domain layer module, defining core domain models, repository interfaces and domain services for tenants and editions.

Core Features

  • Tenant Entity: Contains tenant basic information, status, expiration time, etc.
  • Edition Entity: Contains edition basic information
  • TenantConnectionString: Manages tenant database connections
  • TenantManager: Handles tenant-related business logic
  • EditionManager: Handles edition-related business logic
  • EditionDataSeeder: Provides default edition data initialization

Domain Events

  • Tenant creation, update, deletion events
  • Edition creation, update, deletion events
  • Tenant connection string change events

Cache Management

  • Tenant Cache: Cache tenant information to improve query performance
  • Edition Cache: Cache edition information to improve query performance

More

简体中文