|
|
@@ -187,6 +187,30 @@ export interface Ermcp3GoodsGroup {
|
|
|
//表示不限
|
|
|
}
|
|
|
|
|
|
+/**
|
|
|
+ * 套保品种
|
|
|
+ */
|
|
|
+export interface ErmcpMiddleGoodsModel{
|
|
|
+ areauserid :number;//机构用户ID
|
|
|
+ createtime :string;//修改时间
|
|
|
+ enumdicname :string;//单位名称
|
|
|
+ evaluateratio :number;//估价系数
|
|
|
+ goodsgroupid :number;//关联期货品种ID
|
|
|
+ goodsunitid :number;//单位ID
|
|
|
+ isvalid :number;//状态 number;
|
|
|
+//-无效(停用) 1-有效(正常)
|
|
|
+ middlegoodscode :string;//套保品种代码
|
|
|
+ middlegoodsid :number;//套保品种ID(SEQ_ERMS_MIDDLEGOODS)
|
|
|
+ middlegoodsname :string;//套保品种名称
|
|
|
+ modifytime :string;//修改时间
|
|
|
+ needhedgeratio :number;//套保比率
|
|
|
+ qtydecimalplace :number;//数量小数位
|
|
|
+ relatedgoodsid :number;//关联交易商品ID
|
|
|
+ relatedgoodstype :number;//关联商品类型 - 1:期货合约 2:现货品种
|
|
|
+ remark :string;//备注
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
interface MenuItem {
|
|
|
key: string;
|
|
|
title: string;
|