Files
Kg.SeaTime/Service/Application.Web/Model/RequestParms/User/CheckUserPropParms.cs
2026-06-18 18:54:22 +08:00

8 lines
173 B
C#

namespace Application.Web;
public class CheckUserPropParms
{
public int type { get; set; }
public int count { get; set; }
public string needs { get; set; }
}