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 |   24 +++++++++++++++++++++++-
 1 files changed, 23 insertions(+), 1 deletions(-)

diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index 35d4d6f..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,17 +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 {
@@ -4169,6 +4187,8 @@
     /** 鐢ㄦ埛绛惧嚭鏃堕棿 */
     userCheckOutTime?: string;
     userCheckHistoryType?: EnumTaskUserSubmitCheckHistoryType;
+    /** 鐢ㄦ埛鎿嶄綔浜� */
+    userOperator?: string;
     /** 浜哄伐绛惧埌鏃堕棿 */
     checkInTime?: string;
     /** 浜哄伐绛惧嚭鏃堕棿 */
@@ -6810,6 +6830,8 @@
     billingMethod?: EnumBillingMethod;
     /** 鏈嶅姟璐� */
     serviceFee?: number;
+    /** 棰勮鏈嶅姟璐� */
+    estimatedServiceFee?: number;
     /** 鏍稿畾宸ユ椂 */
     verifyWorkHours?: number;
     /** 瓒呮椂鏈嶅姟璐� */

--
Gitblit v1.9.1