@@ -52,6 +52,7 @@ namespace IRaCIS.Core.Application.Service
|
||||
/// 前端批量提交,后端判断不存在就添加,存在就更新
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
[AllowAnonymous]
|
||||
public async Task<IResponseOutput> BatchAddOrUpdateFrontInternationalization(List<BatchInternationalizationDto> batchList)
|
||||
{
|
||||
foreach (var item in batchList)
|
||||
|
||||
Reference in New Issue
Block a user