namespace Application.Web; public class FightMonsterParms { public int type { get; set; } public string monsterId { get; set; } public string sign { get; set; } }