using System;
using System.Collections.Generic;
namespace MySystem
{
    public class PerformanceForDateAndPro
    {
        public decimal TradeAmount { get; set; }
        public decimal CreditAmount { get; set; }
        public decimal DebitNotCapAmount { get; set; }
        public decimal DebitCapAmount { get; set; }
        public decimal DebitCapCount { get; set; }
        public decimal QrTradeAmount { get; set; }
    }
}