ChatRoomForGpt/ARW-net/ARW.Model/System/Vo/LangVo.cs
2023-04-04 18:15:13 +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
{
}
}