using System; using System.Collections.Generic; namespace MySystem.PxcModels { public partial class NewLeaderData { public int UserId { get; set; } public decimal BalanceAmount { get; set; } public decimal ReserveAmount { get; set; } } }