|
|
@@ -30,7 +30,7 @@ export interface QueryCustomInfoType {
|
|
|
}
|
|
|
|
|
|
// 新增用户申请
|
|
|
-export interface AddUserInfoApplyReq {
|
|
|
+export interface AddUserInfoApplyReq{
|
|
|
accountid :number;//交易系统帐号Id (加密存储)
|
|
|
areacode :string;//机构代码
|
|
|
areaid :number;//机构Id
|
|
|
@@ -110,6 +110,7 @@ export interface AddUserInfoApplyReq {
|
|
|
}
|
|
|
|
|
|
|
|
|
+
|
|
|
// 修改客户申请
|
|
|
export interface ModifyUserInfoApplyReq {
|
|
|
accountid?: number;//交易系统帐号Id (加密存储)
|