using System; using System.Collections.Generic; namespace MySystem { public class RecommendPriceList { public int UserId { get; set; } public int ActCount { get; set; } public decimal TradeAmount { get; set; } } }