Files
Yi.Framework/Yi.Furion.Net6/Yi.Framework.Module/WebFirstManager/Dtos/WebFirst/WebFirstGetOutputDto.cs
2023-09-19 23:48:37 +08:00

13 lines
234 B
C#

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