From 8fad5b05aa4d6d4a46b3bc04f2ab9614be73ba99 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期二, 23 九月 2025 17:19:06 +0800 Subject: [PATCH] fix: bug --- src/services/api/typings.d.ts | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 48 insertions(+), 0 deletions(-) diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts index 4c9ca23..bf4b442 100644 --- a/src/services/api/typings.d.ts +++ b/src/services/api/typings.d.ts @@ -112,6 +112,11 @@ id?: string; } + interface APIgetEnterpriseWalletAccessSelectParams { + /** 鏌ヨ宸茬绾︿紒涓氶挶鍖呴�氶亾閫夋嫨鍣ㄦ暟鎹� */ + request?: GetEnterpriseWalletAccessSelectQuery; + } + interface APIgetEnterpriseWalletExpandindirectOrderParams { /** 浼佷笟Id */ enterpriseId?: string; @@ -412,6 +417,10 @@ ids: string[]; } + interface DeletePersonalUserBankCardCommand { + access?: EnumUserBankCardAccess; + } + interface DeleteRoleCommand { ids: string[]; } @@ -620,6 +629,8 @@ Alipay = 10, /**骞冲畨閾惰 */ PingAnPay = 20, + /**寰俊 */ + WeChatPay = 30, } enum EnumEnterpriseWalletExpandindirectOrderFileType { @@ -2374,6 +2385,25 @@ timestamp?: number; } + interface FriendlyResultListSelectOptionGuidGetEnterpriseWalletAccessSelectQueryOption { + /** 璺熻釜Id */ + traceId?: string; + /** 鐘舵�佺爜 */ + code?: number; + /** 閿欒鐮� */ + errorCode?: string; + /** 鏁版嵁 */ + data?: SelectOptionGuidGetEnterpriseWalletAccessSelectQueryOption[]; + /** 鎵ц鎴愬姛 */ + success?: boolean; + /** 閿欒淇℃伅 */ + msg?: any; + /** 闄勫姞鏁版嵁 */ + extras?: any; + /** 鏃堕棿鎴� */ + timestamp?: number; + } + interface FriendlyResultListSelectOptionGuidGetTaskSelectQueryOption { /** 璺熻釜Id */ traceId?: string; @@ -3404,6 +3434,14 @@ industryTypeContent?: string; /** 鏄惁宸查厤缃� */ isConfigured?: boolean; + } + + type GetEnterpriseWalletAccessSelectQuery = Record<string, any>; + + interface GetEnterpriseWalletAccessSelectQueryOption { + /** Id */ + id?: string; + access?: EnumEnterpriseWalletAccess; } interface GetEnterpriseWalletExpandindirectOrderQueryResult { @@ -4498,6 +4536,8 @@ interface GetSettlementTaskUsersQueryResultItem { /** 缁撶畻鍚嶅崟Id */ id?: string; + /** 鐢ㄦ埛淇℃伅Id */ + userId?: string; /** 濮撳悕 */ name?: string; /** 韬唤璇佸彿 */ @@ -5760,6 +5800,14 @@ data?: GetEnterpriseContractTemplateSelectQueryOption; } + interface SelectOptionGuidGetEnterpriseWalletAccessSelectQueryOption { + /** 鍊� */ + value?: string; + /** 鏍囩 */ + label?: string; + data?: GetEnterpriseWalletAccessSelectQueryOption; + } + interface SelectOptionGuidGetTaskSelectQueryOption { /** 鍊� */ value?: string; -- Gitblit v1.9.1