8 lines
173 B
C#
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; }
|
|
} |