interface.ts 1.5 KB

1234567891011121314151617181920212223242526272829303132333435
  1. export interface Ermcp3HedgePlan{
  2. accountid :number;//资金账号
  3. areauserid :number;//用户ID
  4. audittime :string;//审核时间
  5. contracttype :number;//计划类型 - 1:采购 -1:销售
  6. convertfactor :number;//标仓系数
  7. createtime :string;//创建时间
  8. currencyid :number;//币种id
  9. currencyname :string;//币种名称
  10. deliverygoodscode :string;//现货品种代码
  11. deliverygoodsid :number;//现货品种ID
  12. deliverygoodsname :string;//现货品种名称
  13. enumdicname :string;//单位名称(现货商品)
  14. hedgeplanid :string;//套保计划ID(6number;
  15. //1+Unix秒时间戳(1number;
  16. //位)+xxxxxx)
  17. hedgeplanno :string;//套保计划编号(名称)
  18. hedgeplanstatus :number;//套保计划状态 - number;
  19. //:未提交 1:待审核 2:执行中 3:正常完结 4:审核拒绝 5:异常完结 6:已撤回
  20. planqty :number;//计划数量
  21. plantime :string;//计划时间
  22. producttype :number;//产品类型 - 1:标准仓单 2:等标 3:非标
  23. remark :string;//备注
  24. spotgoodsdesc :string;//商品型号
  25. taaccountname :string;//资金账号名称
  26. tradeuserid :number;//交易用户id
  27. tradeusername :string;//交易用户名称
  28. unitid :number;//单位id(现货商品)
  29. updatetime :string;//更新时间
  30. wrstandardcode :string;//品类代码
  31. wrstandardid :number;//品类id
  32. wrstandardname :string;//品类名称
  33. wrunitid :number;//品类单位id
  34. wrunitidame :string;//品类单位名称
  35. }