From de293a97f85c2d8d553ed6be8d88837ef29f6d72 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 23 十月 2025 20:13:25 +0800
Subject: [PATCH] fix: bug
---
packages/services/apiV2/typings.d.ts | 140 +++++++++++++++++++++++++++++++++++++++++++---
1 files changed, 130 insertions(+), 10 deletions(-)
diff --git a/packages/services/apiV2/typings.d.ts b/packages/services/apiV2/typings.d.ts
index 71b2e24..de32e94 100644
--- a/packages/services/apiV2/typings.d.ts
+++ b/packages/services/apiV2/typings.d.ts
@@ -354,6 +354,25 @@
auditRemark?: string;
/** 鎿嶄綔浠ょ墝 */
operatorToken?: string;
+ /** 鍚嶅崟 */
+ rosters?: AuditTaskSettlementCommandRoster[];
+ }
+
+ interface AuditTaskSettlementCommandRoster {
+ /** 鍚嶅崟Id */
+ id?: string;
+ /** 鏈嶅姟璐癸紙鍏冿級 */
+ serviceFee?: number;
+ /** 瓒呮椂锛堝皬鏃讹級 */
+ timeoutHours?: number;
+ /** 瓒呮椂璐圭敤锛堝厓锛� */
+ timeoutFee?: number;
+ /** 鍏朵粬璐圭敤锛堝厓锛� */
+ otherFee?: number;
+ /** 澶囨敞 */
+ remark?: string;
+ /** 缁撶畻閲戦 */
+ settlementAmount: number;
}
interface BaiduOcrBusinessLicenseResultModel {
@@ -559,16 +578,24 @@
interface EditTaskSettlementOrderRosterCommand {
/** 鍚嶅崟Id */
id?: string;
- /** 绱宸ユ椂 */
- totalWorkHours?: number;
+ /** 鏈嶅姟璐癸紙鍏冿級 */
+ serviceFee?: number;
+ /** 瓒呮椂锛堝皬鏃讹級 */
+ timeoutHours?: number;
+ /** 瓒呮椂璐圭敤锛堝厓锛� */
+ timeoutFee?: number;
+ /** 鍏朵粬璐圭敤锛堝厓锛� */
+ otherFee?: number;
+ /** 澶囨敞 */
+ remark?: string;
/** 缁撶畻閲戦 */
settlementAmount: number;
/** 瀹炲彂閲戦 */
actualSettlementAmount: number;
/** 鏀舵璐︽埛 */
- receiveAccount: string;
+ receiveAccount?: string;
/** 鎵�灞為摱琛� */
- bank: string;
+ bank?: string;
/** 寮�鎴锋敮琛屽悕绉� */
bankBranch?: string;
}
@@ -825,6 +852,20 @@
/**鏈姤鍚� */
None = 10,
/**宸叉姤鍚� */
+ Completed = 20,
+ }
+
+ enum EnumGetCheckReceiveTaskCheckInUsersQueryStatus {
+ /**宸茬鍒� */
+ CheckOut = 10,
+ /**鏈埌宀� */
+ UnCheck = 20,
+ }
+
+ enum EnumGetCheckReceiveTasksQueryResultItemCheckStatus {
+ /**鏈埌宀� */
+ None = 10,
+ /**宸茬鍒� */
Completed = 20,
}
@@ -1125,6 +1166,13 @@
Complete = 20,
}
+ enum EnumTaskUserApplyStatus {
+ /**鏈姤鍚� */
+ None = 10,
+ /**宸叉姤鍚� */
+ Completed = 20,
+ }
+
enum EnumTaskUserArrangeStatus {
/**鏈畨鎺� */
Wait = 10,
@@ -1159,8 +1207,6 @@
CheckOut = 20,
/**鏈埌宀� */
UnCheckIn = 30,
- /**鏈鍑� */
- UnCheckOut = 40,
}
enum EnumTaskUserSubmitCheckReceiveStatus {
@@ -1514,6 +1560,24 @@
/** 閿欒鐮� */
errorCode?: string;
data?: GetBankOcrCommandResult;
+ /** 鎵ц鎴愬姛 */
+ success?: boolean;
+ /** 閿欒淇℃伅 */
+ msg?: any;
+ /** 闄勫姞鏁版嵁 */
+ extras?: any;
+ /** 鏃堕棿鎴� */
+ timestamp?: number;
+ }
+
+ interface FriendlyResultGetCheckReceiveTaskCheckInUsersQueryResult {
+ /** 璺熻釜Id */
+ traceId?: string;
+ /** 鐘舵�佺爜 */
+ code?: number;
+ /** 閿欒鐮� */
+ errorCode?: string;
+ data?: GetCheckReceiveTaskCheckInUsersQueryResult;
/** 鎵ц鎴愬姛 */
success?: boolean;
/** 閿欒淇℃伅 */
@@ -3494,6 +3558,40 @@
number?: string;
}
+ interface GetCheckReceiveTaskCheckInUsersQuery {
+ /** 浠诲姟Id */
+ taskInfoId?: string;
+ /** 鏃ユ湡 */
+ date?: string;
+ status?: EnumGetCheckReceiveTaskCheckInUsersQueryStatus;
+ pageModel?: PagedListQueryPageModel;
+ }
+
+ interface GetCheckReceiveTaskCheckInUsersQueryResult {
+ pageModel?: PagedListQueryResultPageModel;
+ /** 鏁版嵁 */
+ data?: GetCheckReceiveTaskCheckInUsersQueryResultItem[];
+ }
+
+ interface GetCheckReceiveTaskCheckInUsersQueryResultItem {
+ /** 浠诲姟浜哄憳Id */
+ id?: string;
+ /** 澶村儚 */
+ avatar?: string;
+ /** 濮撳悕 */
+ name?: string;
+ /** 韬唤璇佸彿 */
+ identity?: string;
+ gender?: EnumUserGender;
+ /** 骞撮緞 */
+ age?: number;
+ /** 鎵嬫満鍙� */
+ contactPhoneNumber?: string;
+ /** 鏄惁瀹炲悕 */
+ isReal?: boolean;
+ realMethod?: EnumUserRealMethod;
+ }
+
interface GetCheckReceiveTaskQuery {
/** 浠诲姟Id */
taskInfoId?: string;
@@ -3540,6 +3638,7 @@
/** 鏈�杩戞彁浜ゆ椂闂� */
lastSubmitTime?: string;
checkReceiveStatus?: EnumTaskCheckReceiveStatus;
+ submitCheckReceiveStatus?: EnumTaskUserSubmitCheckReceiveStatus;
}
interface GetCheckReceiveTaskQueryResultObjectData {
@@ -3626,11 +3725,14 @@
checkReceiveStatus?: EnumTaskCheckReceiveStatus;
/** 鏈�杩戦獙鏀舵椂闂� */
lastCheckReceiveTime?: string;
+ checkedStatus?: EnumGetCheckReceiveTasksQueryResultItemCheckStatus;
}
interface GetCheckReceiveTaskUserSubmitCheckHistoriesQuery {
/** 浠诲姟Id */
taskInfoId?: string;
+ /** 浠诲姟浜哄憳Id */
+ taskInfoUserId?: string;
/** 鏃ユ湡 */
date?: string;
type?: EnumTaskUserSubmitCheckHistoryType;
@@ -4922,6 +5024,7 @@
releaseStatus?: EnumTaskReleaseStatus;
recommendStatus?: EnumTaskRecommendStatus;
checkReceiveStatus?: EnumTaskCheckReceiveStatus;
+ applyStatus?: EnumTaskUserApplyStatus;
pageModel?: PagedListQueryPageModel;
}
@@ -5849,14 +5952,22 @@
/** 鏄惁瀹炲悕 */
isReal?: boolean;
realMethod?: EnumUserRealMethod;
- /** 绱宸ユ椂 */
- totalWorkHours?: number;
/** 鎵�灞為摱琛� */
bank?: string;
/** 寮�鎴锋敮琛屽悕绉� */
bankBranch?: string;
/** 鏀舵璐︽埛 */
receiveAccount?: string;
+ /** 鏈嶅姟璐癸紙鍏冿級 */
+ serviceFee?: number;
+ /** 瓒呮椂锛堝皬鏃讹級 */
+ timeoutHours?: number;
+ /** 瓒呮椂璐圭敤锛堝厓锛� */
+ timeoutFee?: number;
+ /** 鍏朵粬璐圭敤锛堝厓锛� */
+ otherFee?: number;
+ /** 澶囨敞 */
+ remark?: string;
/** 缁撶畻閲戦 */
settlementAmount?: number;
/** 瀹炲彂閲戦 */
@@ -6114,6 +6225,7 @@
checkReceiveStatus?: EnumTaskCheckReceiveStatus;
/** 鏄惁鏀惰棌 */
isCollected?: boolean;
+ applyStatus?: EnumTaskUserApplyStatus;
pageModel?: PagedListQueryPageModel;
}
@@ -6717,18 +6829,26 @@
identity?: string;
/** 鎵嬫満鍙� */
contactPhoneNumber?: string;
- /** 绱宸ユ椂 */
- totalWorkHours?: number;
/** 鎵�灞為摱琛� */
bank?: string;
/** 鎵�灞炴敮琛� */
bankBranch?: string;
/** 鏀舵璐︽埛 */
receiveAccount?: string;
+ /** 鏈嶅姟璐癸紙鍏冿級 */
+ serviceFee?: number;
+ /** 瓒呮椂锛堝皬鏃讹級 */
+ timeoutHours?: number;
+ /** 瓒呮椂璐圭敤锛堝厓锛� */
+ timeoutFee?: number;
+ /** 鍏朵粬璐圭敤锛堝厓锛� */
+ otherFee?: number;
/** 缁撶畻閲戦 */
settlementAmount?: number;
/** 瀹炲彂閲戦 */
actualSettlementAmount?: number;
+ /** 澶囨敞 */
+ remark?: string;
}
interface InviteElectronSignCommand {
--
Gitblit v1.9.1