feat: 添加缓存crud

This commit is contained in:
陈淳
2024-04-22 15:39:41 +08:00
parent 6b14f6fbea
commit 826271c84d
2 changed files with 128 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
using Microsoft.Extensions.DependencyInjection;
using SqlSugar;
using Volo.Abp.Application.Dtos;
using Volo.Abp.Caching;
using Yi.Framework.Ddd.Application;
using Yi.Framework.Rbac.Application.Contracts.Dtos.DictionaryType;
using Yi.Framework.Rbac.Application.Contracts.IServices;
@@ -36,6 +38,5 @@ namespace Yi.Framework.Rbac.Application.Services
Items = await MapToGetListOutputDtosAsync(entities)
};
}
}
}