namespace Binance.TradeRobot.Model.Dto { public class ExchangeAPIKeyResponse : Db.ExchangeAPIKey { /// /// 逐仓杠杆资产 /// public decimal SpotMarginUSDT { get; set; } /// /// 关联机器人的交易对 /// public string RobotSymbol { get; set; } } }