using System; using System.Collections.Generic; namespace MySystem { public class FluxProfitItem { public decimal Profit { get; set; } public string TradeDate { get; set; } public string RealName { get; set; } public string Mobile { get; set; } } }