Files
Kg.SeaTime/Service/Application.Domain.Entity/model/FightRemoveData.cs
2026-07-08 19:13:55 +08:00

8 lines
181 B
C#

namespace Application.Domain.Entity;
public class FightRemoveData
{
public string code { get; set; }
public string par { get; set; }
public int count { get; set; }
}