From 650069714a250c746164c262a01854d3cf99ac80 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 07 十一月 2025 11:16:20 +0800
Subject: [PATCH] feat: 1.3.0.1
---
src/services/api/typings.d.ts | 316 +++++++++++++++++++++++++++++++++++++++++++++++++---
1 files changed, 298 insertions(+), 18 deletions(-)
diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index 10124c3..eb1b249 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -55,6 +55,13 @@
id?: string;
}
+ interface APIgetCooperationWalletRechargeTransactionParams {
+ /** 浜ゆ槗Id锛堢紪杈戞椂浼犲叆锛� */
+ id?: string;
+ /** 鍚堜綔Id锛堟柊澧炴椂浼犲叆锛� */
+ cooperationId?: string;
+ }
+
interface APIgetCurrentLogierMenuParams {
/** Id */
id?: string;
@@ -119,6 +126,11 @@
interface APIgetEnterpriseParams {
/** Id */
id?: string;
+ }
+
+ interface APIgetEnterpriseReceiveAccountParams {
+ /** 鏌ヨ浼佷笟鏀舵璐︽埛 */
+ request?: GetEnterpriseReceiveAccountQuery;
}
interface APIgetEnterpriseSmsSettingParams {
@@ -561,6 +573,7 @@
remark?: string;
/** 缁撶畻閲戦 */
settlementAmount?: number;
+ checkHistoryType?: EnumTaskUserSubmitCheckHistoryType;
checkReceiveStatus?: EnumTaskUserSubmitCheckReceiveStatus;
}
@@ -827,6 +840,15 @@
None = 10,
/**宸插悎浣� */
Completed = 20,
+ }
+
+ enum EnumEnterpriseCooperationWalletTransactionStatus {
+ /**寰呯‘璁� */
+ WaitSure = 10,
+ /**宸插埌璐� */
+ Success = 20,
+ /**鏈埌璐� */
+ Fail = 30,
}
enum EnumEnterpriseCostStatus {
@@ -1107,12 +1129,14 @@
UserServerEnterprise = 19,
/**浼佷笟閽卞寘 */
UserServerEnterpriseWallet = 20,
+ /**浼佷笟鍚堜綔閽卞寘 */
+ UserServerEnterpriseCooperationWallet = 21,
/**鐏靛伐淇℃伅 */
- UserServerEnterpriseEmployee = 21,
+ UserServerEnterpriseEmployee = 22,
/**鐢靛瓙绛� */
- ElectronSignServerElectronSign = 22,
+ ElectronSignServerElectronSign = 23,
/**鐢靛瓙绛� */
- ToolServerSms = 23,
+ ToolServerSms = 24,
}
enum EnumResourceMethod {
@@ -1302,9 +1326,9 @@
WaitSubmit = 10,
/**寰呴獙鏀� */
WaitCheckReceive = 20,
- /**楠屾敹閫氳繃/宸茬鍒� */
+ /**楠屾敹閫氳繃 */
Success = 30,
- /**楠屾敹鏈�氳繃/鏈埌宀� */
+ /**楠屾敹鏈�氳繃 */
Fail = 40,
}
@@ -1871,6 +1895,60 @@
timestamp?: number;
}
+ interface FriendlyResultGetCooperationWalletRechargeTransactionQueryResult {
+ /** 璺熻釜Id */
+ traceId?: string;
+ /** 鐘舵�佺爜 */
+ code?: number;
+ /** 閿欒鐮� */
+ errorCode?: string;
+ data?: GetCooperationWalletRechargeTransactionQueryResult;
+ /** 鎵ц鎴愬姛 */
+ success?: boolean;
+ /** 閿欒淇℃伅 */
+ msg?: any;
+ /** 闄勫姞鏁版嵁 */
+ extras?: any;
+ /** 鏃堕棿鎴� */
+ timestamp?: number;
+ }
+
+ interface FriendlyResultGetCooperationWalletRechargeTransactionsQueryResult {
+ /** 璺熻釜Id */
+ traceId?: string;
+ /** 鐘舵�佺爜 */
+ code?: number;
+ /** 閿欒鐮� */
+ errorCode?: string;
+ data?: GetCooperationWalletRechargeTransactionsQueryResult;
+ /** 鎵ц鎴愬姛 */
+ success?: boolean;
+ /** 閿欒淇℃伅 */
+ msg?: any;
+ /** 闄勫姞鏁版嵁 */
+ extras?: any;
+ /** 鏃堕棿鎴� */
+ timestamp?: number;
+ }
+
+ interface FriendlyResultGetCooperationWalletsQueryResult {
+ /** 璺熻釜Id */
+ traceId?: string;
+ /** 鐘舵�佺爜 */
+ code?: number;
+ /** 閿欒鐮� */
+ errorCode?: string;
+ data?: GetCooperationWalletsQueryResult;
+ /** 鎵ц鎴愬姛 */
+ success?: boolean;
+ /** 閿欒淇℃伅 */
+ msg?: any;
+ /** 闄勫姞鏁版嵁 */
+ extras?: any;
+ /** 鏃堕棿鎴� */
+ timestamp?: number;
+ }
+
interface FriendlyResultGetDbAuditLogsQueryResult {
/** 璺熻釜Id */
traceId?: string;
@@ -2005,6 +2083,24 @@
/** 閿欒鐮� */
errorCode?: string;
data?: GetEnterpriseQueryResult;
+ /** 鎵ц鎴愬姛 */
+ success?: boolean;
+ /** 閿欒淇℃伅 */
+ msg?: any;
+ /** 闄勫姞鏁版嵁 */
+ extras?: any;
+ /** 鏃堕棿鎴� */
+ timestamp?: number;
+ }
+
+ interface FriendlyResultGetEnterpriseReceiveAccountQueryResult {
+ /** 璺熻釜Id */
+ traceId?: string;
+ /** 鐘舵�佺爜 */
+ code?: number;
+ /** 閿欒鐮� */
+ errorCode?: string;
+ data?: GetEnterpriseReceiveAccountQueryResult;
/** 鎵ц鎴愬姛 */
success?: boolean;
/** 閿欒淇℃伅 */
@@ -3851,6 +3947,8 @@
verifyWorkHours?: number;
/** 瓒呮椂鏈嶅姟璐� */
timeoutServiceFee?: number;
+ /** 鎬讳欢鏁� */
+ totalPieceQuantity?: number;
settlementCycle?: EnumSettlementCycle;
/** 浠诲姟寮�濮嬫椂闂� */
beginTime?: string;
@@ -3860,7 +3958,8 @@
applyBeginTime?: string;
/** 鎶ュ悕缁撴潫鏃堕棿 */
applyEndTime?: string;
- checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+ /** 楠屾敹鏂瑰紡 */
+ checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
paymentMethod?: EnumTaskPaymentMethod;
settlementAccess?: EnumEnterpriseWalletAccess;
/** 浠诲姟鎻忚堪 */
@@ -3906,6 +4005,8 @@
verifyWorkHours?: number;
/** 瓒呮椂鏈嶅姟璐� */
timeoutServiceFee?: number;
+ /** 鎬讳欢鏁� */
+ totalPieceQuantity?: number;
settlementCycle?: EnumSettlementCycle;
/** 鍙戝竷鏃堕棿 */
createdTime?: string;
@@ -3917,7 +4018,8 @@
applyBeginTime?: string;
/** 鎶ュ悕缁撴潫鏃堕棿 */
applyEndTime?: string;
- checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+ /** 楠屾敹鏂瑰紡 */
+ checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
paymentMethod?: EnumTaskPaymentMethod;
settlementAccess?: EnumEnterpriseWalletAccess;
/** 浠诲姟鎻忚堪 */
@@ -4212,6 +4314,107 @@
y?: number;
/** 椤电爜 */
page?: number;
+ }
+
+ interface GetCooperationWalletRechargeTransactionQueryResult {
+ /** 浜ゆ槗Id */
+ id?: string;
+ /** 鍚堜綔Id */
+ cooperationId?: string;
+ /** 杩涜处鍗曚綅 */
+ receiveUnit?: string;
+ /** 寮�鎴峰悕绉� */
+ receiveName?: string;
+ /** 寮�鎴烽摱琛� */
+ receiveBank?: string;
+ /** 寮�鎴锋敮琛� */
+ receiveBankBranch?: string;
+ /** 寮�鎴疯处鍙� */
+ receiveAccount?: string;
+ /** 鍏呭�奸噾棰� */
+ amount?: number;
+ /** 鍏呭�兼椂闂� */
+ createdTime?: string;
+ /** 澶囨敞 */
+ remark?: string;
+ transactionStatus?: EnumEnterpriseCooperationWalletTransactionStatus;
+ /** 鍑瘉 */
+ files?: string[];
+ }
+
+ interface GetCooperationWalletRechargeTransactionsQuery {
+ /** 鍚堜綔Id */
+ cooperationId?: string;
+ /** 鍏抽敭瀛� */
+ keywords?: string;
+ pageModel?: PagedListQueryPageModel;
+ }
+
+ interface GetCooperationWalletRechargeTransactionsQueryResult {
+ pageModel?: PagedListQueryResultPageModel;
+ /** 鏁版嵁 */
+ data?: GetCooperationWalletRechargeTransactionsQueryResultItem[];
+ }
+
+ interface GetCooperationWalletRechargeTransactionsQueryResultItem {
+ /** 浜ゆ槗Id */
+ id?: string;
+ /** 閽卞寘Id */
+ walletId?: string;
+ /** 渚涘簲鍟咺d */
+ supplierEnterpriseId?: string;
+ /** 渚涘簲鍟嗗悕绉� */
+ supplierEnterpriseName?: string;
+ /** 鐢叉柟浼佷笟Id */
+ partyAEnterpriseId?: string;
+ /** 鐢叉柟浼佷笟鍚嶇О */
+ partyAEnterpriseName?: string;
+ /** 鐢叉柟浼佷笟缁熶竴绀句細淇$敤浠g爜 */
+ partyAEnterpriseSocietyCreditCode?: string;
+ /** 寮�鎴烽摱琛� */
+ receiveBank?: string;
+ /** 寮�鎴锋敮琛� */
+ receiveBankBranch?: string;
+ /** 寮�鎴疯处鍙� */
+ receiveAccount?: string;
+ /** 鍏呭�奸噾棰� */
+ amount?: number;
+ /** 鍏呭�兼椂闂� */
+ createdTime?: string;
+ transactionStatus?: EnumEnterpriseCooperationWalletTransactionStatus;
+ }
+
+ interface GetCooperationWalletsQuery {
+ pageModel?: PagedListQueryPageModel;
+ }
+
+ interface GetCooperationWalletsQueryResult {
+ pageModel?: PagedListQueryResultPageModel;
+ /** 鏁版嵁 */
+ data?: GetCooperationWalletsQueryResultItem[];
+ }
+
+ interface GetCooperationWalletsQueryResultItem {
+ /** 鍚堜綔Id */
+ id?: string;
+ /** 渚涘簲鍟咺d */
+ supplierEnterpriseId?: string;
+ /** 渚涘簲鍟嗗悕绉� */
+ supplierEnterpriseName?: string;
+ /** 渚涘簲鍟嗗紑鎴锋�昏 */
+ supplierEnterpriseBank?: string;
+ /** 渚涘簲鍟嗗紑鎴锋敮琛� */
+ supplierEnterpriseBankBranch?: string;
+ /** 渚涘簲鍟嗘埛鍙� */
+ supplierEnterpriseAccount?: string;
+ /** 鐢叉柟浼佷笟Id */
+ partyAEnterpriseId?: string;
+ /** 鐢叉柟浼佷笟鍚嶇О */
+ partyAEnterpriseName?: string;
+ /** 鐢叉柟浼佷笟缁熶竴绀句細淇$敤浠g爜 */
+ partyAEnterpriseSocietyCreditCode?: string;
+ /** 浣欓 */
+ balance?: number;
}
type GetCurrentLogierMenusQuery = Record<string, any>;
@@ -4588,6 +4791,8 @@
gender?: EnumUserGender;
/** 浼佷笟鍏ㄧО */
enterpriseName?: string;
+ /** 浼佷笟鏄惁瀹炲悕 */
+ enterpriseIsReal?: boolean;
/** 瑙掕壊 */
roles?: string[];
/** 鏄惁瀹炲悕 */
@@ -4633,6 +4838,19 @@
userName?: string;
/** 鍦ㄦ嫑宀椾綅鏁伴噺 */
taskCount?: number;
+ }
+
+ type GetEnterpriseReceiveAccountQuery = Record<string, any>;
+
+ interface GetEnterpriseReceiveAccountQueryResult {
+ /** 寮�鎴峰悕绉� */
+ name?: string;
+ /** 寮�鎴锋�昏 */
+ bank?: string;
+ /** 寮�鎴锋敮琛� */
+ bankBranch?: string;
+ /** 鎴峰彿 */
+ account?: string;
}
interface GetEnterpriseSmsSettingQueryResult {
@@ -5404,7 +5622,8 @@
applyBeginTime?: string;
/** 鎶ュ悕缁撴潫鏃堕棿 */
applyEndTime?: string;
- checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+ /** 楠屾敹鏂瑰紡 */
+ checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
paymentMethod?: EnumTaskPaymentMethod;
settlementAccess?: EnumEnterpriseWalletAccess;
/** 浠诲姟鎻忚堪 */
@@ -5416,6 +5635,8 @@
verifyWorkHours?: number;
/** 瓒呮椂鏈嶅姟璐� */
timeoutServiceFee?: number;
+ /** 鎬讳欢鏁� */
+ totalPieceQuantity?: number;
settlementCycle?: EnumSettlementCycle;
/** 绂忓埄 */
benefits?: GetTaskInfoQueryResultBenefit[];
@@ -5460,7 +5681,8 @@
applyBeginTime?: string;
/** 鎶ュ悕缁撴潫鏃堕棿 */
applyEndTime?: string;
- checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+ /** 楠屾敹鏂瑰紡 */
+ checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
paymentMethod?: EnumTaskPaymentMethod;
settlementAccess?: EnumEnterpriseWalletAccess;
/** 浠诲姟鎻忚堪 */
@@ -5472,6 +5694,8 @@
verifyWorkHours?: number;
/** 瓒呮椂鏈嶅姟璐� */
timeoutServiceFee?: number;
+ /** 鎬讳欢鏁� */
+ totalPieceQuantity?: number;
settlementCycle?: EnumSettlementCycle;
/** 绂忓埄 */
benefits?: GetTaskInfoQueryResultBenefit[];
@@ -5509,7 +5733,8 @@
applyBeginTime?: string;
/** 鎶ュ悕缁撴潫鏃堕棿 */
applyEndTime?: string;
- checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+ /** 楠屾敹鏂瑰紡 */
+ checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
paymentMethod?: EnumTaskPaymentMethod;
settlementAccess?: EnumEnterpriseWalletAccess;
/** 浠诲姟鎻忚堪 */
@@ -5521,6 +5746,8 @@
verifyWorkHours?: number;
/** 瓒呮椂鏈嶅姟璐� */
timeoutServiceFee?: number;
+ /** 鎬讳欢鏁� */
+ totalPieceQuantity?: number;
settlementCycle?: EnumSettlementCycle;
/** 绂忓埄 */
benefits?: GetTaskInfoQueryResultBenefit[];
@@ -5543,10 +5770,6 @@
interface GetPersonalLoginInfoQueryResult {
/** Id */
id?: string;
- /** 浼佷笟Id */
- enterpriseId?: string;
- /** 浼佷笟鍚嶇О */
- enterpriseName?: string;
/** 澶村儚 */
avatar?: string;
/** 濮撳悕 */
@@ -6145,7 +6368,6 @@
keywords?: string;
/** 浠诲姟Id */
taskInfoId?: string;
- paymentStatus?: GetSettlementTasksQueryPaymentStatus;
settlementOrderStatus?: EnumTaskSettlementOrderStatus;
settlementStatus?: EnumTaskSettlementStatus;
checkReceiveStatus?: EnumTaskCheckReceiveStatus;
@@ -6153,6 +6375,8 @@
settlementTimeBegin?: string;
/** 缁撶畻鏃堕棿-鎴 */
settlementTimeEnd?: string;
+ paymentStatus?: GetSettlementTasksQueryPaymentStatus;
+ supplierPaymentStatus?: GetSettlementTasksQuerySupplierPaymentStatus;
pageModel?: PagedListQueryPageModel;
}
@@ -6215,6 +6439,15 @@
completedReleaseCount?: number;
}
+ enum GetSettlementTasksQuerySupplierPaymentStatus {
+ /**寰呯粨绠� */
+ WaitSettlement = 10,
+ /**宸茬粨绠� */
+ CompletedSettlement = 20,
+ /**宸插彂鏀� */
+ CompletedRelease = 30,
+ }
+
interface GetSettlementTaskUsersQueryResult {
detail?: GetSettlementTaskUsersQueryResultDetail;
/** 缁撶畻鍚嶅崟 */
@@ -6243,6 +6476,8 @@
verifyWorkHours?: number;
/** 瓒呮椂鏈嶅姟璐� */
timeoutServiceFee?: number;
+ /** 鎬讳欢鏁� */
+ totalPieceQuantity?: number;
settlementAccess?: EnumEnterpriseWalletAccess;
settlementOrderStatus?: EnumTaskSettlementOrderStatus;
/** 缁撶畻鍗曞悕绉� */
@@ -6506,6 +6741,8 @@
verifyWorkHours?: number;
/** 瓒呮椂鏈嶅姟璐� */
timeoutServiceFee?: number;
+ /** 鎬讳欢鏁� */
+ totalPieceQuantity?: number;
settlementCycle?: EnumSettlementCycle;
/** 缁撶畻鏃ユ湡 */
settlementDate?: number;
@@ -6542,7 +6779,8 @@
applyBeginTime?: string;
/** 鎶ュ悕缁撴潫鏃堕棿 */
applyEndTime?: string;
- checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+ /** 楠屾敹鏂瑰紡 */
+ checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
paymentMethod?: EnumTaskPaymentMethod;
settlementAccess?: EnumEnterpriseWalletAccess;
/** 浠诲姟鎻忚堪 */
@@ -6654,6 +6892,8 @@
verifyWorkHours?: number;
/** 瓒呮椂鏈嶅姟璐� */
timeoutServiceFee?: number;
+ /** 鎬讳欢鏁� */
+ totalPieceQuantity?: number;
settlementCycle?: EnumSettlementCycle;
/** 绂忓埄 */
benefits?: GetTaskInfoQueryResultBenefit[];
@@ -6688,7 +6928,8 @@
/** 鎶ュ悕缁撴潫鏃堕棿 */
applyEndTime?: string;
applyStatus?: EnumTaskApplyStatus;
- checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+ /** 楠屾敹鏂瑰紡 */
+ checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
paymentMethod?: EnumTaskPaymentMethod;
settlementAccess?: EnumEnterpriseWalletAccess;
/** 浠诲姟鎻忚堪 */
@@ -7508,6 +7749,17 @@
verifyCode: string;
}
+ interface RechargeCooperationWalletCommand {
+ /** 鍚堜綔Id */
+ cooperationId?: string;
+ /** 鏀舵璐︽埛 */
+ receiveAccount: string;
+ /** 閲戦 */
+ amount: number;
+ /** 鍑瘉 */
+ files: string[];
+ }
+
interface RechargeEnterpriseWalletCommand {
/** 浼佷笟Id */
enterpriseId?: string;
@@ -7711,6 +7963,15 @@
/** 鐏靛伐鍚堝悓Id */
enterpriseEmployeeContractId?: string;
status?: EnumEnterpriseCostStatus;
+ }
+
+ interface SaveEnterpriseReceiveAccountCommand {
+ /** 寮�鎴锋�昏 */
+ bank?: string;
+ /** 寮�鎴锋敮琛� */
+ bankBranch?: string;
+ /** 鎴峰彿 */
+ account?: string;
}
interface SaveFrontConsoleLogCommand {
@@ -7971,6 +8232,8 @@
verifyWorkHours?: number;
/** 瓒呮椂鏈嶅姟璐� */
timeoutServiceFee?: number;
+ /** 鎬讳欢鏁� */
+ totalPieceQuantity?: number;
settlementCycle: EnumSettlementCycle;
/** 缁撶畻鏃ユ湡 */
settlementDate: number;
@@ -8003,7 +8266,8 @@
applyBeginTime?: string;
/** 鎶ュ悕缁撴潫鏃堕棿 */
applyEndTime?: string;
- checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+ /** 楠屾敹鏂瑰紡 */
+ checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
paymentMethod?: EnumTaskPaymentMethod;
settlementAccess?: EnumEnterpriseWalletAccess;
/** 浠诲姟鎻忚堪 */
@@ -8357,13 +8621,29 @@
taskInfoId?: string;
/** 鏃ユ湡 */
date?: string;
+ /** 鐢ㄦ埛绛惧埌鏃堕棿 */
+ userCheckInTime?: string;
+ /** 鐢ㄦ埛绛惧嚭鏃堕棿 */
+ userCheckOutTime?: string;
/** 闄勪欢 */
files?: string[];
+ }
+
+ interface SureRechargeCooperationWalletCommand {
+ /** 鍚堜綔Id */
+ cooperationId?: string;
+ /** 浜ゆ槗Id */
+ id?: string;
+ transactionStatus?: EnumEnterpriseCooperationWalletTransactionStatus;
+ /** 澶囨敞 */
+ remark?: string;
}
interface SureTaskSettlementCommand {
/** 浠诲姟Id */
taskInfoId?: string;
+ /** 鎿嶄綔浠ょ墝 */
+ operatorToken?: string;
}
type SyncContractTemplateParamterTo818Command = Record<string, any>;
--
Gitblit v1.9.1