using System;
using System.Collections.Generic;
namespace MySystem
{
    public class PerformanceForDateTime
    {
        public string TradeMonth { get; set; }
        public decimal TradeAmount { get; set; }
        public decimal CardAmount { get; set; }
        public decimal QrPayAmount { get; set; }
    }
}