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