namespace BBWY.Server.Model.Dto { public class XingXinagSearchResponse { public string Spu { get; set; } //public decimal TotalCost { get; set; } public decimal Profit { get; set; } } }