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

1.4 KiB

LINGYUN.Abp.DataProtectionManagement.Application

Data protection management application service module, providing application service implementation for data protection management.

Features

  • Data Protection Management Application Service
    • Create Data Protection
    • Update Data Protection
    • Delete Data Protection
    • Query Data Protection
  • Auto Mapping Configuration
  • Permission Validation

Application Service Implementation

  • DataProtectionAppService - Data Protection Application Service
    • Implements IDataProtectionAppService interface
    • Provides CRUD operations for data protection
    • Includes permission validation
    • Includes data validation

Auto Mapping Configuration

  • DataProtectionManagementApplicationAutoMapperProfile - Auto Mapping Configuration Profile
    • DataProtection -> DataProtectionDto
    • DataProtectionCreateDto -> DataProtection
    • DataProtectionUpdateDto -> DataProtection

Permission Validation

  • Creating data protection requires DataProtectionManagement.DataProtection.Create permission
  • Updating data protection requires DataProtectionManagement.DataProtection.Update permission
  • Deleting data protection requires DataProtectionManagement.DataProtection.Delete permission
  • Querying data protection requires DataProtectionManagement.DataProtection permission