字典处理
This commit is contained in:
@@ -9,6 +9,7 @@ using Microsoft.AspNetCore.Mvc;
|
||||
using IRaCIS.Core.Application.Interfaces;
|
||||
using IRaCIS.Core.Application.ViewModel;
|
||||
using Castle.Core.Internal;
|
||||
using IRaCIS.Core.Infra.EFCore.Dto;
|
||||
|
||||
namespace IRaCIS.Core.Application.Service
|
||||
{
|
||||
@@ -26,6 +27,17 @@ namespace IRaCIS.Core.Application.Service
|
||||
_frontAuditConfigRepository = frontAuditConfigRepository;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 翻译稽查数据
|
||||
/// </summary>
|
||||
/// <param name="dto"></param>
|
||||
/// <returns></returns>
|
||||
[HttpPost]
|
||||
public async Task<List<string>> SetDictionaryValue(SetDictionaryValueDto dto)
|
||||
{
|
||||
return await _frontAuditConfigRepository.SetDictionaryValue(dto);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 获取子数据
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user