Files
Kg.SeaTime/Service/Application.Web/Model/RequestParms/Fight/FightMonsterParms.cs
2026-07-03 18:16:47 +08:00

8 lines
178 B
C#

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