swagger.ts 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. export interface Name{
  2. accountid :string;//期货账户id
  3. accountname :string;//账户名称
  4. attachment :string;//附件
  5. audittime :string;//审核时间
  6. biztype :number;//业务类型 1-套保 2-套利
  7. brandname :string;//品牌名称
  8. contracctstatus :number;//合同状态- number;
  9. //:未提交 1:待审核 2:执行中 3:正常完结 4:审核拒绝 5:异常完结 6:已撤回
  10. contractmargin :number;//合同保证金
  11. contractno :string;//合同编号
  12. contracttype :number;//合同类型 1-采购, -1-销售
  13. convertfactor :number;//标仓系数(品类)
  14. createtime :string;//创建时间
  15. currencyid :number;//币种id
  16. currencyname :string;//币种名称
  17. daikaiamount :number;//应收(开)票额
  18. deliveryenddate :string;//交割结束日
  19. deliverygoodscode :string;//现货品种代码
  20. deliverygoodsid :number;//现货商品ID
  21. deliverygoodsname :string;//现货品种名称
  22. deliverystartdate :string;//交割开始日
  23. enddate :string;//点价结束日
  24. enumdicname :string;//单位名称
  25. goodscode :string;//点价商品代码
  26. goodsid :number;//点价商品ID
  27. goodsname :string;//点价商品名称
  28. invoiceamount :number;//已开票额
  29. loanamount :number;//贷款总额=已定价额+调整金额
  30. margin :number;//保证金
  31. meruserid :number;//跟单员id
  32. meruserlogincode :string;//跟单员登录代码
  33. nickname :string;//账户昵称
  34. payamount :number;//已收付额(收款或付款)
  35. preinvoiceamount :number;//预收(开)票额
  36. prepayamount :number;//预收付额
  37. price :number;//价格
  38. pricedamount :number;//已定价额
  39. pricedavg :number;//已点均价
  40. pricedqty :number;//已定价量
  41. pricemove :number;//升贴水
  42. pricetype :number;//定价类型 - 1:一口价 2:点价 3:暂定价
  43. producttype :number;//产品类型 - 1:标准仓单 2:等标 3:非标
  44. qty :number;//合同量
  45. reckonadjustamount :number;//调整金额
  46. reckonedamount :number;//实际已收付额(已确定额,已收付总额-已退款总额)
  47. reckonotheramount :number;//其它费用
  48. reckonrealqty :number;//已确定量
  49. remark :string;//备注
  50. saleuserid :number;//业务员id
  51. saleuserlogincode :string;//业务员登录代码
  52. spotcontractid :string;//合同ID
  53. spotgoodsbrandid :number;//现货品牌ID(DGFactoryItem表的ID)
  54. spotgoodsdesc :string;//商品型号(商品规格)
  55. startdate :string;//点价开始日
  56. totalamount :number;//合计总额
  57. tradeuserid :number;//交易员id
  58. tradeuserlogincode :string;//交易员登录代码
  59. tradeusername :string;//交易员名称
  60. unpayamount :number;//应收付款额(应支付或应收款)
  61. unpricedqty :number;//未定价量
  62. unsureqty :number;//未确定量
  63. userid :number;//机构ID
  64. wrstandardcode :string;//品类代码
  65. wrstandardid :number;//品类ID
  66. wrstandardname :string;//品类名称
  67. }