using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace YLErp.Model.HengTaiModel { /// /// 收益互换资产查询衡泰数据库返回 /// public class ReqQryAssetSwapDbResp { public string SYSORDID { get; set; } public string HY_SYSORDID { get; set; } public string EXT_NO { get; set; } public string PARTYNAMETEMPORITY { get; set; } public string PARTY_ID { get; set; } public string BANK_CODE { get; set; } public string PARTY_NAME { get; set; } public string SECU_INT { get; set; } public string SECU_EXT { get; set; } public string TRADER_ID { get; set; } public string TRADER { get; set; } public string GROUP_INFO { get; set; } public string GROUP_NAME { get; set; } public string GROUP_SUPNAME { get; set; } public string GRPID { get; set; } public string ORDDATE { get; set; } public string TRDTYPE { get; set; } public string ORDSTATUS { get; set; } public string TRD_RELATED_NO { get; set; } public string I_CODE { get; set; } public string A_TYPE { get; set; } public string MARKET { get; set; } public string EXEMARKET { get; set; } public decimal PARVALUE { get; set; } public decimal ORDPRICE { get; set; } public decimal ORDAMOUNT { get; set; } public string OCFLAG { get; set; } public int SETDAYS { get; set; } public decimal TRD_FEE { get; set; } public decimal SET_FEE { get; set; } } }