From 0cb324779727155effffcbca13c5b11409c8211c Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 07 十一月 2025 11:06:40 +0800
Subject: [PATCH] feat: 1.3.0.1

---
 src/services/api/typings.d.ts |  146 +++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 124 insertions(+), 22 deletions(-)

diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index 84d7ab8..850b84c 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -519,6 +519,27 @@
     timeoutFee?: number;
   }
 
+  interface CalcTaskTotalServiceFeeCommand {
+    billingMethod?: EnumBillingMethod;
+    /** 鏈嶅姟璐� */
+    serviceFee?: number;
+    /** 鏍稿畾宸ユ椂 */
+    verifyWorkHours?: number;
+    /** 鎬讳欢鏁� */
+    totalPieceQuantity?: number;
+    /** 闇�姹備汉鏁� */
+    needPeopleNumber?: number;
+    /** 浠诲姟寮�濮嬫椂闂� */
+    beginTime?: string;
+    /** 浠诲姟缁撴潫鏃堕棿 */
+    endTime?: string;
+  }
+
+  interface CalcTaskTotalServiceFeeCommandResult {
+    /** 鏈嶅姟璐� */
+    totalServiceFee?: number;
+  }
+
   interface ChangePhoneNumberCommand {
     /** 鎵嬫満鍙风爜 */
     phoneNumber: string;
@@ -557,10 +578,6 @@
     taskInfoUserId?: string;
     /** 鏃ユ湡 */
     date?: string;
-    /** 绛惧埌鏃堕棿 */
-    checkInTime?: string;
-    /** 绛惧嚭鏃堕棿 */
-    checkOutTime?: string;
     /** 鏈嶅姟璐癸紙鍏冿級 */
     serviceFee?: number;
     /** 瓒呮椂锛堝皬鏃讹級 */
@@ -573,6 +590,11 @@
     remark?: string;
     /** 缁撶畻閲戦 */
     settlementAmount?: number;
+    /** 绛惧埌鏃堕棿 */
+    checkInTime?: string;
+    /** 绛惧嚭鏃堕棿 */
+    checkOutTime?: string;
+    checkHistoryType?: EnumTaskUserSubmitCheckHistoryType;
     checkReceiveStatus?: EnumTaskUserSubmitCheckReceiveStatus;
   }
 
@@ -1325,9 +1347,9 @@
     WaitSubmit = 10,
     /**寰呴獙鏀� */
     WaitCheckReceive = 20,
-    /**楠屾敹閫氳繃/宸茬鍒� */
+    /**楠屾敹閫氳繃 */
     Success = 30,
-    /**楠屾敹鏈�氳繃/鏈埌宀� */
+    /**楠屾敹鏈�氳繃 */
     Fail = 40,
   }
 
