using System; using System.Collections.Generic; namespace MySystem { public class IndexTeamPerformance { public decimal DirectTradeAmt { get; set; } public decimal DirectDebitCapNum { get; set; } public decimal AddCount { get; set; } } }