using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace YLErp.Model { /// /// trs下单假成交交易计算可用资金返回 /// public class TradeClientCashCalcResp { public int clientId { get; set; } public double availableAmount { get;set; } } }