Files
Yi.Framework/Yi.Furion.Net6/Yi.Framework.Module/WebFirstManager/Dtos/WebFirstGetOutputDto.cs
2023-06-10 13:53:00 +08:00

13 lines
225 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Yi.Framework.Module.WebFirstManager.Dtos
{
public class WebFirstGetOutputDto
{
}
}