export interface Name { accountid: number;//摘牌资金账号 applyprice: string;//申请价格(议价价格) applyqty: number;//摘牌数量(议价数量) applyremark: string;//申请备注 applystatus: number;//申请状态(议价状态) - 1:待确认 2:已确认 3:已拒绝 4:已撤销 5:系统撤销 6:处理失败 7:确认中 applytime: string;//申请时间(议价时间) buyorsell: number;//买卖(挂牌类型) - number; //:买 1:卖 confirmremark: string;//确认备注 confirmtime: string;//确认时间 confirmuserid: number;//确认人 deliverygoodscode: string;//品种代码 deliverygoodsid: number;//品种ID deliverygoodsname: string;//品种名称 deliverymonth: string;//交收月 enumdicname: string;//单位名称 fixedprice: number;//挂牌价格 handlestatus: number;//处理状态 marginvalue: number;//履约保证金比例 marketid: number;//市场ID matchaccountid: number;//挂牌方资金账号 matchuserid: number;//挂牌方用户id matchusername: string;//挂牌方用户名称(已脱敏) minivalue: number;//现货商品最小变动值 optioncompare: string;//选择项比较串【{选择项ID}+{冒号}+选择项值 } ,逗号分隔,头尾加逗号】-- 所有选择项拼接,用于比较 orderqty: number;//挂牌数量 refprice: string;//参考价格 retcode: number;//委托返回代码 templatename: string;//履约方式(履约模板名称) tradedate: string;//交易日(yyyyMMdd) userid: number;//摘牌人用户ID(议价人ID) username: string;//议价人名字(已脱敏) validtime: string;//有效期限 warehouseid: number;//仓库ID warehousename: string;//仓库名称 wrbargainid: string;//议价申请单ID(327+Unix秒时间戳(1number; //位)+xxxxxx) wrfactortypeid: string;//仓单要素类型ID(212+Unix秒时间戳(1number; //位)+xxxxxx) wrfactortypename: string;//仓单要素类型名称(选择项要素的名称合并显示,逗号分隔) wrstandardcode: string;//现货商品代码 wrstandardid: number;//现货商品ID wrstandardname: string;//商品名称 wrtradeorderid: string;//关联委托单ID wrtypename: string;//商品 }