From 9f9830d466ed12e2a987283cbdc50ce8198b36e5 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期一, 10 十一月 2025 09:41:54 +0800
Subject: [PATCH] fix: bug

---
 src/services/api/typings.d.ts |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index 9e0679b..30af3fb 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -3959,6 +3959,8 @@
     /** 鐢ㄦ埛绛惧嚭鏃堕棿 */
     userCheckOutTime?: string;
     userCheckHistoryType?: EnumTaskUserSubmitCheckHistoryType;
+    /** 鐢ㄦ埛鎿嶄綔浜� */
+    userOperator?: string;
     /** 浜哄伐绛惧埌鏃堕棿 */
     checkInTime?: string;
     /** 浜哄伐绛惧嚭鏃堕棿 */
@@ -4131,15 +4133,33 @@
     /** 鐢ㄦ埛绛惧嚭鏃堕棿 */
     userCheckOutTime?: string;
     userCheckHistoryType?: EnumTaskUserSubmitCheckHistoryType;
+    /** 鐢ㄦ埛鎿嶄綔浜� */
+    userOperator?: string;
     /** 浜哄伐绛惧埌鏃堕棿 */
     checkInTime?: string;
     /** 浜哄伐绛惧嚭鏃堕棿 */
     checkOutTime?: string;
     checkHistoryType?: EnumTaskUserSubmitCheckHistoryType;
+    /** 鎿嶄綔浜� */
+    operator?: string;
     /** 楠屾敹鐓х墖 */
     files?: string[];
     /** 楠屾敹鏂瑰紡 */
     checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
+    /** 浠诲姟瓒呮椂鏈嶅姟璐瑰崟浠� */
+    timeoutServiceFee?: number;
+    /** 鏈嶅姟璐癸紙鍏冿級 */
+    serviceFee?: number;
+    /** 瓒呮椂锛堝皬鏃讹級 */
+    timeoutHours?: number;
+    /** 瓒呮椂璐圭敤锛堝厓锛� */
+    timeoutFee?: number;
+    /** 鍏朵粬璐圭敤锛堝厓锛� */
+    otherFee?: number;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 缁撶畻閲戦 */
+    settlementAmount?: number;
   }
 
   interface GetCheckReceiveTaskUserSubmitsQuery {
@@ -4167,6 +4187,8 @@
     /** 鐢ㄦ埛绛惧嚭鏃堕棿 */
     userCheckOutTime?: string;
     userCheckHistoryType?: EnumTaskUserSubmitCheckHistoryType;
+    /** 鐢ㄦ埛鎿嶄綔浜� */
+    userOperator?: string;
     /** 浜哄伐绛惧埌鏃堕棿 */
     checkInTime?: string;
     /** 浜哄伐绛惧嚭鏃堕棿 */
@@ -6160,6 +6182,9 @@
     settlementReceiveStatus?: SettlementReceiveStatus;
     /** 缁撶畻鏃堕棿 */
     settlementTime?: string;
+    settlementAuditStatus?: EnumTaskSettlementAuditStatus;
+    /** 瀹℃牳鏃堕棿 */
+    settlementAuditTime?: string;
     /** 浠樻浜鸿处鎴� */
     payerAccount?: string;
     /** 浠樻浜哄悕绉� */
@@ -6805,6 +6830,8 @@
     billingMethod?: EnumBillingMethod;
     /** 鏈嶅姟璐� */
     serviceFee?: number;
+    /** 棰勮鏈嶅姟璐� */
+    estimatedServiceFee?: number;
     /** 鏍稿畾宸ユ椂 */
     verifyWorkHours?: number;
     /** 瓒呮椂鏈嶅姟璐� */

--
Gitblit v1.9.1