@@ -1632,6 +1654,24 @@
     /** 閿欒鐮� */
     errorCode?: string;
     data?: CalcTaskCheckReceiveCommandResult;
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
+  interface FriendlyResultCalcTaskTotalServiceFeeCommandResult {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    data?: CalcTaskTotalServiceFeeCommandResult;
     /** 鎵ц鎴愬姛 */
     success?: boolean;
     /** 閿欒淇℃伅 */
@@ -3918,10 +3958,16 @@
     /** 鏄惁瀹炲悕 */
     isReal?: boolean;
     realMethod?: EnumUserRealMethod;
-    /** 绛惧埌鏃堕棿 */
+    /** 鐢ㄦ埛绛惧埌鏃堕棿 */
+    userCheckInTime?: string;
+    /** 鐢ㄦ埛绛惧嚭鏃堕棿 */
+    userCheckOutTime?: string;
+    userCheckHistoryType?: EnumTaskUserSubmitCheckHistoryType;
+    /** 浜哄伐绛惧埌鏃堕棿 */
     checkInTime?: string;
-    /** 绛惧嚭鏃堕棿 */
+    /** 浜哄伐绛惧嚭鏃堕棿 */
     checkOutTime?: string;
+    checkHistoryType?: EnumTaskUserSubmitCheckHistoryType;
     /** 鎿嶄綔浜� */
     operator?: string;
     /** 鏈�杩戞彁浜ゆ椂闂� */
@@ -3946,6 +3992,8 @@
     verifyWorkHours?: number;
     /** 瓒呮椂鏈嶅姟璐� */
     timeoutServiceFee?: number;
+    /** 鎬讳欢鏁� */
+    totalPieceQuantity?: number;
     settlementCycle?: EnumSettlementCycle;
     /** 浠诲姟寮�濮嬫椂闂� */
     beginTime?: string;
@@ -3955,7 +4003,8 @@
     applyBeginTime?: string;
     /** 鎶ュ悕缁撴潫鏃堕棿 */
     applyEndTime?: string;
-    checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
     paymentMethod?: EnumTaskPaymentMethod;
     settlementAccess?: EnumEnterpriseWalletAccess;
     /** 浠诲姟鎻忚堪 */
@@ -4001,6 +4050,8 @@
     verifyWorkHours?: number;
     /** 瓒呮椂鏈嶅姟璐� */
     timeoutServiceFee?: number;
+    /** 鎬讳欢鏁� */
+    totalPieceQuantity?: number;
     settlementCycle?: EnumSettlementCycle;
     /** 鍙戝竷鏃堕棿 */
     createdTime?: string;
@@ -4012,7 +4063,8 @@
     applyBeginTime?: string;
     /** 鎶ュ悕缁撴潫鏃堕棿 */
     applyEndTime?: string;
-    checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
     paymentMethod?: EnumTaskPaymentMethod;
     settlementAccess?: EnumEnterpriseWalletAccess;
     /** 浠诲姟鎻忚堪 */
@@ -4063,6 +4115,7 @@
     checkTime?: string;
     /** 鎿嶄綔浜� */
     operator?: string;
+    operatorType?: EnumUserType;
     type?: EnumTaskUserSubmitCheckHistoryType;
   }
 
@@ -4075,6 +4128,16 @@
     /** 鎻愪氦鏃堕棿 */
     createdTime?: string;
     checkReceiveStatus?: EnumTaskUserSubmitCheckReceiveStatus;
+    /** 鐢ㄦ埛绛惧埌鏃堕棿 */
+    userCheckInTime?: string;
+    /** 鐢ㄦ埛绛惧嚭鏃堕棿 */
+    userCheckOutTime?: string;
+    userCheckHistoryType?: EnumTaskUserSubmitCheckHistoryType;
+    /** 浜哄伐绛惧埌鏃堕棿 */
+    checkInTime?: string;
+    /** 浜哄伐绛惧嚭鏃堕棿 */
+    checkOutTime?: string;
+    checkHistoryType?: EnumTaskUserSubmitCheckHistoryType;
     /** 楠屾敹鐓х墖 */
     files?: string[];
   }
@@ -4099,10 +4162,16 @@
     id?: string;
     /** 楠屾敹鏃堕棿 */
     date?: string;
-    /** 绛惧埌鏃堕棿 */
+    /** 鐢ㄦ埛绛惧埌鏃堕棿 */
+    userCheckInTime?: string;
+    /** 鐢ㄦ埛绛惧嚭鏃堕棿 */
+    userCheckOutTime?: string;
+    userCheckHistoryType?: EnumTaskUserSubmitCheckHistoryType;
+    /** 浜哄伐绛惧埌鏃堕棿 */
     checkInTime?: string;
-    /** 绛惧嚭鏃堕棿 */
+    /** 浜哄伐绛惧嚭鏃堕棿 */
     checkOutTime?: string;
+    checkHistoryType?: EnumTaskUserSubmitCheckHistoryType;
     /** 鎿嶄綔浜� */
     operator?: string;
     /** 鎻愪氦鏃堕棿 */
