|
|
@@ -607,33 +607,33 @@ export interface QuerySpotGoodsPrice {
|
|
|
}
|
|
|
|
|
|
|
|
|
-export interface Ermcp3SpotGoodsPrice{
|
|
|
- areauserid :number;//所属机构id
|
|
|
- brandname :string;//品牌名称
|
|
|
- currencyid :number;//报价货币ID
|
|
|
- currencyname :string;//币种名称
|
|
|
- deliverygoodscode :string;//现货商品代码
|
|
|
- deliverygoodsid :number;//现货商品id
|
|
|
- deliverygoodsname :string;//现货商品名称
|
|
|
- enumdicname :string;//现货商品单位名称
|
|
|
- gbenumdicname :string;//品类单位名称
|
|
|
- gmunitid :number;//品类单位id
|
|
|
- isvalid :number;//是否有效 - number;
|
|
|
-//:无效 1:有效
|
|
|
- operateid :number;//最后操作人
|
|
|
- operatesrc :number;//最后操作来源 - 1:管理端 2:终端
|
|
|
- operatetime :string;//最后操作时间
|
|
|
- operatorname :string;//操作人名称
|
|
|
- spotgoodsbrandid :number;//现货品牌ID(通用则为number;
|
|
|
-//, 不为number;
|
|
|
-//则须先有品类ID)
|
|
|
- spotgoodsprice :number;//现货价格
|
|
|
- tradedate :string;//交易日(yyyyMMdd)
|
|
|
- unitid :number;//现货商品单位id
|
|
|
- wrstandardcode :string;//品类代码
|
|
|
- wrstandardid :number;//现货品类ID(通用则为number;
|
|
|
-//)
|
|
|
- wrstandardname :string;//品类名称
|
|
|
+export interface Ermcp3SpotGoodsPrice {
|
|
|
+ areauserid: number;//所属机构id
|
|
|
+ brandname: string;//品牌名称
|
|
|
+ currencyid: number;//报价货币ID
|
|
|
+ currencyname: string;//币种名称
|
|
|
+ deliverygoodscode: string;//现货商品代码
|
|
|
+ deliverygoodsid: number;//现货商品id
|
|
|
+ deliverygoodsname: string;//现货商品名称
|
|
|
+ enumdicname: string;//现货商品单位名称
|
|
|
+ gbenumdicname: string;//品类单位名称
|
|
|
+ gmunitid: number;//品类单位id
|
|
|
+ isvalid: number;//是否有效 - number;
|
|
|
+ //:无效 1:有效
|
|
|
+ operateid: number;//最后操作人
|
|
|
+ operatesrc: number;//最后操作来源 - 1:管理端 2:终端
|
|
|
+ operatetime: string;//最后操作时间
|
|
|
+ operatorname: string;//操作人名称
|
|
|
+ spotgoodsbrandid: number;//现货品牌ID(通用则为number;
|
|
|
+ //, 不为number;
|
|
|
+ //则须先有品类ID)
|
|
|
+ spotgoodsprice: number;//现货价格
|
|
|
+ tradedate: string;//交易日(yyyyMMdd)
|
|
|
+ unitid: number;//现货商品单位id
|
|
|
+ wrstandardcode: string;//品类代码
|
|
|
+ wrstandardid: number;//现货品类ID(通用则为number;
|
|
|
+ //)
|
|
|
+ wrstandardname: string;//品类名称
|
|
|
}
|
|
|
|
|
|
|
|
|
@@ -644,30 +644,47 @@ export interface QuerySpotGoodsPriceLogReq {
|
|
|
wrstandardid?: number // 品类ID
|
|
|
}
|
|
|
|
|
|
-export interface Ermcp3SpotGoodsPriceLog{
|
|
|
- areauserid :number;//所属机构id
|
|
|
- brandname :string;//品牌名称
|
|
|
- currencyid :number;//报价货币ID
|
|
|
- deliverygoodscode :string;//现货商品代码
|
|
|
- deliverygoodsid :number;//现货商品id
|
|
|
- deliverygoodsname :string;//现货商品名称
|
|
|
- enumdicname :string;//现货商品单位名称
|
|
|
- gbenumdicname :string;//品类单位名称
|
|
|
- gmunitid :number;//品类单位id
|
|
|
- logid :number;//日志id
|
|
|
- operateid :number;//最后操作人
|
|
|
- operatesrc :number;//最后操作来源 - 1:管理端 2:终端
|
|
|
- operatetime :string;//最后操作时间
|
|
|
- operatorname :string;//操作人名称
|
|
|
- spotgoodsbrandid :number;//现货品牌ID(通用则为number;
|
|
|
-//, 不为number;
|
|
|
-//则须先有品类ID)
|
|
|
- spotgoodsprice :number;//现货价格
|
|
|
- tradedate :string;//交易日(yyyyMMdd)
|
|
|
- unitid :number;//现货商品单位id
|
|
|
- wrstandardcode :string;//品类代码
|
|
|
- wrstandardid :number;//现货品类ID(通用则为number;
|
|
|
-//)
|
|
|
- wrstandardname :string;//品类名称
|
|
|
+export interface Ermcp3SpotGoodsPriceLog {
|
|
|
+ areauserid: number;//所属机构id
|
|
|
+ brandname: string;//品牌名称
|
|
|
+ currencyid: number;//报价货币ID
|
|
|
+ deliverygoodscode: string;//现货商品代码
|
|
|
+ deliverygoodsid: number;//现货商品id
|
|
|
+ deliverygoodsname: string;//现货商品名称
|
|
|
+ enumdicname: string;//现货商品单位名称
|
|
|
+ gbenumdicname: string;//品类单位名称
|
|
|
+ gmunitid: number;//品类单位id
|
|
|
+ logid: number;//日志id
|
|
|
+ operateid: number;//最后操作人
|
|
|
+ operatesrc: number;//最后操作来源 - 1:管理端 2:终端
|
|
|
+ operatetime: string;//最后操作时间
|
|
|
+ operatorname: string;//操作人名称
|
|
|
+ spotgoodsbrandid: number;//现货品牌ID(通用则为number;
|
|
|
+ //, 不为number;
|
|
|
+ //则须先有品类ID)
|
|
|
+ spotgoodsprice: number;//现货价格
|
|
|
+ tradedate: string;//交易日(yyyyMMdd)
|
|
|
+ unitid: number;//现货商品单位id
|
|
|
+ wrstandardcode: string;//品类代码
|
|
|
+ wrstandardid: number;//现货品类ID(通用则为number;
|
|
|
+ //)
|
|
|
+ wrstandardname: string;//品类名称
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+export interface QueryContractLogReq {
|
|
|
+ scfcontractid: number; // scf合同id
|
|
|
+ amounttype?: string; // 资金类型(逗号隔开) - 1:首付款 2:尾款 3:利息 4:追加款
|
|
|
}
|
|
|
|
|
|
+export interface QueryContractLogRsp {
|
|
|
+ amount: number;//支付金额
|
|
|
+ amounttype: number;//资金类型 - 1:首付款 2:尾款 3:利息 4:追加款
|
|
|
+ logid: string;//LogID(315+Unix秒时间戳(1number;
|
|
|
+ //位)+2位(MarketServiceID)+xxxx)
|
|
|
+ remainamount: number;//剩余货款
|
|
|
+ scfcontractid: number;//SCF合同ID(31number;
|
|
|
+ //+Unix秒时间戳(1number;
|
|
|
+ //位)+xxxxxx)
|
|
|
+ updatetime: string;//更新时间
|
|
|
+}
|