|
|
@@ -1,16 +1,16 @@
|
|
|
-export interface Name{
|
|
|
- agreementcontent :string;//协议内容
|
|
|
-agreementid :number;//协议ID
|
|
|
-agreementname :string;//协议名称
|
|
|
-agreementno :string;//协议编号
|
|
|
-agreementtype :number;//协议类型 - 1:注册 2:登录 3:交易
|
|
|
-agreementversion :number;//协议版本号
|
|
|
-configid :number;//配置(SEQ_QHJ_NODEAGREEMENTCONFIG)
|
|
|
-createtime :string;//创建时间
|
|
|
-goodsid :number;//商品ID [默认为number;
|
|
|
-//, NodeType>=3 的为商品值]
|
|
|
-nodetype :number;//环节类型 - 1:注册 2:登录 3:购买 4:融资购买 5:定投 6:卖出
|
|
|
-signtimestamp :string;//签约状态时间戳(最近一次)
|
|
|
-tradedate :string;//签约交易日(yyyyMMdd)
|
|
|
-userid :number;//客户ID
|
|
|
+export interface Name {
|
|
|
+ agreementcontent: string;//协议内容
|
|
|
+ agreementid: number;//协议ID
|
|
|
+ agreementname: string;//协议名称
|
|
|
+ agreementno: string;//协议编号
|
|
|
+ agreementtype: number;//协议类型 - 1:注册 2:登录 3:交易
|
|
|
+ agreementversion: number;//协议版本号
|
|
|
+ configid: number;//配置(SEQ_QHJ_NODEAGREEMENTCONFIG)
|
|
|
+ createtime: string;//创建时间
|
|
|
+ goodsid: number;//商品ID [默认为number;
|
|
|
+ //, NodeType>=3 的为商品值]
|
|
|
+ nodetype: number;//环节类型 - 1:注册 2:登录 3:购买 4:融资购买 5:定投 6:卖出
|
|
|
+ signtimestamp: string;//签约状态时间戳(最近一次)
|
|
|
+ tradedate: string;//签约交易日(yyyyMMdd)
|
|
|
+ userid: number;//客户ID
|
|
|
}
|