wpf_tool_online/api/ARW.Model/System/Vo/LangVo.cs
2023-05-31 21:06:42 +08:00

14 lines
191 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ARW.Model.System.Vo
{
public class LangVo
{
}
}