From f0c3698c57b6e9a5678f088d1d6e4762b961b1d3 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 06 十一月 2025 18:51:26 +0800
Subject: [PATCH] fix: s
---
packages/services/apiV2/typings.d.ts | 93 +++++++++++++++++++++++++++++++++++++---------
1 files changed, 75 insertions(+), 18 deletions(-)
diff --git a/packages/services/apiV2/typings.d.ts b/packages/services/apiV2/typings.d.ts
index 387657b..d89b324 100644
--- a/packages/services/apiV2/typings.d.ts
+++ b/packages/services/apiV2/typings.d.ts
@@ -557,10 +557,6 @@
taskInfoUserId?: string;
/** 鏃ユ湡 */
date?: string;
- /** 绛惧埌鏃堕棿 */
- checkInTime?: string;
- /** 绛惧嚭鏃堕棿 */
- checkOutTime?: string;
/** 鏈嶅姟璐癸紙鍏冿級 */
serviceFee?: number;
/** 瓒呮椂锛堝皬鏃讹級 */
@@ -573,6 +569,11 @@
remark?: string;
/** 缁撶畻閲戦 */
settlementAmount?: number;
+ /** 绛惧埌鏃堕棿 */
+ checkInTime?: string;
+ /** 绛惧嚭鏃堕棿 */
+ checkOutTime?: string;
+ checkHistoryType?: EnumTaskUserSubmitCheckHistoryType;
checkReceiveStatus?: EnumTaskUserSubmitCheckReceiveStatus;
}
@@ -1325,9 +1326,9 @@
WaitSubmit = 10,
/**寰呴獙鏀� */
WaitCheckReceive = 20,
- /**楠屾敹閫氳繃/宸茬鍒� */
+ /**楠屾敹閫氳繃 */
Success = 30,
- /**楠屾敹鏈�氳繃/鏈埌宀� */
+ /**楠屾敹鏈�氳繃 */
Fail = 40,
}
@@ -3918,10 +3919,16 @@
/** 鏄惁瀹炲悕 */
isReal?: boolean;
realMethod?: EnumUserRealMethod;
- /** 绛惧埌鏃堕棿 */
+ /** 鐢ㄦ埛绛惧埌鏃堕棿 */
+ userCheckInTime?: string;
+ /** 鐢ㄦ埛绛惧嚭鏃堕棿 */
+ userCheckOutTime?: string;
+ userCheckHistoryType?: EnumTaskUserSubmitCheckHistoryType;
+ /** 浜哄伐绛惧埌鏃堕棿 */
checkInTime?: string;
- /** 绛惧嚭鏃堕棿 */
+ /** 浜哄伐绛惧嚭鏃堕棿 */
checkOutTime?: string;
+ checkHistoryType?: EnumTaskUserSubmitCheckHistoryType;
/** 鎿嶄綔浜� */
operator?: string;
/** 鏈�杩戞彁浜ゆ椂闂� */
@@ -3946,6 +3953,8 @@
verifyWorkHours?: number;
/** 瓒呮椂鏈嶅姟璐� */
timeoutServiceFee?: number;
+ /** 鎬讳欢鏁� */
+ totalPieceQuantity?: number;
settlementCycle?: EnumSettlementCycle;
/** 浠诲姟寮�濮嬫椂闂� */
beginTime?: string;
@@ -3955,7 +3964,8 @@
applyBeginTime?: string;
/** 鎶ュ悕缁撴潫鏃堕棿 */
applyEndTime?: string;
- checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+ /** 楠屾敹鏂瑰紡 */
+ checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
paymentMethod?: EnumTaskPaymentMethod;
settlementAccess?: EnumEnterpriseWalletAccess;
/** 浠诲姟鎻忚堪 */
@@ -4001,6 +4011,8 @@
verifyWorkHours?: number;
/** 瓒呮椂鏈嶅姟璐� */
timeoutServiceFee?: number;
+ /** 鎬讳欢鏁� */
+ totalPieceQuantity?: number;
settlementCycle?: EnumSettlementCycle;
/** 鍙戝竷鏃堕棿 */
createdTime?: string;
@@ -4012,7 +4024,8 @@
applyBeginTime?: string;
/** 鎶ュ悕缁撴潫鏃堕棿 */
applyEndTime?: string;
- checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+ /** 楠屾敹鏂瑰紡 */
+ checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
paymentMethod?: EnumTaskPaymentMethod;
settlementAccess?: EnumEnterpriseWalletAccess;
/** 浠诲姟鎻忚堪 */
@@ -4063,6 +4076,7 @@
checkTime?: string;
/** 鎿嶄綔浜� */
operator?: string;
+ operatorType?: EnumUserType;
type?: EnumTaskUserSubmitCheckHistoryType;
}
@@ -4075,6 +4089,16 @@
/** 鎻愪氦鏃堕棿 */
createdTime?: string;
checkReceiveStatus?: EnumTaskUserSubmitCheckReceiveStatus;
+ /** 鐢ㄦ埛绛惧埌鏃堕棿 */
+ userCheckInTime?: string;
+ /** 鐢ㄦ埛绛惧嚭鏃堕棿 */
+ userCheckOutTime?: string;
+ userCheckHistoryType?: EnumTaskUserSubmitCheckHistoryType;
+ /** 浜哄伐绛惧埌鏃堕棿 */
+ checkInTime?: string;
+ /** 浜哄伐绛惧嚭鏃堕棿 */
+ checkOutTime?: string;
+ checkHistoryType?: EnumTaskUserSubmitCheckHistoryType;
/** 楠屾敹鐓х墖 */
files?: string[];
}
@@ -4099,10 +4123,16 @@
id?: string;
/** 楠屾敹鏃堕棿 */
date?: string;
- /** 绛惧埌鏃堕棿 */
+ /** 鐢ㄦ埛绛惧埌鏃堕棿 */
+ userCheckInTime?: string;
+ /** 鐢ㄦ埛绛惧嚭鏃堕棿 */
+ userCheckOutTime?: string;
+ userCheckHistoryType?: EnumTaskUserSubmitCheckHistoryType;
+ /** 浜哄伐绛惧埌鏃堕棿 */
checkInTime?: string;
- /** 绛惧嚭鏃堕棿 */
+ /** 浜哄伐绛惧嚭鏃堕棿 */
checkOutTime?: string;
+ checkHistoryType?: EnumTaskUserSubmitCheckHistoryType;
/** 鎿嶄綔浜� */
operator?: string;
/** 鎻愪氦鏃堕棿 */
@@ -4328,6 +4358,8 @@
amount?: number;
/** 鍏呭�兼椂闂� */
createdTime?: string;
+ /** 澶囨敞 */
+ remark?: string;
transactionStatus?: EnumEnterpriseCooperationWalletTransactionStatus;
/** 鍑瘉 */
files?: string[];
@@ -5613,7 +5645,8 @@
applyBeginTime?: string;
/** 鎶ュ悕缁撴潫鏃堕棿 */
applyEndTime?: string;
- checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+ /** 楠屾敹鏂瑰紡 */
+ checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
paymentMethod?: EnumTaskPaymentMethod;
settlementAccess?: EnumEnterpriseWalletAccess;
/** 浠诲姟鎻忚堪 */
@@ -5625,6 +5658,8 @@
verifyWorkHours?: number;
/** 瓒呮椂鏈嶅姟璐� */
timeoutServiceFee?: number;
+ /** 鎬讳欢鏁� */
+ totalPieceQuantity?: number;
settlementCycle?: EnumSettlementCycle;
/** 绂忓埄 */
benefits?: GetTaskInfoQueryResultBenefit[];
@@ -5669,7 +5704,8 @@
applyBeginTime?: string;
/** 鎶ュ悕缁撴潫鏃堕棿 */
applyEndTime?: string;
- checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+ /** 楠屾敹鏂瑰紡 */
+ checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
paymentMethod?: EnumTaskPaymentMethod;
settlementAccess?: EnumEnterpriseWalletAccess;
/** 浠诲姟鎻忚堪 */
@@ -5681,6 +5717,8 @@
verifyWorkHours?: number;
/** 瓒呮椂鏈嶅姟璐� */
timeoutServiceFee?: number;
+ /** 鎬讳欢鏁� */
+ totalPieceQuantity?: number;
settlementCycle?: EnumSettlementCycle;
/** 绂忓埄 */
benefits?: GetTaskInfoQueryResultBenefit[];
@@ -5718,7 +5756,8 @@
applyBeginTime?: string;
/** 鎶ュ悕缁撴潫鏃堕棿 */
applyEndTime?: string;
- checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+ /** 楠屾敹鏂瑰紡 */
+ checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
paymentMethod?: EnumTaskPaymentMethod;
settlementAccess?: EnumEnterpriseWalletAccess;
/** 浠诲姟鎻忚堪 */
@@ -5730,6 +5769,8 @@
verifyWorkHours?: number;
/** 瓒呮椂鏈嶅姟璐� */
timeoutServiceFee?: number;
+ /** 鎬讳欢鏁� */
+ totalPieceQuantity?: number;
settlementCycle?: EnumSettlementCycle;
/** 绂忓埄 */
benefits?: GetTaskInfoQueryResultBenefit[];
@@ -6458,6 +6499,8 @@
verifyWorkHours?: number;
/** 瓒呮椂鏈嶅姟璐� */
timeoutServiceFee?: number;
+ /** 鎬讳欢鏁� */
+ totalPieceQuantity?: number;
settlementAccess?: EnumEnterpriseWalletAccess;
settlementOrderStatus?: EnumTaskSettlementOrderStatus;
/** 缁撶畻鍗曞悕绉� */
@@ -6721,6 +6764,8 @@
verifyWorkHours?: number;
/** 瓒呮椂鏈嶅姟璐� */
timeoutServiceFee?: number;
+ /** 鎬讳欢鏁� */
+ totalPieceQuantity?: number;
settlementCycle?: EnumSettlementCycle;
/** 缁撶畻鏃ユ湡 */
settlementDate?: number;
@@ -6757,7 +6802,8 @@
applyBeginTime?: string;
/** 鎶ュ悕缁撴潫鏃堕棿 */
applyEndTime?: string;
- checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+ /** 楠屾敹鏂瑰紡 */
+ checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
paymentMethod?: EnumTaskPaymentMethod;
settlementAccess?: EnumEnterpriseWalletAccess;
/** 浠诲姟鎻忚堪 */
@@ -6869,6 +6915,8 @@
verifyWorkHours?: number;
/** 瓒呮椂鏈嶅姟璐� */
timeoutServiceFee?: number;
+ /** 鎬讳欢鏁� */
+ totalPieceQuantity?: number;
settlementCycle?: EnumSettlementCycle;
/** 绂忓埄 */
benefits?: GetTaskInfoQueryResultBenefit[];
@@ -6903,7 +6951,8 @@
/** 鎶ュ悕缁撴潫鏃堕棿 */
applyEndTime?: string;
applyStatus?: EnumTaskApplyStatus;
- checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+ /** 楠屾敹鏂瑰紡 */
+ checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
paymentMethod?: EnumTaskPaymentMethod;
settlementAccess?: EnumEnterpriseWalletAccess;
/** 浠诲姟鎻忚堪 */
@@ -8206,6 +8255,8 @@
verifyWorkHours?: number;
/** 瓒呮椂鏈嶅姟璐� */
timeoutServiceFee?: number;
+ /** 鎬讳欢鏁� */
+ totalPieceQuantity?: number;
settlementCycle: EnumSettlementCycle;
/** 缁撶畻鏃ユ湡 */
settlementDate: number;
@@ -8238,7 +8289,8 @@
applyBeginTime?: string;
/** 鎶ュ悕缁撴潫鏃堕棿 */
applyEndTime?: string;
- checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+ /** 楠屾敹鏂瑰紡 */
+ checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
paymentMethod?: EnumTaskPaymentMethod;
settlementAccess?: EnumEnterpriseWalletAccess;
/** 浠诲姟鎻忚堪 */
@@ -8592,6 +8644,11 @@
taskInfoId?: string;
/** 鏃ユ湡 */
date?: string;
+ /** 鐢ㄦ埛绛惧埌鏃堕棿 */
+ userCheckInTime?: string;
+ /** 鐢ㄦ埛绛惧嚭鏃堕棿 */
+ userCheckOutTime?: string;
+ userCheckHistoryType?: EnumTaskUserSubmitCheckHistoryType;
/** 闄勪欢 */
files?: string[];
}
--
Gitblit v1.9.1