a.uuid AS "uuid",
a.party_id AS "partyId",
a.symbol AS "symbol",
a.order_no AS "orderNo",
a.direction AS "direction",
a.timenum AS "timenum",
a.timeunit AS "timeunit",
a.unit_amount AS "unitAmount",
a.volume AS "volume",
a.fee AS "fee",
a.profit_ratio AS "profitRatio",
a.profit AS "profit",
a.trade_avg_price AS "tradeAvgPrice",
a.close_avg_price AS "closeAvgPrice",
a.state AS "state",
a.create_time AS "createTime",
a.close_time AS "closeTime",
a.settlement_time AS "settlementTime",
a.profit_loss AS "profitLoss",
a.create_by AS "createBy",
a.update_by AS "updateBy",
a.update_time AS "updateTime",
a.remarks AS "remarks",
a.del_flag AS "delFlag",
a.create_time_ts AS "createTimeTs",
a.update_time_ts AS "updateTimeTs"