using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace YLErp.Model.HengTaiModel { /// /// 收益互换合约终止查询衡泰数据库返回 /// public class RegAcctSwapTerminateDbResp { 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 string PARVALUE { get; set; } public string ORDPRICE { get; set; } public string ORDAMOUNT { get; set; } public string OCFLAG { get; set; } public string SETDAYS { get; set; } public string TRD_FEE { get; set; } public string SET_FEE { get; set; } } }