namespace CRM.Core.DTO.Ord { /// /// 可用余额 返回数据 /// public class LastPriceRspDto { public string resid { get; set; } /// /// 可用金额 /// public decimal? lastprice { get; set; } /// /// 已用金额 /// public decimal? useprice { get; set; } } }