namespace Application.DataTransferObjects.Stat; public class AllianceUseToolCount { public int Amount { get; set; } }