feat: 同步

This commit is contained in:
陈淳
2023-09-15 18:05:59 +08:00
parent a271bc25c6
commit a0b35f4233
28 changed files with 61 additions and 10 deletions

View File

@@ -7,11 +7,13 @@ using Yi.Framework.Infrastructure.Ddd.Services;
using Yi.Framework.Module.DictionaryManager.Dtos.Dictionary;
using Yi.Framework.Module.DictionaryManager.Entities;
namespace Yi.Framework.Module.DictionaryManager
{
/// <summary>
/// Dictionary服务实现
/// </summary>
[ApiDescriptionSettings("DictionaryManager")]
public class DictionaryService : CrudAppService<DictionaryEntity, DictionaryGetOutputDto, DictionaryGetListOutputDto, long, DictionaryGetListInputVo, DictionaryCreateInputVo, DictionaryUpdateInputVo>,
IDictionaryService,IDynamicApiController,ITransient
{