@@ -4312,6 +4381,8 @@
   interface GetCooperationWalletRechargeTransactionQueryResult {
     /** 浜ゆ槗Id */
     id?: string;
+    /** 鍚堜綔Id */
+    cooperationId?: string;
     /** 杩涜处鍗曚綅 */
     receiveUnit?: string;
     /** 寮�鎴峰悕绉� */
@@ -4326,6 +4397,8 @@
     amount?: number;
     /** 鍏呭�兼椂闂� */
     createdTime?: string;
+    /** 澶囨敞 */
+    remark?: string;
     transactionStatus?: EnumEnterpriseCooperationWalletTransactionStatus;
     /** 鍑瘉 */
     files?: string[];
@@ -4334,6 +4407,8 @@
   interface GetCooperationWalletRechargeTransactionsQuery {
     /** 鍚堜綔Id */
     cooperationId?: string;
+    /** 鍏抽敭瀛� */
+    keywords?: string;
     pageModel?: PagedListQueryPageModel;
   }
 
@@ -4346,6 +4421,8 @@
   interface GetCooperationWalletRechargeTransactionsQueryResultItem {
     /** 浜ゆ槗Id */
     id?: string;
+    /** 閽卞寘Id */
+    walletId?: string;
     /** 渚涘簲鍟咺d */
     supplierEnterpriseId?: string;
     /** 渚涘簲鍟嗗悕绉� */
@@ -4776,6 +4853,8 @@
     gender?: EnumUserGender;
     /** 浼佷笟鍏ㄧО */
     enterpriseName?: string;
+    /** 浼佷笟鏄惁瀹炲悕 */
+    enterpriseIsReal?: boolean;
     /** 瑙掕壊 */
     roles?: string[];
     /** 鏄惁瀹炲悕 */
@@ -5605,7 +5684,8 @@
     applyBeginTime?: string;
     /** 鎶ュ悕缁撴潫鏃堕棿 */
     applyEndTime?: string;
-    checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
     paymentMethod?: EnumTaskPaymentMethod;
     settlementAccess?: EnumEnterpriseWalletAccess;
     /** 浠诲姟鎻忚堪 */
@@ -5617,6 +5697,8 @@
     verifyWorkHours?: number;
     /** 瓒呮椂鏈嶅姟璐� */
     timeoutServiceFee?: number;
+    /** 鎬讳欢鏁� */
+    totalPieceQuantity?: number;
     settlementCycle?: EnumSettlementCycle;
     /** 绂忓埄 */
     benefits?: GetTaskInfoQueryResultBenefit[];
@@ -5661,7 +5743,8 @@
     applyBeginTime?: string;
     /** 鎶ュ悕缁撴潫鏃堕棿 */
     applyEndTime?: string;
-    checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
     paymentMethod?: EnumTaskPaymentMethod;
     settlementAccess?: EnumEnterpriseWalletAccess;
     /** 浠诲姟鎻忚堪 */
@@ -5673,6 +5756,8 @@
     verifyWorkHours?: number;
     /** 瓒呮椂鏈嶅姟璐� */
     timeoutServiceFee?: number;
+    /** 鎬讳欢鏁� */
+    totalPieceQuantity?: number;
     settlementCycle?: EnumSettlementCycle;
     /** 绂忓埄 */
     benefits?: GetTaskInfoQueryResultBenefit[];
@@ -5710,7 +5795,8 @@
     applyBeginTime?: string;
     /** 鎶ュ悕缁撴潫鏃堕棿 */
     applyEndTime?: string;
-    checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
     paymentMethod?: EnumTaskPaymentMethod;
     settlementAccess?: EnumEnterpriseWalletAccess;
     /** 浠诲姟鎻忚堪 */
@@ -5722,6 +5808,8 @@
     verifyWorkHours?: number;
     /** 瓒呮椂鏈嶅姟璐� */
     timeoutServiceFee?: number;
+    /** 鎬讳欢鏁� */
+    totalPieceQuantity?: number;
     settlementCycle?: EnumSettlementCycle;
     /** 绂忓埄 */
     benefits?: GetTaskInfoQueryResultBenefit[];
@@ -5744,10 +5832,6 @@
   interface GetPersonalLoginInfoQueryResult {
     /** Id */
     id?: string;
-    /** 浼佷笟Id */
-    enterpriseId?: string;
-    /** 浼佷笟鍚嶇О */
-    enterpriseName?: string;
     /** 澶村儚 */
     avatar?: string;
     /** 濮撳悕 */
@@ -6454,6 +6538,8 @@
     verifyWorkHours?: number;
     /** 瓒呮椂鏈嶅姟璐� */
     timeoutServiceFee?: number;
+    /** 鎬讳欢鏁� */
+    totalPieceQuantity?: number;
     settlementAccess?: EnumEnterpriseWalletAccess;
     settlementOrderStatus?: EnumTaskSettlementOrderStatus;
     /** 缁撶畻鍗曞悕绉� */
@@ -6717,6 +6803,8 @@
     verifyWorkHours?: number;
     /** 瓒呮椂鏈嶅姟璐� */
     timeoutServiceFee?: number;
+    /** 鎬讳欢鏁� */
+    totalPieceQuantity?: number;
     settlementCycle?: EnumSettlementCycle;
     /** 缁撶畻鏃ユ湡 */
     settlementDate?: number;
@@ -6753,7 +6841,8 @@
     applyBeginTime?: string;
     /** 鎶ュ悕缁撴潫鏃堕棿 */
     applyEndTime?: string;
-    checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
     paymentMethod?: EnumTaskPaymentMethod;
     settlementAccess?: EnumEnterpriseWalletAccess;
     /** 浠诲姟鎻忚堪 */
@@ -6865,6 +6954,8 @@
     verifyWorkHours?: number;
     /** 瓒呮椂鏈嶅姟璐� */
     timeoutServiceFee?: number;
+    /** 鎬讳欢鏁� */
+    totalPieceQuantity?: number;
     settlementCycle?: EnumSettlementCycle;
     /** 绂忓埄 */
     benefits?: GetTaskInfoQueryResultBenefit[];
@@ -6899,7 +6990,8 @@
     /** 鎶ュ悕缁撴潫鏃堕棿 */
     applyEndTime?: string;
     applyStatus?: EnumTaskApplyStatus;
-    checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
     paymentMethod?: EnumTaskPaymentMethod;
     settlementAccess?: EnumEnterpriseWalletAccess;
     /** 浠诲姟鎻忚堪 */
@@ -8202,6 +8294,8 @@
     verifyWorkHours?: number;
     /** 瓒呮椂鏈嶅姟璐� */
     timeoutServiceFee?: number;
+    /** 鎬讳欢鏁� */
+    totalPieceQuantity?: number;
     settlementCycle: EnumSettlementCycle;
     /** 缁撶畻鏃ユ湡 */
     settlementDate: number;
@@ -8234,7 +8328,8 @@
     applyBeginTime?: string;
     /** 鎶ュ悕缁撴潫鏃堕棿 */
     applyEndTime?: string;
-    checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
     paymentMethod?: EnumTaskPaymentMethod;
     settlementAccess?: EnumEnterpriseWalletAccess;
     /** 浠诲姟鎻忚堪 */
@@ -8588,11 +8683,18 @@
     taskInfoId?: string;
     /** 鏃ユ湡 */
     date?: string;
+    /** 鐢ㄦ埛绛惧埌鏃堕棿 */
+    userCheckInTime?: string;
+    /** 鐢ㄦ埛绛惧嚭鏃堕棿 */
+    userCheckOutTime?: string;
+    userCheckHistoryType?: EnumTaskUserSubmitCheckHistoryType;
     /** 闄勪欢 */
     files?: string[];
   }
 
   interface SureRechargeCooperationWalletCommand {
+    /** 鍚堜綔Id */
+    cooperationId?: string;
     /** 浜ゆ槗Id */
     id?: string;
     transactionStatus?: EnumEnterpriseCooperationWalletTransactionStatus;

--
Gitblit v1.9.1