Files
Kg.SeaTime/Service/Application.Web/Model/RequestParms/Login/RegisterInfoParms.cs
Putoo f8d4a28d53 121
2026-05-30 17:32:27 +08:00

8 lines
188 B
C#

namespace Application.Web;
public class RegisterInfoParms
{
public string nick { get; set; } = string.Empty;
public int sex { get; set; }
public string code { get; set; }
}