新增多语言管理

This commit is contained in:
不做码农
2022-05-06 22:12:51 +08:00
parent 854a05cd5d
commit 1d9ec93e12
7 changed files with 479 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ZR.Model.System.Vo
{
public class LangVo
{
}
}