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