Files
Kg.SeaTime/Service/Application.Web/Model/RequestParms/Fight/FightParms.cs
2026-07-04 18:07:37 +08:00

7 lines
133 B
C#

namespace Application.Web;
public class FightParms
{
public string fightId { get; set; }
public string data { get; set; }
}