多语言设置新增导入

This commit is contained in:
不做码农
2023-08-02 18:43:11 +08:00
committed by DESKTOP-H2PAFLR\Administrator
parent 81925483d7
commit bb1b52ecf1
5 changed files with 90 additions and 8 deletions

View File

@@ -3,6 +3,7 @@ using ZR.Model;
using ZR.Model.Dto;
using ZR.Model.Models;
using System.Collections.Generic;
using JinianNet.JNTemplate;
namespace ZR.Service.System.IService
{
@@ -19,5 +20,7 @@ namespace ZR.Service.System.IService
dynamic GetListToPivot(CommonLangQueryDto parm);
void StorageCommonLang(CommonLangDto parm);
Dictionary<string, object> SetLang(List<CommonLang> msgList);
(string, object, object) ImportCommonLang(List<CommonLang> list);
}
}