From b42ca1e9ab197ce53828f4607610ae10f25965bb Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期五, 12 十二月 2025 19:59:13 +0800
Subject: [PATCH] feat: 新增渠道包

---
 src/services/api/typings.d.ts | 2287 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 2,236 insertions(+), 51 deletions(-)

diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index 2735baf..af06ffb 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -3,6 +3,33 @@
     [key: string]: any;
   }
 
+  interface AddEnterpriseEmployeeCommand {
+    /** 濮撳悕 */
+    name: string;
+    /** 韬唤璇佸彿 */
+    identity: string;
+    /** 鎵嬫満鍙� */
+    contactPhoneNumber: string;
+    gender?: EnumUserGender;
+    /** 骞撮緞 */
+    age?: number;
+    /** 韬唤璇佷汉鍍忛潰 */
+    identityImg?: string;
+    /** 韬唤璇佸浗寰介潰 */
+    identityBackImg?: string;
+    /** 鐢靛瓙鍚堝悓 */
+    contractUrl?: string;
+    /** 鍗忚璧峰鏃堕棿 */
+    contractBegin?: string;
+    /** 鍗忚缁堟鏃堕棿 */
+    contractEnd?: string;
+  }
+
+  interface AgainSureTaskSettlementOrderRosterCommand {
+    /** 鍚嶅崟Id */
+    id?: string;
+  }
+
   interface APIcheckHealthParams {
     /** 鍋ュ悍鏍¢獙 */
     request?: CheckHealthQuery;
@@ -36,9 +63,25 @@
     code?: string;
   }
 
+  interface APIgetContractParamterSelectParams {
+    /** 鍏抽敭瀛� */
+    keywords?: string;
+    /** 鏄惁榛樿 */
+    isDefault?: boolean;
+    /** 鍚堝悓妯℃澘Id */
+    templateId?: string;
+  }
+
   interface APIgetContractTemplateParams {
     /** 妯℃澘Id */
     id?: string;
+  }
+
+  interface APIgetCooperationWalletRechargeTransactionParams {
+    /** 浜ゆ槗Id锛堢紪杈戞椂浼犲叆锛� */
+    id?: string;
+    /** 鍚堜綔Id锛堟柊澧炴椂浼犲叆锛� */
+    cooperationId?: string;
   }
 
   interface APIgetCurrentLogierMenuParams {
@@ -81,8 +124,8 @@
   }
 
   interface APIgetEnterpriseContractTemplateSelectParams {
-    /** 鏌ヨ浼佷笟鍚堝悓妯℃澘閫夋嫨鍣ㄦ暟鎹� */
-    request?: GetEnterpriseContractTemplateSelectQuery;
+    /** 浼佷笟Id */
+    enterpriseId?: string;
   }
 
   interface APIgetEnterpriseElectronSignSettingParams {
@@ -97,6 +140,16 @@
     taskInfoId?: string;
   }
 
+  interface APIgetEnterpriseInsuranceProductSelectParams {
+    /** 渚涘簲鍟咺d */
+    supplierEnterpriseId?: string;
+  }
+
+  interface APIgetEnterpriseInsuranceSettingParams {
+    /** Id */
+    id?: string;
+  }
+
   interface APIgetEnterpriseLoginInfoParams {
     /** 鏌ヨ浼佷笟鐢ㄦ埛鐧诲綍淇℃伅 */
     request?: GetEnterpriseLoginInfoQuery;
@@ -107,14 +160,19 @@
     id?: string;
   }
 
+  interface APIgetEnterpriseReceiveAccountParams {
+    /** 鏌ヨ浼佷笟鏀舵璐︽埛 */
+    request?: GetEnterpriseReceiveAccountQuery;
+  }
+
   interface APIgetEnterpriseSmsSettingParams {
     /** Id */
     id?: string;
   }
 
   interface APIgetEnterpriseWalletAccessSelectParams {
-    /** 鏌ヨ宸茬绾︿紒涓氶挶鍖呴�氶亾閫夋嫨鍣ㄦ暟鎹� */
-    request?: GetEnterpriseWalletAccessSelectQuery;
+    /** 渚涘簲鍟咺d */
+    supplierEnterpriseId?: string;
   }
 
   interface APIgetEnterpriseWalletExpandindirectOrderParams {
@@ -174,10 +232,17 @@
   interface APIgetMenusParams {
     /** 鐢ㄦ埛绫诲瀷 */
     userType?: EnumUserType;
+    /** 浼佷笟绫诲瀷 */
+    enterpriseType?: EnumEnterpriseType;
     /** 瀹㈡埛绔被鍨� */
     clientType?: EnumClientType;
     /** 瑙掕壊Id */
     roleId?: string;
+  }
+
+  interface APIgetPartyAEnterpriseParams {
+    /** 鍚堜綔Id */
+    id?: string;
   }
 
   interface APIgetPersonalLoginInfoParams {
@@ -241,18 +306,29 @@
   interface APIgetSettlementTaskUsersParams {
     /** 缁撶畻璁㈠崟Id */
     id?: string;
-    /** 浠诲姟Id */
-    taskInfoId?: string;
+    /** 鏄惁瀵煎叆鐢ㄦ埛 */
+    isImport?: boolean;
+    /** 鎿嶄綔浠ょ墝 */
+    operatorToken?: string;
+  }
+
+  interface APIgetSupplierEnterpriseSelectParams {
+    /** 鏌ヨ渚涘簲鍟嗛�夋嫨鍣ㄦ暟鎹� */
+    request?: GetSupplierEnterpriseSelectQuery;
   }
 
   interface APIgetTaskEnterpriseParams {
     /** 浼佷笟Id */
     id?: string;
+    /** 渚涘簲鍟咺d */
+    supplierEnterpriseId?: string;
   }
 
   interface APIgetTaskInfoParams {
     /** Id */
     id?: string;
+    /** 鍦烘櫙 */
+    readScene?: EnumReadScene;
   }
 
   interface APIgetTaskSelectParams {
@@ -286,8 +362,17 @@
   interface APIgetUserInfoRolesParams {
     /** 鐢ㄦ埛Id */
     userInfoId?: string;
+    /** 鐢ㄦ埛绫诲瀷 */
+    userType?: EnumUserType;
+    /** 浼佷笟绫诲瀷 */
+    enterpriseType?: EnumEnterpriseType;
     /** 瀹㈡埛绔被鍨� */
     clientType?: EnumClientType;
+  }
+
+  interface APIgetUserParams {
+    /** 鐢ㄦ埛Id */
+    id?: string;
   }
 
   interface APIgetUserResumeCredentialParams {
@@ -327,9 +412,43 @@
     request?: GetUserResumeWorkExperienceQuery;
   }
 
+  interface APIgetWxmpSettingsParams {
+    /** 鏌ヨ寰俊灏忕▼搴忛厤缃俊鎭� */
+    request?: GetWxmpSettingsQuery;
+  }
+
   interface ApplyTaskCommand {
     /** 浠诲姟Id */
     ids?: string[];
+  }
+
+  interface AuditTaskSettlementCommand {
+    /** 缁撶畻璁㈠崟Id */
+    id?: string;
+    auditStatus?: EnumTaskSettlementAuditStatus;
+    /** 瀹℃牳澶囨敞 */
+    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 {
@@ -374,6 +493,29 @@
     address?: string;
   }
 
+  interface BatchEnterpriseSignContractCommand {
+    /** 鐏靛伐Id */
+    ids?: string[];
+  }
+
+  interface BatchEnterpriseSignContractCommandResult {
+    /** 绛剧害鎴愬姛鐏靛伐Id */
+    successIds?: string[];
+    /** 绛剧害澶辫触鐨勭伒宸ヤ俊鎭� */
+    errors?: BatchEnterpriseSignContractCommandResultError[];
+  }
+
+  interface BatchEnterpriseSignContractCommandResultError {
+    /** 濮撳悕 */
+    name?: string;
+    /** 鎵嬫満鍙� */
+    contactPhoneNumber?: string;
+    /** 韬唤璇佸彿 */
+    identity?: string;
+    /** 閿欒娑堟伅 */
+    errorMessages?: string;
+  }
+
   interface BindWxmpUserInfoCommand {
     /** 璁块棶浠ょ墝 */
     accessToken: string;
@@ -383,6 +525,70 @@
     iv: string;
     /** 鑾峰彇浼氳瘽瀵嗛挜 */
     sessionKey: string;
+  }
+
+  interface BuildOperatorTokenCommand {
+    /** 鎿嶄綔瀵嗙爜 */
+    password?: string;
+  }
+
+  interface BuildOperatorTokenCommandResult {
+    /** 鎿嶄綔浠ょ墝 */
+    operatorToken?: string;
+  }
+
+  interface CalcTaskCheckReceiveCommand {
+    /** 浠诲姟Id */
+    taskInfoId?: string;
+    /** 绛惧埌鏃堕棿 */
+    checkInTime?: string;
+    /** 绛惧嚭鏃堕棿 */
+    checkOutTime?: string;
+  }
+
+  interface CalcTaskCheckReceiveCommandResult {
+    /** 鏈嶅姟璐癸紙鍏冿級 */
+    serviceFee?: number;
+    /** 瓒呮椂锛堝皬鏃讹級 */
+    timeoutHours?: number;
+    /** 瓒呮椂璐圭敤锛堝厓锛� */
+    timeoutFee?: number;
+  }
+
+  interface CalcTaskTotalServiceFeeCommand {
+    /** 渚涘簲鍟咺d */
+    supplierEnterpriseId?: string;
+    billingMethod?: EnumBillingMethod;
+    /** 鏈嶅姟璐� */
+    serviceFee?: number;
+    /** 鏍稿畾宸ユ椂 */
+    verifyWorkHours?: number;
+    /** 鎬讳欢鏁� */
+    totalPieceQuantity?: number;
+    /** 淇濋櫓浜у搧Id */
+    insuranceProductId?: string;
+    /** 闇�姹備汉鏁� */
+    needPeopleNumber?: number;
+    /** 浠诲姟寮�濮嬫椂闂� */
+    beginTime?: string;
+    /** 浠诲姟缁撴潫鏃堕棿 */
+    endTime?: string;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
+  }
+
+  interface CalcTaskTotalServiceFeeCommandResult {
+    /** 鏈嶅姟璐� */
+    totalServiceFee?: number;
+    /** 淇濊垂鍗曚环 */
+    insuranceUnitPrice?: number;
+    /** 棰勮淇濊垂 */
+    insuranceTotalPrice?: number;
+    insuranceSupplierAccess?: EnumInsuranceSupplierAccess;
+    /** 鎶曚繚渚涘簲鍟嗚处鍙� */
+    insuranceSupplierAccount?: string;
+    /** 淇濋櫓渚涘簲鍟咺d */
+    insuranceSupplierId?: string;
   }
 
   interface ChangePhoneNumberCommand {
@@ -402,11 +608,40 @@
     accesses?: EnumElectronSignAccess[];
   }
 
+  interface CheckExistContractTemplateCodeCommand {
+    /** 妯℃澘Id锛堢紪杈戞椂浼犲叆锛� */
+    id?: string;
+    /** 涓氬姟缂栧彿 */
+    code: string;
+  }
+
   type CheckHealthQuery = Record<string, any>;
+
+  interface CheckOperatorTokenCommand {
+    /** 鎿嶄綔浠ょ墝 */
+    operatorToken?: string;
+  }
 
   interface CheckReceiveTaskCommand {
     /** 鎻愪氦Id */
     id?: string;
+    /** 浠诲姟浜哄憳Id */
+    taskInfoUserId?: string;
+    /** 鏃ユ湡 */
+    date?: string;
+    /** 鏈嶅姟璐癸紙鍏冿級 */
+    serviceFee?: number;
+    /** 瓒呮椂锛堝皬鏃讹級 */
+    timeoutHours?: number;
+    /** 瓒呮椂璐圭敤锛堝厓锛� */
+    timeoutFee?: number;
+    /** 鍏朵粬璐圭敤锛堝厓锛� */
+    otherFee?: number;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 缁撶畻閲戦 */
+    settlementAmount?: number;
+    checkHistoryType?: EnumTaskUserSubmitCheckHistoryType;
     checkReceiveStatus?: EnumTaskUserSubmitCheckReceiveStatus;
   }
 
@@ -462,6 +697,8 @@
   }
 
   interface EditEnterpriseEmployeeCommand {
+    /** Id */
+    id?: string;
     /** 濮撳悕 */
     name: string;
     /** 韬唤璇佸彿 */
@@ -475,21 +712,35 @@
     identityImg?: string;
     /** 韬唤璇佸浗寰介潰 */
     identityBackImg?: string;
-    /** Id */
-    id?: string;
+    /** 鐢靛瓙鍚堝悓 */
+    contractUrl?: string;
+    /** 鍗忚璧峰鏃堕棿 */
+    contractBegin?: string;
+    /** 鍗忚缁堟鏃堕棿 */
+    contractEnd?: string;
   }
 
   interface EditTaskSettlementOrderRosterCommand {
     /** 鍚嶅崟Id */
     id?: string;
+    /** 鏈嶅姟璐癸紙鍏冿級 */
+    serviceFee?: number;
+    /** 瓒呮椂锛堝皬鏃讹級 */
+    timeoutHours?: number;
+    /** 瓒呮椂璐圭敤锛堝厓锛� */
+    timeoutFee?: number;
+    /** 鍏朵粬璐圭敤锛堝厓锛� */
+    otherFee?: number;
+    /** 澶囨敞 */
+    remark?: string;
     /** 缁撶畻閲戦 */
     settlementAmount: number;
     /** 瀹炲彂閲戦 */
     actualSettlementAmount: number;
     /** 鏀舵璐︽埛 */
-    receiveAccount: string;
+    receiveAccount?: string;
     /** 鎵�灞為摱琛� */
-    bank: string;
+    bank?: string;
     /** 寮�鎴锋敮琛屽悕绉� */
     bankBranch?: string;
   }
@@ -571,6 +822,8 @@
     Hour = 30,
     /**璁′欢 */
     Piece = 40,
+    /**闈㈣ */
+    Face = 50,
   }
 
   enum EnumClientType {
@@ -649,6 +902,36 @@
     Face = 20,
   }
 
+  enum EnumEnterpriseCooperationServiceFeeCollectType {
+    /**鎸夋瘮渚� */
+    Rate = 10,
+    /**鍗曚汉鍗曟 */
+    SingleTime = 20,
+  }
+
+  enum EnumEnterpriseCooperationSignStatus {
+    /**鏈绾� */
+    None = 10,
+    /**宸茬绾� */
+    Completed = 20,
+  }
+
+  enum EnumEnterpriseCooperationStatus {
+    /**鏈悎浣� */
+    None = 10,
+    /**宸插悎浣� */
+    Completed = 20,
+  }
+
+  enum EnumEnterpriseCooperationWalletTransactionStatus {
+    /**寰呯‘璁� */
+    WaitSure = 10,
+    /**宸插埌璐� */
+    Success = 20,
+    /**鏈埌璐� */
+    Fail = 30,
+  }
+
   enum EnumEnterpriseCostStatus {
     /**鎵h垂鎴愬姛 */
     Success = 10,
@@ -663,11 +946,25 @@
     ElectronSign = 20,
   }
 
+  enum EnumEnterpriseEmployeeSource {
+    /**鍐呴儴 */
+    Internal = 10,
+    /**澶栭儴 */
+    External = 20,
+  }
+
   enum EnumEnterpriseRealMethod {
     /**浼佷笟涓夎绱� */
     Identity3 = 10,
     /**浼佷笟鍥涜绱� */
     Identity4 = 20,
+  }
+
+  enum EnumEnterpriseType {
+    /**渚涘簲鍟� */
+    Supplier = 0,
+    /**鐢叉柟浼佷笟 */
+    PartyA = 1,
   }
 
   enum EnumEnterpriseWalletAccess {
@@ -740,6 +1037,27 @@
     Transfer = 20,
   }
 
+  enum EnumGetArrangeTaskUsersQueryApplyStatus {
+    /**鏈姤鍚� */
+    None = 10,
+    /**宸叉姤鍚� */
+    Completed = 20,
+  }
+
+  enum EnumGetCheckReceiveTaskCheckInUsersQueryStatus {
+    /**宸茬鍒� */
+    CheckOut = 10,
+    /**鏈埌宀� */
+    UnCheck = 20,
+  }
+
+  enum EnumGetCheckReceiveTasksQueryResultItemCheckStatus {
+    /**鏈埌宀� */
+    None = 10,
+    /**宸茬鍒� */
+    Completed = 20,
+  }
+
   enum EnumGetEnterpriseEmployeesQuerySignContractStatus {
     /**鐏靛伐寰呯绾� */
     UserWait = 10,
@@ -747,6 +1065,11 @@
     EnterpriseWait = 20,
     /**宸茬绾� */
     Pass = 30,
+  }
+
+  enum EnumInsuranceSupplierAccess {
+    /**浜鸿祫鍥� */
+    WaterDropCloud = 10,
   }
 
   enum EnumLogLevel {
@@ -849,6 +1172,15 @@
     Real = 100,
   }
 
+  enum EnumReadScene {
+    /**C绔汉鍛� */
+    TaskUserApplyForPersonal = 0,
+    /**C绔汉鍛� */
+    TaskUserHirePassForPersonal = 1,
+    /**C绔汉鍛� */
+    TaskUserArrangePassForPersonal = 2,
+  }
+
   enum EnumRealAccess {
     /**涓婁笂绛� */
     BestSign = 10,
@@ -865,44 +1197,62 @@
     FlexJobServerTaskUser = 2,
     /**浠诲姟楠屾敹 */
     FlexJobServerTaskCheckReceive = 3,
+    /**鎶曚繚浜у搧 */
+    FlexJobServerInsuranceProduct = 4,
+    /**浼佷笟鎶曚繚浜у搧 */
+    FlexJobServerEnterpriseInsuranceProduct = 5,
     /**缂栧彿鍦板潃 */
-    CommonServerCodeUrls = 4,
+    CommonServerCodeUrls = 6,
     /**鏂囦欢 */
-    CommonServerFileUtils = 5,
+    CommonServerFileUtils = 7,
+    /**浜嬩欢 */
+    CommonServerEventUtils = 8,
     /**鏂囧瓧璇嗗埆 */
-    CommonServerOcrUtils = 6,
+    CommonServerOcrUtils = 9,
     /**鏃ュ織璁板綍 */
-    CommonServerLogRecords = 7,
+    CommonServerLogRecords = 10,
     /**鍚屾鏁版嵁搴� */
-    CommonServerSyncDatabase = 8,
+    CommonServerSyncDatabase = 11,
     /**鐭俊宸ュ叿 */
-    CommonServerSmsUtils = 9,
+    CommonServerSmsUtils = 12,
+    /**閰嶇疆 */
+    CommonServerSettings = 13,
+    /**宸茶 */
+    CommonServerReadRecord = 14,
+    /**寰俊灏忕▼搴� */
+    CommonServerWxmp = 15,
     /**鐢ㄦ埛璁よ瘉 */
-    UserServerAuth = 10,
+    UserServerAuth = 16,
     /**鐢ㄦ埛鑿滃崟 */
-    UserServerMenu = 11,
+    UserServerMenu = 17,
     /**鐢ㄦ埛璧勬簮 */
-    UserServerResource = 12,
+    UserServerResource = 18,
     /**鐢ㄦ埛瑙掕壊 */
-    UserServerRole = 13,
+    UserServerRole = 19,
     /**鐢ㄦ埛淇℃伅 */
-    UserServerUser = 14,
+    UserServerUser = 20,
     /**鐢ㄦ埛閽卞寘 */
-    UserServerUserWallet = 15,
+    UserServerUserWallet = 21,
     /**鐢靛瓙绛� */
-    UserServerElectronSign = 16,
+    UserServerElectronSign = 22,
     /**鐢ㄦ埛绠�鍘� */
-    UserServerUserResume = 17,
+    UserServerUserResume = 23,
     /**浼佷笟淇℃伅 */
-    UserServerEnterprise = 18,
+    UserServerEnterprise = 24,
     /**浼佷笟閽卞寘 */
-    UserServerEnterpriseWallet = 19,
+    UserServerEnterpriseWallet = 25,
+    /**浼佷笟鍚堜綔閽卞寘 */
+    UserServerEnterpriseCooperationWallet = 26,
     /**鐏靛伐淇℃伅 */
-    UserServerEnterpriseEmployee = 20,
+    UserServerEnterpriseEmployee = 27,
     /**鐢靛瓙绛� */
-    ElectronSignServerElectronSign = 21,
-    /**鐢靛瓙绛� */
-    ToolServerSms = 22,
+    ElectronSignServerElectronSign = 28,
+    /**鐭俊 */
+    ToolServerSms = 29,
+    /**灏忕▼搴� */
+    ToolServerWxmp = 30,
+    /**淇濋櫓 */
+    WaterDropCloudServerInsurance = 31,
   }
 
   enum EnumResourceMethod {
@@ -962,6 +1312,22 @@
     Fail = 30,
   }
 
+  enum EnumTaskApplyStatus {
+    /**寰呭紑濮� */
+    Wait = 10,
+    /**杩涜涓� */
+    InProcess = 20,
+    /**宸茬粨鏉� */
+    End = 21,
+  }
+
+  enum EnumTaskCheckReceiveMethod {
+    /**浜哄伐绛惧埌 */
+    CheckIn = 10,
+    /**鑷富鎻愪氦 */
+    Submit = 20,
+  }
+
   enum EnumTaskCheckReceiveStatus {
     /**寰呮彁浜� */
     WaitSubmit = 10,
@@ -969,6 +1335,13 @@
     WaitCheckReceive = 20,
     /**宸查獙鏀� */
     Completed = 30,
+  }
+
+  enum EnumTaskPaymentMethod {
+    /**鐩存帴鍙戞斁 */
+    Direct = 10,
+    /**鎻愮幇鍙戞斁 */
+    Withdraw = 20,
   }
 
   enum EnumTaskRecommendStatus {
@@ -983,6 +1356,15 @@
     InProcess = 20,
     /**宸插仠姝� */
     Stopped = 100,
+  }
+
+  enum EnumTaskSettlementAuditStatus {
+    /**寰呭鏍� */
+    Wait = 10,
+    /**瀹℃牳閫氳繃 */
+    Pass = 20,
+    /**椹冲洖 */
+    Fail = 30,
   }
 
   enum EnumTaskSettlementOrderStatus {
@@ -1012,6 +1394,13 @@
     Complete = 20,
   }
 
+  enum EnumTaskUserApplyStatus {
+    /**鏈姤鍚� */
+    None = 10,
+    /**宸叉姤鍚� */
+    Completed = 20,
+  }
+
   enum EnumTaskUserArrangeStatus {
     /**鏈畨鎺� */
     Wait = 10,
@@ -1026,6 +1415,8 @@
     Pass = 20,
     /**宸茶阿缁� */
     Refuse = 30,
+    /**宸插彇娑� */
+    Cancel = 40,
   }
 
   enum EnumTaskUserSignContractStatus {
@@ -1037,6 +1428,15 @@
     Refuse = 30,
     /**宸茬粓姝� */
     Stop = 50,
+  }
+
+  enum EnumTaskUserSubmitCheckHistoryType {
+    /**绛惧埌 */
+    CheckIn = 10,
+    /**绛惧嚭 */
+    CheckOut = 20,
+    /**鏈埌宀� */
+    UnCheckIn = 30,
   }
 
   enum EnumTaskUserSubmitCheckReceiveStatus {
@@ -1254,6 +1654,58 @@
     VERIFYING = 2,
   }
 
+  enum EnumWxmpSubscribMessageTemplate {
+    /**宸ユ槗璧� */
+    HireCompletedToPersonal = 0,
+    /**宸ユ槗璧� */
+    ElectronSignStatusChangedForPersonal = 1,
+    /**宸ユ槗璧� */
+    ArrangeCompletedToPersonal = 2,
+    /**宸ユ槗璧� */
+    TaskCheckReceiveResultToPersonal = 3,
+    /**宸ユ槗璧� */
+    SettlementReceiveToPersonal = 4,
+    /**鐏靛伐杈� */
+    TaskCheckReceiveResultToEnterprise = 5,
+    /**鐏靛伐杈� */
+    SettlementWaitAuditToEnterprise = 6,
+    /**鐏靛伐杈� */
+    SettlementReceiveToEnterprise = 7,
+    /**鐏靛伐杈� */
+    RechargeStatusChangedToEnterprise = 8,
+    /**娣橀棯宸� */
+    SettlementWaitSureToSupplier = 9,
+    /**娣橀棯宸� */
+    SettlementReceiveToSupplier = 10,
+    /**娣橀棯宸� */
+    RechargeStatusChangedToSupplier = 11,
+    /**娣橀棯宸� */
+    CheckInToSupplier = 12,
+  }
+
+  interface ExportEnterpriseBalanceDetailsCommand {
+    /** 浼佷笟閽卞寘Id */
+    enterpriseWalletId?: string;
+    /** 鍒涘缓鏃堕棿-璧峰 */
+    createdTimeStart?: string;
+    /** 鍒涘缓鏃堕棿-鎴 */
+    createdTimeEnd?: string;
+  }
+
+  interface ExportPersonalUserTransactionEreceiptsCommand {
+    /** 鍏抽敭瀛� */
+    keywords?: string;
+    transactionStatus?: EnumWalletTransactionStatus;
+    /** 鍒涘缓鏃堕棿-璧峰 */
+    createdTimeStart?: string;
+    /** 鍒涘缓鏃堕棿-鎴 */
+    createdTimeEnd?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 浼佷笟閽卞寘Id */
+    enterpriseWalletId?: string;
+  }
+
   interface ExportTaskCheckReceiveTaskUsersCommand {
     /** 浠诲姟Id */
     id?: string;
@@ -1262,6 +1714,39 @@
   interface ExportTaskSettlementOrderRostersCommand {
     /** 缁撶畻璁㈠崟Id */
     id?: string;
+  }
+
+  interface ExportTaskSettlementOrdersCommand {
+    /** 鍏抽敭瀛� */
+    keywords?: string;
+    /** 浠诲姟Id */
+    taskInfoId?: string;
+    paymentStatus?: GetSettlementTasksQueryPaymentStatus;
+    settlementOrderStatus?: EnumTaskSettlementOrderStatus;
+    settlementStatus?: EnumTaskSettlementStatus;
+    checkReceiveStatus?: EnumTaskCheckReceiveStatus;
+    /** 缁撶畻鏃堕棿-璧峰 */
+    settlementTimeBegin?: string;
+    /** 缁撶畻鏃堕棿-鎴 */
+    settlementTimeEnd?: string;
+  }
+
+  interface FriendlyResultBatchEnterpriseSignContractCommandResult {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    data?: BatchEnterpriseSignContractCommandResult;
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
   }
 
   interface FriendlyResultBoolean {
@@ -1283,6 +1768,60 @@
     timestamp?: number;
   }
 
+  interface FriendlyResultBuildOperatorTokenCommandResult {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    data?: BuildOperatorTokenCommandResult;
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
+  interface FriendlyResultCalcTaskCheckReceiveCommandResult {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    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;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
   interface FriendlyResultEnterpriseUserElectronSignCommandResult {
     /** 璺熻釜Id */
     traceId?: string;
@@ -1291,6 +1830,25 @@
     /** 閿欒鐮� */
     errorCode?: string;
     data?: EnterpriseUserElectronSignCommandResult;
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
+  interface FriendlyResultFileContentResult {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    /** 鏁版嵁 */
+    data?: string;
     /** 鎵ц鎴愬姛 */
     success?: boolean;
     /** 閿欒淇℃伅 */
@@ -1355,6 +1913,24 @@
     timestamp?: number;
   }
 
+  interface FriendlyResultGetCheckReceiveTaskCheckInUsersQueryResult {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    data?: GetCheckReceiveTaskCheckInUsersQueryResult;
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
   interface FriendlyResultGetCheckReceiveTaskQueryResult {
     /** 璺熻釜Id */
     traceId?: string;
@@ -1381,6 +1957,24 @@
     /** 閿欒鐮� */
     errorCode?: string;
     data?: GetCheckReceiveTasksQueryResult;
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
+  interface FriendlyResultGetCheckReceiveTaskUserSubmitCheckHistoriesQueryResult {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    data?: GetCheckReceiveTaskUserSubmitCheckHistoriesQueryResult;
     /** 鎵ц鎴愬姛 */
     success?: boolean;
     /** 閿欒淇℃伅 */
@@ -1499,6 +2093,60 @@
     timestamp?: number;
   }
 
+  interface FriendlyResultGetCooperationWalletRechargeTransactionQueryResult {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    data?: GetCooperationWalletRechargeTransactionQueryResult;
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
+  interface FriendlyResultGetCooperationWalletRechargeTransactionsQueryResult {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    data?: GetCooperationWalletRechargeTransactionsQueryResult;
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
+  interface FriendlyResultGetCooperationWalletsQueryResult {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    data?: GetCooperationWalletsQueryResult;
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
   interface FriendlyResultGetDbAuditLogsQueryResult {
     /** 璺熻釜Id */
     traceId?: string;
@@ -1607,6 +2255,42 @@
     timestamp?: number;
   }
 
+  interface FriendlyResultGetEnterpriseInsuranceProductsQueryResult {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    data?: GetEnterpriseInsuranceProductsQueryResult;
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
+  interface FriendlyResultGetEnterpriseInsuranceSettingQueryResult {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    data?: GetEnterpriseInsuranceSettingQueryResult;
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
   interface FriendlyResultGetEnterpriseLoginInfoQueryResult {
     /** 璺熻釜Id */
     traceId?: string;
@@ -1643,6 +2327,24 @@
     timestamp?: number;
   }
 
+  interface FriendlyResultGetEnterpriseReceiveAccountQueryResult {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    data?: GetEnterpriseReceiveAccountQueryResult;
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
   interface FriendlyResultGetEnterpriseSmsSettingQueryResult {
     /** 璺熻釜Id */
     traceId?: string;
@@ -1651,6 +2353,24 @@
     /** 閿欒鐮� */
     errorCode?: string;
     data?: GetEnterpriseSmsSettingQueryResult;
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
+  interface FriendlyResultGetEnterpriseWalletBalancesQueryResult {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    data?: GetEnterpriseWalletBalancesQueryResult;
     /** 鎵ц鎴愬姛 */
     success?: boolean;
     /** 閿欒淇℃伅 */
@@ -1841,6 +2561,24 @@
     timestamp?: number;
   }
 
+  interface FriendlyResultGetInsuranceProductsQueryResult {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    data?: GetInsuranceProductsQueryResult;
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
   interface FriendlyResultGetLicenseOcrCommandResult {
     /** 璺熻釜Id */
     traceId?: string;
@@ -1867,6 +2605,42 @@
     /** 閿欒鐮� */
     errorCode?: string;
     data?: GetMenuQueryResult;
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
+  interface FriendlyResultGetOperationUserInfosQueryResult {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    data?: GetOperationUserInfosQueryResult;
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
+  interface FriendlyResultGetPartyAEnterpriseQueryResult {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    data?: GetPartyAEnterpriseQueryResult;
     /** 鎵ц鎴愬姛 */
     success?: boolean;
     /** 閿欒淇℃伅 */
@@ -2291,6 +3065,24 @@
     timestamp?: number;
   }
 
+  interface FriendlyResultGetTaskSettlementReleaseReportsQueryResult {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    data?: GetTaskSettlementReleaseReportsQueryResult;
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
   interface FriendlyResultGetTaskUserHireStatusQueryResult {
     /** 璺熻釜Id */
     traceId?: string;
@@ -2353,6 +3145,24 @@
     /** 閿欒鐮� */
     errorCode?: string;
     data?: GetTraceIdLogQueryResult;
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
+  interface FriendlyResultGetUserQueryResult {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    data?: GetUserQueryResult;
     /** 鎵ц鎴愬姛 */
     success?: boolean;
     /** 閿欒淇℃伅 */
@@ -2479,6 +3289,24 @@
     /** 閿欒鐮� */
     errorCode?: string;
     data?: GetUserResumeWorkExperienceQueryResult;
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
+  interface FriendlyResultGetWxmpSettingsQueryResult {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    data?: GetWxmpSettingsQueryResult;
     /** 鎵ц鎴愬姛 */
     success?: boolean;
     /** 閿欒淇℃伅 */
@@ -2829,6 +3657,25 @@
     timestamp?: number;
   }
 
+  interface FriendlyResultListSelectOptionGuidGetSupplierEnterpriseSelectQueryOption {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    /** 鏁版嵁 */
+    data?: SelectOptionGuidGetSupplierEnterpriseSelectQueryOption[];
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
   interface FriendlyResultListSelectOptionGuidGetTaskSelectQueryOption {
     /** 璺熻釜Id */
     traceId?: string;
@@ -2838,6 +3685,25 @@
     errorCode?: string;
     /** 鏁版嵁 */
     data?: SelectOptionGuidGetTaskSelectQueryOption[];
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
+  interface FriendlyResultListSelectOptionNullableGuidGetEnterpriseInsuranceProductSelectQueryOption {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    /** 鏁版嵁 */
+    data?: SelectOptionNullableGuidGetEnterpriseInsuranceProductSelectQueryOption[];
     /** 鎵ц鎴愬姛 */
     success?: boolean;
     /** 閿欒淇℃伅 */
@@ -2994,14 +3860,14 @@
     timestamp?: number;
   }
 
-  interface FriendlyResultPagedListQueryResultGetOperationUserInfosQueryResultItem {
+  interface FriendlyResultPagedListQueryResultGetPartyAEnterprisesQueryResultItem {
     /** 璺熻釜Id */
     traceId?: string;
     /** 鐘舵�佺爜 */
     code?: number;
     /** 閿欒鐮� */
     errorCode?: string;
-    data?: PagedListQueryResultGetOperationUserInfosQueryResultItem;
+    data?: PagedListQueryResultGetPartyAEnterprisesQueryResultItem;
     /** 鎵ц鎴愬姛 */
     success?: boolean;
     /** 閿欒淇℃伅 */
@@ -3020,6 +3886,24 @@
     /** 閿欒鐮� */
     errorCode?: string;
     data?: PagedListQueryResultGetRolesQueryResultItem;
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
+  interface FriendlyResultPagedListQueryResultGetSupplierEnterprisesQueryResultItem {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    data?: PagedListQueryResultGetSupplierEnterprisesQueryResultItem;
     /** 鎵ц鎴愬姛 */
     success?: boolean;
     /** 閿欒淇℃伅 */
@@ -3194,10 +4078,12 @@
     /** 鍏抽敭瀛楋紙濮撳悕/韬唤璇�/鐢佃瘽锛� */
     keywords?: string;
     arrangeStatus?: EnumTaskUserArrangeStatus;
+    applyStatus?: EnumGetArrangeTaskUsersQueryApplyStatus;
     pageModel?: PagedListQueryPageModel;
   }
 
   interface GetArrangeTaskUsersQueryResult {
+    objectData?: GetArrangeTaskUsersQueryResultObjectData;
     pageModel?: PagedListQueryResultPageModel;
     /** 鏁版嵁 */
     data?: GetArrangeTaskUsersQueryResultItem[];
@@ -3206,6 +4092,8 @@
   interface GetArrangeTaskUsersQueryResultItem {
     /** 鐏靛伐Id */
     id?: string;
+    /** 浠诲姟浜哄憳Id */
+    taskInfoUserId?: string;
     /** 澶村儚 */
     avatar?: string;
     /** 濮撳悕 */
@@ -3237,6 +4125,11 @@
     arrangeStatus?: EnumTaskUserArrangeStatus;
   }
 
+  interface GetArrangeTaskUsersQueryResultObjectData {
+    /** 鏄惁鍐呴儴浠诲姟 */
+    isInternal?: boolean;
+  }
+
   interface GetBankOcrCommand {
     access?: EnumOcrAccess;
     /** 鍦烘櫙 */
@@ -3250,6 +4143,40 @@
   interface GetBankOcrCommandResult {
     /** 鍗″彿 */
     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 {
@@ -3289,12 +4216,37 @@
     /** 鏄惁瀹炲悕 */
     isReal?: boolean;
     realMethod?: EnumUserRealMethod;
+    /** 鐢ㄦ埛绛惧埌鏃堕棿 */
+    userCheckInTime?: string;
+    /** 鐢ㄦ埛绛惧嚭鏃堕棿 */
+    userCheckOutTime?: string;
+    userCheckHistoryType?: EnumTaskUserSubmitCheckHistoryType;
+    /** 鐢ㄦ埛鎿嶄綔浜� */
+    userOperator?: string;
+    /** 浜哄伐绛惧埌鏃堕棿 */
+    checkInTime?: string;
+    /** 浜哄伐绛惧嚭鏃堕棿 */
+    checkOutTime?: string;
+    checkHistoryType?: EnumTaskUserSubmitCheckHistoryType;
+    /** 鎿嶄綔浜� */
+    checkOperator?: string;
+    /** 鎿嶄綔浜� */
+    operator?: string;
     /** 鏈�杩戞彁浜ゆ椂闂� */
     lastSubmitTime?: string;
     checkReceiveStatus?: EnumTaskCheckReceiveStatus;
+    submitCheckReceiveStatus?: EnumTaskUserSubmitCheckReceiveStatus;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
   }
 
   interface GetCheckReceiveTaskQueryResultObjectData {
+    /** 渚涘簲鍟咺d */
+    supplierEnterpriseId?: string;
+    /** 鏄惁鍐呴儴浠诲姟 */
+    isInternal?: boolean;
+    /** 闇�姹備汉鏁� */
+    needPeopleNumber?: number;
     /** 浠诲姟鍚嶇О */
     name?: string;
     /** 浠诲姟鍗曞彿 */
@@ -3302,11 +4254,27 @@
     billingMethod?: EnumBillingMethod;
     /** 鏈嶅姟璐� */
     serviceFee?: number;
+    /** 鏍稿畾宸ユ椂 */
+    verifyWorkHours?: number;
+    /** 瓒呮椂鏈嶅姟璐� */
+    timeoutServiceFee?: number;
+    /** 鎬讳欢鏁� */
+    totalPieceQuantity?: number;
     settlementCycle?: EnumSettlementCycle;
     /** 浠诲姟寮�濮嬫椂闂� */
     beginTime?: string;
     /** 浠诲姟缁撴潫鏃堕棿 */
     endTime?: string;
+    /** 鎶ュ悕寮�濮嬫椂闂� */
+    applyBeginTime?: string;
+    /** 鎶ュ悕缁撴潫鏃堕棿 */
+    applyEndTime?: string;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
+    paymentMethod?: EnumTaskPaymentMethod;
+    settlementAccess?: EnumEnterpriseWalletAccess;
+    /** 浠诲姟鎻忚堪 */
+    description?: string;
     /** 浠诲姟鍦扮偣鍚嶇О */
     addressName?: string;
   }
@@ -3333,6 +4301,12 @@
   interface GetCheckReceiveTasksQueryResultItem {
     /** 浠诲姟Id */
     id?: string;
+    /** 渚涘簲鍟咺d */
+    supplierEnterpriseId?: string;
+    /** 鏄惁鍐呴儴浠诲姟 */
+    isInternal?: boolean;
+    /** 闇�姹備汉鏁� */
+    needPeopleNumber?: number;
     /** 浠诲姟鍚嶇О */
     name?: string;
     /** 浠诲姟鍗曞彿 */
@@ -3340,6 +4314,12 @@
     billingMethod?: EnumBillingMethod;
     /** 鏈嶅姟璐� */
     serviceFee?: number;
+    /** 鏍稿畾宸ユ椂 */
+    verifyWorkHours?: number;
+    /** 瓒呮椂鏈嶅姟璐� */
+    timeoutServiceFee?: number;
+    /** 鎬讳欢鏁� */
+    totalPieceQuantity?: number;
     settlementCycle?: EnumSettlementCycle;
     /** 鍙戝竷鏃堕棿 */
     createdTime?: string;
@@ -3347,24 +4327,115 @@
     beginTime?: string;
     /** 浠诲姟缁撴潫鏃堕棿 */
     endTime?: string;
+    /** 鎶ュ悕寮�濮嬫椂闂� */
+    applyBeginTime?: string;
+    /** 鎶ュ悕缁撴潫鏃堕棿 */
+    applyEndTime?: string;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
+    paymentMethod?: EnumTaskPaymentMethod;
+    settlementAccess?: EnumEnterpriseWalletAccess;
+    /** 浠诲姟鎻忚堪 */
+    description?: string;
     /** 浠诲姟鍦扮偣鍚嶇О */
     addressName?: string;
     checkReceiveStatus?: EnumTaskCheckReceiveStatus;
     /** 鏈�杩戦獙鏀舵椂闂� */
     lastCheckReceiveTime?: string;
+    checkedStatus?: EnumGetCheckReceiveTasksQueryResultItemCheckStatus;
+    /** 浜哄憳鏁伴噺 */
+    arrangeUserCount?: number;
+  }
+
+  interface GetCheckReceiveTaskUserSubmitCheckHistoriesQuery {
+    /** 浠诲姟Id */
+    taskInfoId?: string;
+    /** 浠诲姟浜哄憳Id */
+    taskInfoUserId?: string;
+    /** 鏃ユ湡 */
+    date?: string;
+    type?: EnumTaskUserSubmitCheckHistoryType;
+    pageModel?: PagedListQueryPageModel;
+  }
+
+  interface GetCheckReceiveTaskUserSubmitCheckHistoriesQueryResult {
+    pageModel?: PagedListQueryResultPageModel;
+    /** 鏁版嵁 */
+    data?: GetCheckReceiveTaskUserSubmitCheckHistoriesQueryResultItem[];
+  }
+
+  interface GetCheckReceiveTaskUserSubmitCheckHistoriesQueryResultItem {
+    /** 璁板綍Id */
+    id?: string;
+    /** 澶村儚 */
+    avatar?: string;
+    /** 濮撳悕 */
+    name?: string;
+    /** 韬唤璇佸彿 */
+    identity?: string;
+    gender?: EnumUserGender;
+    /** 骞撮緞 */
+    age?: number;
+    /** 鎵嬫満鍙� */
+    contactPhoneNumber?: string;
+    /** 鏄惁瀹炲悕 */
+    isReal?: boolean;
+    realMethod?: EnumUserRealMethod;
+    /** 绛惧埌绛惧嚭鏃堕棿 */
+    checkTime?: string;
+    /** 鎿嶄綔浜� */
+    operator?: string;
+    operatorType?: EnumUserType;
+    type?: EnumTaskUserSubmitCheckHistoryType;
   }
 
   interface GetCheckReceiveTaskUserSubmitQueryResult {
     /** 鎻愪氦Id */
     id?: string;
+    /** 浠诲姟浜哄憳Id */
+    taskInfoUserId?: string;
+    /** 鏄惁鍐呴儴浠诲姟 */
+    isInternal?: boolean;
     enterpriseEmployeeUser?: GetCheckReceiveTaskUserSubmitsQueryResultObjectDataEnterpriseEmployeeUser;
     /** 楠屾敹鏃堕棿 */
     date?: string;
     /** 鎻愪氦鏃堕棿 */
     createdTime?: string;
     checkReceiveStatus?: EnumTaskUserSubmitCheckReceiveStatus;
+    /** 鐢ㄦ埛绛惧埌鏃堕棿 */
+    userCheckInTime?: string;
+    /** 鐢ㄦ埛绛惧嚭鏃堕棿 */
+    userCheckOutTime?: string;
+    userCheckHistoryType?: EnumTaskUserSubmitCheckHistoryType;
+    /** 鐢ㄦ埛鎿嶄綔浜� */
+    userOperator?: string;
+    /** 浜哄伐绛惧埌鏃堕棿 */
+    checkInTime?: string;
+    /** 浜哄伐绛惧嚭鏃堕棿 */
+    checkOutTime?: string;
+    checkHistoryType?: EnumTaskUserSubmitCheckHistoryType;
+    /** 鎿嶄綔浜� */
+    checkOperator?: string;
+    /** 鎿嶄綔浜� */
+    operator?: string;
     /** 楠屾敹鐓х墖 */
     files?: string[];
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
+    /** 浠诲姟瓒呮椂鏈嶅姟璐瑰崟浠� */
+    timeoutServiceFee?: number;
+    /** 鏈嶅姟璐癸紙鍏冿級 */
+    serviceFee?: number;
+    /** 瓒呮椂锛堝皬鏃讹級 */
+    timeoutHours?: number;
+    /** 瓒呮椂璐圭敤锛堝厓锛� */
+    timeoutFee?: number;
+    /** 鍏朵粬璐圭敤锛堝厓锛� */
+    otherFee?: number;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 缁撶畻閲戦 */
+    settlementAmount?: number;
   }
 
   interface GetCheckReceiveTaskUserSubmitsQuery {
@@ -3387,6 +4458,22 @@
     id?: string;
     /** 楠屾敹鏃堕棿 */
     date?: string;
+    /** 鐢ㄦ埛绛惧埌鏃堕棿 */
+    userCheckInTime?: string;
+    /** 鐢ㄦ埛绛惧嚭鏃堕棿 */
+    userCheckOutTime?: string;
+    userCheckHistoryType?: EnumTaskUserSubmitCheckHistoryType;
+    /** 鐢ㄦ埛鎿嶄綔浜� */
+    userOperator?: string;
+    /** 浜哄伐绛惧埌鏃堕棿 */
+    checkInTime?: string;
+    /** 浜哄伐绛惧嚭鏃堕棿 */
+    checkOutTime?: string;
+    checkHistoryType?: EnumTaskUserSubmitCheckHistoryType;
+    /** 鎿嶄綔浜� */
+    checkOperator?: string;
+    /** 鎿嶄綔浜� */
+    operator?: string;
     /** 鎻愪氦鏃堕棿 */
     createdTime?: string;
     /** 楠屾敹鐓х墖 */
@@ -3394,6 +4481,8 @@
     checkReceiveStatus?: EnumTaskUserSubmitCheckReceiveStatus;
     /** 楠屾敹鏃堕棿 */
     checkReceiveTime?: string;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
   }
 
   interface GetCheckReceiveTaskUserSubmitsQueryResultObjectData {
@@ -3431,6 +4520,10 @@
     endTime?: string;
     /** 浠诲姟鍦扮偣鍚嶇О */
     addressName?: string;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
+    /** 鏄惁鍐呴儴浠诲姟 */
+    isInternal?: boolean;
   }
 
   interface GetCodeUrlQueryResult {
@@ -3548,12 +4641,25 @@
     access?: EnumElectronSignAccess;
     /** 妯℃澘Id */
     templateId?: string;
+    /** 鏄惁鑷姩绛� */
+    isAutoSign?: boolean;
+    /** 鑷姩绛炬巿鏉冧功 */
+    autoSignPowerAttorneyUrl?: string;
     /** 鍙橀噺 */
     values?: GetContractTemplateQueryResultValue[];
+    /** 鍙橀噺 */
+    customContents?: GetContractTemplateQueryResultCustomContent[];
     /** 鍒涘缓鎿嶄綔浜� */
     createdUserId?: string;
     /** 鏄惁浼佷笟鐢ㄦ埛鍒涘缓 */
     isEnterpriseUserCreated?: boolean;
+  }
+
+  interface GetContractTemplateQueryResultCustomContent {
+    /** 鍙橀噺浠g爜 */
+    name?: string;
+    /** 鍊� */
+    value?: string;
   }
 
   interface GetContractTemplateQueryResultValue {
@@ -3570,6 +4676,113 @@
     bindProperty?: string;
     /** 鏄惁蹇呭~ */
     required?: boolean;
+    /** 鍧愭爣X */
+    x?: number;
+    /** 鍧愭爣Y */
+    y?: number;
+    /** 椤电爜 */
+    page?: number;
+  }
+
+  interface GetCooperationWalletRechargeTransactionQueryResult {
+    /** 浜ゆ槗Id */
+    id?: string;
+    /** 鍚堜綔Id */
+    cooperationId?: string;
+    /** 杩涜处鍗曚綅 */
+    receiveUnit?: string;
+    /** 寮�鎴峰悕绉� */
+    receiveName?: string;
+    /** 寮�鎴烽摱琛� */
+    receiveBank?: string;
+    /** 寮�鎴锋敮琛� */
+    receiveBankBranch?: string;
+    /** 寮�鎴疯处鍙� */
+    receiveAccount?: string;
+    /** 鍏呭�奸噾棰� */
+    amount?: number;
+    /** 鍏呭�兼椂闂� */
+    createdTime?: string;
+    /** 澶囨敞 */
+    remark?: string;
+    transactionStatus?: EnumEnterpriseCooperationWalletTransactionStatus;
+    /** 鍑瘉 */
+    files?: string[];
+  }
+
+  interface GetCooperationWalletRechargeTransactionsQuery {
+    /** 鍚堜綔Id */
+    cooperationId?: string;
+    /** 鍏抽敭瀛� */
+    keywords?: string;
+    pageModel?: PagedListQueryPageModel;
+  }
+
+  interface GetCooperationWalletRechargeTransactionsQueryResult {
+    pageModel?: PagedListQueryResultPageModel;
+    /** 鏁版嵁 */
+    data?: GetCooperationWalletRechargeTransactionsQueryResultItem[];
+  }
+
+  interface GetCooperationWalletRechargeTransactionsQueryResultItem {
+    /** 浜ゆ槗Id */
+    id?: string;
+    /** 閽卞寘Id */
+    walletId?: string;
+    /** 渚涘簲鍟咺d */
+    supplierEnterpriseId?: string;
+    /** 渚涘簲鍟嗗悕绉� */
+    supplierEnterpriseName?: string;
+    /** 鐢叉柟浼佷笟Id */
+    partyAEnterpriseId?: string;
+    /** 鐢叉柟浼佷笟鍚嶇О */
+    partyAEnterpriseName?: string;
+    /** 鐢叉柟浼佷笟缁熶竴绀句細淇$敤浠g爜 */
+    partyAEnterpriseSocietyCreditCode?: string;
+    /** 寮�鎴烽摱琛� */
+    receiveBank?: string;
+    /** 寮�鎴锋敮琛� */
+    receiveBankBranch?: string;
+    /** 寮�鎴疯处鍙� */
+    receiveAccount?: string;
+    /** 鍏呭�奸噾棰� */
+    amount?: number;
+    /** 鍏呭�兼椂闂� */
+    createdTime?: string;
+    transactionStatus?: EnumEnterpriseCooperationWalletTransactionStatus;
+  }
+
+  interface GetCooperationWalletsQuery {
+    pageModel?: PagedListQueryPageModel;
+  }
+
+  interface GetCooperationWalletsQueryResult {
+    pageModel?: PagedListQueryResultPageModel;
+    /** 鏁版嵁 */
+    data?: GetCooperationWalletsQueryResultItem[];
+  }
+
+  interface GetCooperationWalletsQueryResultItem {
+    /** 鍚堜綔Id */
+    id?: string;
+    /** 渚涘簲鍟咺d */
+    supplierEnterpriseId?: string;
+    /** 渚涘簲鍟嗗悕绉� */
+    supplierEnterpriseName?: string;
+    /** 渚涘簲鍟嗗紑鎴锋�昏 */
+    supplierEnterpriseBank?: string;
+    /** 渚涘簲鍟嗗紑鎴锋敮琛� */
+    supplierEnterpriseBankBranch?: string;
+    /** 渚涘簲鍟嗘埛鍙� */
+    supplierEnterpriseAccount?: string;
+    /** 鐢叉柟浼佷笟Id */
+    partyAEnterpriseId?: string;
+    /** 鐢叉柟浼佷笟鍚嶇О */
+    partyAEnterpriseName?: string;
+    /** 鐢叉柟浼佷笟缁熶竴绀句細淇$敤浠g爜 */
+    partyAEnterpriseSocietyCreditCode?: string;
+    /** 浣欓 */
+    balance?: number;
   }
 
   type GetCurrentLogierMenusQuery = Record<string, any>;
@@ -3764,8 +4977,6 @@
     content?: string[];
   }
 
-  type GetEnterpriseContractTemplateSelectQuery = Record<string, any>;
-
   interface GetEnterpriseContractTemplateSelectQueryOption {
     /** Id */
     id?: string;
@@ -3810,6 +5021,8 @@
     /** 妯℃澘Id */
     templateId?: string;
     access?: EnumElectronSignAccess;
+    /** 鏄惁鑷姩绛� */
+    isAutoSign?: boolean;
     /** 涓氬姟缂栫爜 */
     code?: string;
     /** 妯℃澘 */
@@ -3856,6 +5069,10 @@
     enterpriseSignContractTime?: string;
     /** 鐢靛瓙鍚堝悓 */
     contractUrl?: string;
+    /** 鍗忚璧峰鏃堕棿 */
+    contractBegin?: string;
+    /** 鍗忚缁堟鏃堕棿 */
+    contractEnd?: string;
     userSignContractStatus?: EnumTaskUserSignContractStatus;
   }
 
@@ -3866,13 +5083,22 @@
     createdTimeStart?: string;
     /** 鐧昏鏃堕棿-鏈�鏅氭椂闂� */
     createdTimeEnd?: string;
+    /** 鐏靛伐绛剧害鏃堕棿-鏈�鏃╂椂闂� */
+    userSignContractTimeStart?: string;
+    /** 鐏靛伐绛剧害鏃堕棿-鏈�鏅氭椂闂� */
+    userSignContractTimeEnd?: string;
     /** 绛剧害鏃堕棿-鏈�鏃╂椂闂� */
     signContractTimeStart?: string;
     /** 绛剧害鏃堕棿-鏈�鏅氭椂闂� */
     signContractTimeEnd?: string;
     hireStatus?: EnumTaskUserHireStatus;
+    /** 瀹炲悕鏃堕棿-鏈�鏃╂椂闂� */
+    userRealTimeStart?: string;
+    /** 瀹炲悕鏃堕棿-鏈�鏅氭椂闂� */
+    userRealTimeEnd?: string;
     /** 鏄惁瀹炲悕 */
     isReal?: boolean;
+    source?: EnumEnterpriseEmployeeSource;
     userSignContractStatus?: EnumTaskUserSignContractStatus;
     enterpriseSignContractStatus?: EnumTaskUserSignContractStatus;
     signContractStatus?: EnumGetEnterpriseEmployeesQuerySignContractStatus;
@@ -3888,6 +5114,8 @@
   interface GetEnterpriseEmployeesQueryResultItem {
     /** 鐏靛伐Id */
     id?: string;
+    /** 浼佷笟Id */
+    enterpriseId?: string;
     /** 澶村儚 */
     avatar?: string;
     /** 濮撳悕 */
@@ -3929,7 +5157,87 @@
     enterpriseSignContractTime?: string;
     /** 鐢靛瓙鍚堝悓 */
     contractUrl?: string;
+    /** 鍗忚璧峰鏃堕棿 */
+    contractBegin?: string;
+    /** 鍗忚缁堟鏃堕棿 */
+    contractEnd?: string;
+    source?: EnumEnterpriseEmployeeSource;
+    /** 鏉ユ簮鍚嶇О */
+    sourceName?: string;
+    /** 鍒涘缓鏃堕棿 */
     createdTime?: string;
+  }
+
+  interface GetEnterpriseInsuranceProductSelectQueryOption {
+    /** Id */
+    id?: string;
+    /** 浜у搧鍚嶇О */
+    name?: string;
+  }
+
+  interface GetEnterpriseInsuranceProductsQuery {
+    /** 浼佷笟鍚堜綔Id */
+    enterpriseCooperationId: string;
+    /** 鍏抽敭瀛� */
+    keywords?: string;
+    /** 淇濋櫓鍏徃缂栧彿 */
+    supplierCode?: string;
+    /** 淇濋櫓闄╃缂栧彿 */
+    typeCode?: string;
+    /** 淇濋缂栧彿 */
+    sumInsuredCode?: string;
+    /** 鎶曚繚鏂瑰紡缂栧彿 */
+    periodCode?: string;
+    /** 鏄惁绂佺敤 */
+    isDisabled?: boolean;
+    pageModel?: PagedListQueryPageModel;
+  }
+
+  interface GetEnterpriseInsuranceProductsQueryResult {
+    pageModel?: PagedListQueryResultPageModel;
+    /** 鏁版嵁 */
+    data?: GetEnterpriseInsuranceProductsQueryResultItem[];
+  }
+
+  interface GetEnterpriseInsuranceProductsQueryResultItem {
+    /** Id */
+    id?: string;
+    /** 淇濋櫓鍏徃缂栧彿 */
+    supplierCode?: string;
+    /** 淇濋櫓鍏徃 */
+    supplierContent?: string;
+    /** 浜у搧鍚嶇О */
+    name?: string;
+    /** 淇濋櫓闄╃缂栧彿 */
+    typeCode?: string;
+    /** 淇濋櫓闄╃ */
+    typeContent?: string;
+    /** 淇濋缂栧彿 */
+    sumInsuredCode?: string;
+    /** 淇濋 */
+    sumInsuredContent?: string;
+    /** 鎶曚繚鏂瑰紡缂栧彿 */
+    periodCode?: string;
+    /** 鎶曚繚鏂瑰紡 */
+    periodContent?: string;
+    /** 鑱屼笟绫诲埆缂栧彿 */
+    jobCategoryCode?: string;
+    /** 鑱屼笟绫诲埆 */
+    jobCategoryContent?: string;
+    /** 鎶曚繚鐗堟湰缂栧彿 */
+    versionCode?: string;
+    /** 鎶曚繚鐗堟湰 */
+    versionContent?: string;
+    /** 鏄惁绂佺敤 */
+    isDisabled?: boolean;
+  }
+
+  interface GetEnterpriseInsuranceSettingQueryResult {
+    /** Id */
+    id?: string;
+    insuranceSupplierAccess?: EnumInsuranceSupplierAccess;
+    /** 鎶曚繚渚涘簲鍟嗚处鍙� */
+    insuranceSupplierAccount?: string;
   }
 
   type GetEnterpriseLoginInfoQuery = Record<string, any>;
@@ -3944,6 +5252,8 @@
     gender?: EnumUserGender;
     /** 浼佷笟鍏ㄧО */
     enterpriseName?: string;
+    /** 浼佷笟鏄惁瀹炲悕 */
+    enterpriseIsReal?: boolean;
     /** 瑙掕壊 */
     roles?: string[];
     /** 鏄惁瀹炲悕 */
@@ -3952,6 +5262,8 @@
     collectedUserCount?: number;
     /** 鑱旂郴璁板綍 */
     contactedRecordCount?: number;
+    /** 缁戝畾寰俊蹇嵎鐧诲綍 */
+    bindWxmpId?: boolean;
   }
 
   interface GetEnterpriseQueryResult {
@@ -3991,6 +5303,19 @@
     taskCount?: number;
   }
 
+  type GetEnterpriseReceiveAccountQuery = Record<string, any>;
+
+  interface GetEnterpriseReceiveAccountQueryResult {
+    /** 寮�鎴峰悕绉� */
+    name?: string;
+    /** 寮�鎴锋�昏 */
+    bank?: string;
+    /** 寮�鎴锋敮琛� */
+    bankBranch?: string;
+    /** 鎴峰彿 */
+    account?: string;
+  }
+
   interface GetEnterpriseSmsSettingQueryResult {
     /** Id */
     id?: string;
@@ -4010,6 +5335,7 @@
   interface GetEnterprisesQueryResultItem {
     /** Id */
     id?: string;
+    type?: EnumEnterpriseType;
     /** 浼佷笟鍏ㄧО */
     enterpriseName?: string;
     /** 娉曚汉濮撳悕 */
@@ -4032,12 +5358,42 @@
     isConfigured?: boolean;
   }
 
-  type GetEnterpriseWalletAccessSelectQuery = Record<string, any>;
-
   interface GetEnterpriseWalletAccessSelectQueryOption {
     /** Id */
     id?: string;
     access?: EnumEnterpriseWalletAccess;
+  }
+
+  interface GetEnterpriseWalletBalancesQuery {
+    /** 鍏抽敭瀛� */
+    keywords?: string;
+    pageModel?: PagedListQueryPageModel;
+  }
+
+  interface GetEnterpriseWalletBalancesQueryResult {
+    pageModel?: PagedListQueryResultPageModel;
+    /** 鏁版嵁 */
+    data?: GetEnterpriseWalletBalancesQueryResultItem[];
+  }
+
+  interface GetEnterpriseWalletBalancesQueryResultItem {
+    /** 閽卞寘Id */
+    id?: string;
+    /** 浼佷笟鍏ㄧО */
+    enterpriseName?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    access?: EnumEnterpriseWalletAccess;
+    /** 鎵�灞為摱琛� */
+    bank?: string;
+    /** 璐﹀彿 */
+    identity?: string;
+    /** 浣欓 */
+    balance?: number;
+    /** 鍙敤浣欓 */
+    availableBalance?: number;
+    /** 宸插喕缁� */
+    freezeBalance?: number;
   }
 
   interface GetEnterpriseWalletExpandindirectOrderQueryResult {
@@ -4404,6 +5760,61 @@
     model?: BaiduOcrIdentityFrontResultModel;
   }
 
+  interface GetInsuranceProductsQuery {
+    /** 鍏抽敭瀛� */
+    keywords?: string;
+    /** 淇濋櫓鍏徃缂栧彿 */
+    supplierCode?: string;
+    /** 淇濋櫓闄╃缂栧彿 */
+    typeCode?: string;
+    /** 淇濋缂栧彿 */
+    sumInsuredCode?: string;
+    /** 鎶曚繚鏂瑰紡缂栧彿 */
+    periodCode?: string;
+    /** 鏄惁绂佺敤 */
+    isDisabled?: boolean;
+    pageModel?: PagedListQueryPageModel;
+  }
+
+  interface GetInsuranceProductsQueryResult {
+    pageModel?: PagedListQueryResultPageModel;
+    /** 鏁版嵁 */
+    data?: GetInsuranceProductsQueryResultItem[];
+  }
+
+  interface GetInsuranceProductsQueryResultItem {
+    /** Id */
+    id?: string;
+    /** 淇濋櫓鍏徃缂栧彿 */
+    supplierCode?: string;
+    /** 淇濋櫓鍏徃 */
+    supplierContent?: string;
+    /** 浜у搧鍚嶇О */
+    name?: string;
+    /** 淇濋櫓闄╃缂栧彿 */
+    typeCode?: string;
+    /** 淇濋櫓闄╃ */
+    typeContent?: string;
+    /** 淇濋缂栧彿 */
+    sumInsuredCode?: string;
+    /** 淇濋 */
+    sumInsuredContent?: string;
+    /** 鎶曚繚鏂瑰紡缂栧彿 */
+    periodCode?: string;
+    /** 鎶曚繚鏂瑰紡 */
+    periodContent?: string;
+    /** 鑱屼笟绫诲埆缂栧彿 */
+    jobCategoryCode?: string;
+    /** 鑱屼笟绫诲埆 */
+    jobCategoryContent?: string;
+    /** 鎶曚繚鐗堟湰缂栧彿 */
+    versionCode?: string;
+    /** 鎶曚繚鐗堟湰 */
+    versionContent?: string;
+    /** 鏄惁绂佺敤 */
+    isDisabled?: boolean;
+  }
+
   interface GetLicenseOcrCommand {
     access?: EnumOcrAccess;
     /** 鍦烘櫙 */
@@ -4440,6 +5851,7 @@
     /** 鏄惁閫夋嫨锛堢敤鎴疯鑹叉巿鏉冿級 */
     isChecked?: boolean;
     userType?: EnumUserType;
+    enterpriseType?: EnumEnterpriseType;
     clientType?: EnumClientType;
     /** 涓婄骇Id */
     parentId?: string;
@@ -4569,6 +5981,7 @@
     releaseStatus?: EnumTaskReleaseStatus;
     recommendStatus?: EnumTaskRecommendStatus;
     checkReceiveStatus?: EnumTaskCheckReceiveStatus;
+    applyStatus?: EnumTaskUserApplyStatus;
     pageModel?: PagedListQueryPageModel;
   }
 
@@ -4593,10 +6006,10 @@
     pageModel?: PagedListQueryPageModel;
   }
 
-  interface GetOperationUserInfosQuery {
-    /** 鍏抽敭瀛� */
-    keywords?: string;
-    pageModel?: PagedListQueryPageModel;
+  interface GetOperationUserInfosQueryResult {
+    pageModel?: PagedListQueryResultPageModel;
+    /** 鏁版嵁 */
+    data?: GetOperationUserInfosQueryResultItem[];
   }
 
   interface GetOperationUserInfosQueryResultItem {
@@ -4622,6 +6035,96 @@
     name?: string;
   }
 
+  interface GetPartyAEnterpriseQueryResult {
+    /** 鍚堜綔Id */
+    id?: string;
+    /** 鐢叉柟浼佷笟Id */
+    partyAEnterpriseId?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 娉曚汉濮撳悕 */
+    legalPerson?: string;
+    /** 娉曚汉韬唤璇佸彿 */
+    legalIdentity?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 娉ㄥ唽璧勬湰 */
+    registeredCapital?: string;
+    /** 浼佷笟绫诲瀷 */
+    enterpriseType?: string;
+    /** 鎴愮珛鏃ユ湡 */
+    establishmentDate?: string;
+    /** 鎵�鍦ㄧ渷浠界紪鍙� */
+    provinceCode?: string;
+    /** 鎵�鍦ㄧ渷浠� */
+    provinceContent?: string;
+    /** 鎵�鍦ㄥ煄甯傜紪鍙� */
+    cityCode?: string;
+    /** 鎵�鍦ㄥ煄甯� */
+    cityContent?: string;
+    /** 璇︾粏鍦板潃 */
+    address?: string;
+    /** 缁忚惀鑼冨洿 */
+    mainBusiness?: string;
+    /** 鑱旂郴浜� */
+    contacts?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactPhoneNumber?: string;
+    /** 鑱旂郴閭 */
+    contactEmail?: string;
+    cooperationStatus?: EnumEnterpriseCooperationStatus;
+    signStatus?: EnumEnterpriseCooperationSignStatus;
+    /** 鍚堜綔鍗忚 */
+    cooperationAgreementUrl?: string;
+    serviceFeeCollectType?: EnumEnterpriseCooperationServiceFeeCollectType;
+    /** 鏈嶅姟璐� */
+    serviceFeeRate?: number;
+    /** 鍙戠エ绋庣偣 */
+    invoiceTaxPointRate?: number;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 璐﹀彿 */
+    userName?: string;
+  }
+
+  interface GetPartyAEnterprisesQuery {
+    /** 鍏抽敭瀛� */
+    keywords?: string;
+    cooperationStatus?: EnumEnterpriseCooperationStatus;
+    signStatus?: EnumEnterpriseCooperationSignStatus;
+    pageModel?: PagedListQueryPageModel;
+  }
+
+  interface GetPartyAEnterprisesQueryResultItem {
+    /** 鍚堜綔Id */
+    id?: string;
+    /** 浼佷笟鍏ㄧО */
+    enterpriseName?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 瀹㈡埛ID */
+    partyAEnterpriseId?: string;
+    /** 娉曚汉濮撳悕 */
+    legalPerson?: string;
+    /** 鑱旂郴浜� */
+    contacts?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactPhoneNumber?: string;
+    /** 鎵�鍦ㄧ渷浠� */
+    provinceContent?: string;
+    /** 鎵�鍦ㄥ煄甯� */
+    cityContent?: string;
+    cooperationStatus?: EnumEnterpriseCooperationStatus;
+    signStatus?: EnumEnterpriseCooperationSignStatus;
+    serviceFeeCollectType?: EnumEnterpriseCooperationServiceFeeCollectType;
+    /** 鏈嶅姟璐� */
+    serviceFeeRate?: number;
+    /** 鍙戠エ绋庣偣 */
+    invoiceTaxPointRate?: number;
+    /** 鏄惁宸查厤缃� */
+    isConfigured?: boolean;
+  }
+
   interface GetPersonalApplyTaskInfosQuery {
     status?: GetPersonalApplyTaskInfosQueryStatus;
     pageModel?: PagedListQueryPageModel;
@@ -4636,21 +6139,43 @@
   interface GetPersonalApplyTaskInfosQueryResultItem {
     /** 浠诲姟Id */
     id?: string;
+    /** 渚涘簲鍟咺d */
+    supplierEnterpriseId?: string;
+    /** 闇�姹備汉鏁� */
+    needPeopleNumber?: number;
     /** 浠诲姟鍚嶇О */
     name?: string;
     /** 浠诲姟寮�濮嬫椂闂� */
     beginTime?: string;
     /** 浠诲姟缁撴潫鏃堕棿 */
     endTime?: string;
+    /** 鎶ュ悕寮�濮嬫椂闂� */
+    applyBeginTime?: string;
+    /** 鎶ュ悕缁撴潫鏃堕棿 */
+    applyEndTime?: string;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
+    paymentMethod?: EnumTaskPaymentMethod;
+    settlementAccess?: EnumEnterpriseWalletAccess;
+    /** 浠诲姟鎻忚堪 */
+    description?: string;
     billingMethod?: EnumBillingMethod;
     /** 鏈嶅姟璐� */
     serviceFee?: number;
+    /** 鏍稿畾宸ユ椂 */
+    verifyWorkHours?: number;
+    /** 瓒呮椂鏈嶅姟璐� */
+    timeoutServiceFee?: number;
+    /** 鎬讳欢鏁� */
+    totalPieceQuantity?: number;
     settlementCycle?: EnumSettlementCycle;
     /** 绂忓埄 */
     benefits?: GetTaskInfoQueryResultBenefit[];
     /** 浠诲姟鍦扮偣鍚嶇О */
     addressName?: string;
     status?: GetPersonalApplyTaskInfosQueryStatus;
+    /** 鏈 */
+    unRead?: boolean;
   }
 
   enum GetPersonalApplyTaskInfosQueryStatus {
@@ -4658,6 +6183,8 @@
     WaitHire = 10,
     /**寰呯绾� */
     WaitSignContract = 20,
+    /**宸茶阿缁� */
+    HireRefuse = 30,
   }
 
   interface GetPersonalCancelTaskInfosQuery {
@@ -4673,15 +6200,35 @@
   interface GetPersonalCancelTaskInfosQueryResultItem {
     /** 浠诲姟Id */
     id?: string;
+    /** 渚涘簲鍟咺d */
+    supplierEnterpriseId?: string;
+    /** 闇�姹備汉鏁� */
+    needPeopleNumber?: number;
     /** 浠诲姟鍚嶇О */
     name?: string;
     /** 浠诲姟寮�濮嬫椂闂� */
     beginTime?: string;
     /** 浠诲姟缁撴潫鏃堕棿 */
     endTime?: string;
+    /** 鎶ュ悕寮�濮嬫椂闂� */
+    applyBeginTime?: string;
+    /** 鎶ュ悕缁撴潫鏃堕棿 */
+    applyEndTime?: string;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
+    paymentMethod?: EnumTaskPaymentMethod;
+    settlementAccess?: EnumEnterpriseWalletAccess;
+    /** 浠诲姟鎻忚堪 */
+    description?: string;
     billingMethod?: EnumBillingMethod;
     /** 鏈嶅姟璐� */
     serviceFee?: number;
+    /** 鏍稿畾宸ユ椂 */
+    verifyWorkHours?: number;
+    /** 瓒呮椂鏈嶅姟璐� */
+    timeoutServiceFee?: number;
+    /** 鎬讳欢鏁� */
+    totalPieceQuantity?: number;
     settlementCycle?: EnumSettlementCycle;
     /** 绂忓埄 */
     benefits?: GetTaskInfoQueryResultBenefit[];
@@ -4690,6 +6237,8 @@
   }
 
   interface GetPersonalHireTaskInfosQuery {
+    hireStatus?: EnumTaskUserHireStatus;
+    arrangeStatus?: EnumTaskUserArrangeStatus;
     status?: GetPersonalHireTaskInfosQueryStatus;
     pageModel?: PagedListQueryPageModel;
   }
@@ -4703,21 +6252,43 @@
   interface GetPersonalHireTaskInfosQueryResultItem {
     /** 浠诲姟Id */
     id?: string;
+    /** 渚涘簲鍟咺d */
+    supplierEnterpriseId?: string;
+    /** 闇�姹備汉鏁� */
+    needPeopleNumber?: number;
     /** 浠诲姟鍚嶇О */
     name?: string;
     /** 浠诲姟寮�濮嬫椂闂� */
     beginTime?: string;
     /** 浠诲姟缁撴潫鏃堕棿 */
     endTime?: string;
+    /** 鎶ュ悕寮�濮嬫椂闂� */
+    applyBeginTime?: string;
+    /** 鎶ュ悕缁撴潫鏃堕棿 */
+    applyEndTime?: string;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
+    paymentMethod?: EnumTaskPaymentMethod;
+    settlementAccess?: EnumEnterpriseWalletAccess;
+    /** 浠诲姟鎻忚堪 */
+    description?: string;
     billingMethod?: EnumBillingMethod;
     /** 鏈嶅姟璐� */
     serviceFee?: number;
+    /** 鏍稿畾宸ユ椂 */
+    verifyWorkHours?: number;
+    /** 瓒呮椂鏈嶅姟璐� */
+    timeoutServiceFee?: number;
+    /** 鎬讳欢鏁� */
+    totalPieceQuantity?: number;
     settlementCycle?: EnumSettlementCycle;
     /** 绂忓埄 */
     benefits?: GetTaskInfoQueryResultBenefit[];
     /** 浠诲姟鍦扮偣鍚嶇О */
     addressName?: string;
     status?: GetPersonalHireTaskInfosQueryStatus;
+    /** 鏈 */
+    unRead?: boolean;
   }
 
   enum GetPersonalHireTaskInfosQueryStatus {
@@ -4754,8 +6325,18 @@
     hirePassTaskCount?: number;
     /** 宸插彇娑� */
     hireRefuseTaskCount?: number;
+    /** 浠诲姟涓� */
+    inProcessTaskCount?: number;
+    /** 宸插畨鎺� */
+    arrangeCompleteTaskCount?: number;
     /** 浣欓 */
     balance?: number;
+    /** 鎴戠殑鏀剁泭 */
+    incomeCount?: number;
+    /** 寰呯粨绠� */
+    waitSettlement?: number;
+    /** 宸插彂鏀� */
+    releaseedCount?: number;
     /** 宸茬粦瀹氱殑閾惰鍗¢�氶亾 */
     bankCardAAccesses?: EnumUserBankCardAccess[];
   }
@@ -4848,8 +6429,15 @@
     enterpriseSignContractStatus?: EnumTaskUserSignContractStatus;
     /** 浼佷笟绛剧害鏃堕棿 */
     enterpriseSignContractTime?: string;
+    source?: EnumEnterpriseEmployeeSource;
+    /** 鏉ユ簮鍚嶇О */
+    sourceName?: string;
     /** 鐢靛瓙鍚堝悓 */
     contractUrl?: string;
+    /** 鍗忚璧峰鏃堕棿 */
+    contractBegin?: string;
+    /** 鍗忚缁堟鏃堕棿 */
+    contractEnd?: string;
   }
 
   interface GetPersonalUserInfosQuery {
@@ -4951,6 +6539,8 @@
     type?: EnumUserWalletTransactionType;
     /** 璁㈠崟鍙� */
     code?: string;
+    /** 浠诲姟鍚嶇О */
+    taskName?: string;
     /** 浼佷笟鍚嶇О */
     enterpriseName?: string;
     /** 缁撶畻鏃ユ湡 */
@@ -4997,6 +6587,9 @@
   }
 
   interface GetPersonalUserTransactionsQuery {
+    /** 鍏抽敭瀛� */
+    keywords?: string;
+    transactionStatus?: EnumWalletTransactionStatus;
     /** 鍒涘缓鏃堕棿-璧峰 */
     createdTimeStart?: string;
     /** 鍒涘缓鏃堕棿-鎴 */
@@ -5004,6 +6597,8 @@
     type?: EnumUserWalletTransactionType;
     /** 鐢ㄦ埛Id */
     userId?: string;
+    /** 浼佷笟閽卞寘Id */
+    enterpriseWalletId?: string;
     pageModel?: PagedListQueryPageModel;
   }
 
@@ -5018,6 +6613,8 @@
     /** 鏀舵敮Id */
     id?: string;
     type?: EnumUserWalletTransactionType;
+    /** 璁㈠崟鍙� */
+    code?: string;
     /** 鏍囬 */
     title?: string;
     /** 閲戦 */
@@ -5026,13 +6623,24 @@
     balance?: number;
     /** 浼佷笟鍚嶇О */
     enterpriseName?: string;
+    /** 渚涘簲鍟� */
+    supplierEnterpriseName?: string;
     /** 浠诲姟鍚嶇О */
     taskName?: string;
+    /** 浠诲姟鍗曞彿 */
+    taskCode?: string;
+    /** 缁撶畻鍗曞彿 */
+    settlementCode?: string;
+    settlementAccess?: EnumEnterpriseWalletAccess;
     /** 缁撶畻鍗曞悕绉� */
     settlementOrderName?: string;
     settlementStatus?: EnumTaskSettlementStatus;
+    settlementReceiveStatus?: SettlementReceiveStatus;
     /** 缁撶畻鏃堕棿 */
     settlementTime?: string;
+    settlementAuditStatus?: EnumTaskSettlementAuditStatus;
+    /** 瀹℃牳鏃堕棿 */
+    settlementAuditTime?: string;
     /** 浠樻浜鸿处鎴� */
     payerAccount?: string;
     /** 浠樻浜哄悕绉� */
@@ -5047,13 +6655,20 @@
     receiveAccount?: string;
     /** 鏀舵浜哄悕绉� */
     receiveName?: string;
+    /** 鎵嬫満鍙� */
+    receiveContactPhoneNumber?: string;
     /** 鏀舵浜鸿韩浠借瘉鍙� */
     receiveIdentity?: string;
+    transactionStatus?: EnumWalletTransactionStatus;
     /** 鐢ㄩ�� */
     purpose?: string;
-    /** 鍒涘缓鏃堕棿 */
+    /** 鍒涘缓鏃堕棿/鎻愮幇 */
     createdTime?: string;
-    /** 浜ゆ槗鏃堕棿 */
+    /** 鍙戞斁鏃堕棿 */
+    sendTime?: string;
+    /** 鐢靛瓙鏀舵嵁涓嬭浇閾炬帴 */
+    ereceiptDownloadOssUrl?: string;
+    /** 浜ゆ槗鏃堕棿/鍒拌处鏃堕棿 */
     transDate?: string;
   }
 
@@ -5062,6 +6677,23 @@
     sumIncome?: number;
     /** 鎬绘彁鐜� */
     sumWithdraw?: number;
+    enterpriseWallet?: GetPersonalUserTransactionsQueryResultObjectDataEnterpriseWallet;
+  }
+
+  interface GetPersonalUserTransactionsQueryResultObjectDataEnterpriseWallet {
+    /** 閽卞寘Id */
+    id?: string;
+    /** 浼佷笟鍏ㄧО */
+    enterpriseName?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    access?: EnumEnterpriseWalletAccess;
+    /** 鎵�灞為摱琛� */
+    bank?: string;
+    /** 璐﹀彿 */
+    identity?: string;
+    /** 浣欓 */
+    balance?: number;
   }
 
   interface GetPersonalUserWalletBalancesQuery {
@@ -5197,12 +6829,15 @@
     /** 鍚嶇О */
     name?: string;
     userType?: EnumUserType;
+    enterpriseType?: EnumEnterpriseType;
     clientType?: EnumClientType;
     /** 鏈�浣庣骇鍒� */
     minLevel?: number;
     dataPower?: EnumRoleWebApiDataPower;
     /** 澶囨敞 */
     remark?: string;
+    /** 鐢ㄦ埛鏁� */
+    userCount?: number;
     /** 鑿滃崟Id */
     menuIds?: string[];
     /** 璧勬簮 */
@@ -5217,6 +6852,7 @@
 
   interface GetRolesQuery {
     userType?: EnumUserType;
+    enterpriseType?: EnumEnterpriseType;
     clientType?: EnumClientType;
     /** 鍏抽敭瀛� */
     keywords?: string;
@@ -5229,6 +6865,7 @@
     /** 鍚嶇О */
     name?: string;
     userType?: EnumUserType;
+    enterpriseType?: EnumEnterpriseType;
     clientType?: EnumClientType;
     /** 鏈�浣庣骇鍒� */
     minLevel?: number;
@@ -5239,6 +6876,8 @@
     isDisabled?: boolean;
     /** 鐢ㄦ埛鏁伴噺 */
     userCount?: number;
+    /** 鏄惁鍏紑 */
+    isPublic?: boolean;
   }
 
   interface GetRoleUserInfosQueryResultItem {
@@ -5278,6 +6917,8 @@
   interface GetSettlementTasksQuery {
     /** 鍏抽敭瀛� */
     keywords?: string;
+    /** 浠诲姟Id */
+    taskInfoId?: string;
     settlementOrderStatus?: EnumTaskSettlementOrderStatus;
     settlementStatus?: EnumTaskSettlementStatus;
     checkReceiveStatus?: EnumTaskCheckReceiveStatus;
@@ -5285,10 +6926,22 @@
     settlementTimeBegin?: string;
     /** 缁撶畻鏃堕棿-鎴 */
     settlementTimeEnd?: string;
+    paymentStatus?: GetSettlementTasksQueryPaymentStatus;
+    supplierPaymentStatus?: GetSettlementTasksQuerySupplierPaymentStatus;
     pageModel?: PagedListQueryPageModel;
   }
 
+  enum GetSettlementTasksQueryPaymentStatus {
+    /**寰呭鏍� */
+    WaitAudit = 10,
+    /**宸插鏍� */
+    CompletedAudit = 20,
+    /**宸插彂鏀� */
+    CompletedRelease = 30,
+  }
+
   interface GetSettlementTasksQueryResult {
+    objectData?: GetSettlementTasksQueryResultObjectData;
     pageModel?: PagedListQueryResultPageModel;
     /** 鏁版嵁 */
     data?: GetSettlementTasksQueryResultItem[];
@@ -5297,11 +6950,17 @@
   interface GetSettlementTasksQueryResultItem {
     /** 浠诲姟Id */
     id?: string;
+    /** 鏄惁鍐呴儴浠诲姟 */
+    isInternal?: boolean;
     /** 鎵�灞炰换鍔� */
     name?: string;
     /** 浠诲姟鍗曞彿 */
     code?: string;
     checkReceiveStatus?: EnumTaskCheckReceiveStatus;
+    /** 缁撶畻鍗曞彿 */
+    settlementCode?: string;
+    /** 渚涘簲鍟嗗悕绉� */
+    supplierEnterpriseName?: string;
     settlementOrderStatus?: EnumTaskSettlementOrderStatus;
     /** 缁撶畻鍗曞悕绉� */
     settlementOrderName?: string;
@@ -5320,6 +6979,30 @@
     settlementRemark?: string;
     /** 缁撶畻浜烘暟 */
     settlementUserCount?: number;
+    settlementAccess?: EnumEnterpriseWalletAccess;
+    auditStatus?: EnumTaskSettlementAuditStatus;
+    /** 鎿嶄綔浜� */
+    operator?: string;
+    /** 鍙戝崟浼佷笟鍚嶇О */
+    enterpriseName?: string;
+  }
+
+  interface GetSettlementTasksQueryResultObjectData {
+    /** 寰呭鏍� */
+    waitAuditCount?: number;
+    /** 宸插鏍� */
+    completedAuditCount?: number;
+    /** 宸插彂鏀� */
+    completedReleaseCount?: number;
+  }
+
+  enum GetSettlementTasksQuerySupplierPaymentStatus {
+    /**寰呯粨绠� */
+    WaitSettlement = 10,
+    /**宸茬粨绠� */
+    CompletedSettlement = 20,
+    /**宸插彂鏀� */
+    CompletedRelease = 30,
   }
 
   interface GetSettlementTaskUsersQueryResult {
@@ -5331,10 +7014,30 @@
   interface GetSettlementTaskUsersQueryResultDetail {
     /** 缁撶畻璁㈠崟Id */
     id?: string;
+    /** 渚涘簲鍟咺d */
+    supplierEnterpriseId?: string;
+    /** 闇�姹備汉鏁� */
+    needPeopleNumber?: number;
+    /** 鏍¢獙楠屾敹璧峰鏃ユ湡 */
+    checkReceiveBeginDate?: string;
+    /** 鏍¢獙楠屾敹鎴鏃ユ湡 */
+    checkReceiveEndDate?: string;
     /** 浠诲姟鍚嶇О */
     name?: string;
+    /** 鏄惁鍐呴儴浠诲姟 */
+    isInternal?: boolean;
     /** 浠诲姟鍗曞彿 */
     code?: string;
+    billingMethod?: EnumBillingMethod;
+    /** 鏈嶅姟璐� */
+    serviceFee?: number;
+    /** 鏍稿畾宸ユ椂 */
+    verifyWorkHours?: number;
+    /** 瓒呮椂鏈嶅姟璐� */
+    timeoutServiceFee?: number;
+    /** 鎬讳欢鏁� */
+    totalPieceQuantity?: number;
+    settlementAccess?: EnumEnterpriseWalletAccess;
     settlementOrderStatus?: EnumTaskSettlementOrderStatus;
     /** 缁撶畻鍗曞悕绉� */
     settlementOrderName?: string;
@@ -5347,6 +7050,13 @@
     settlementStatus?: EnumTaskSettlementStatus;
     /** 缁撶畻鏃堕棿 */
     settlementTime?: string;
+    auditStatus?: EnumTaskSettlementAuditStatus;
+    /** 瀹℃牳澶囨敞 */
+    auditRemark?: string;
+    /** 瀹℃牳鏃堕棿 */
+    auditTime?: string;
+    /** 瀹℃牳鎿嶄綔浜� */
+    auditOperator?: string;
     /** 澶囨敞 */
     settlementRemark?: string;
   }
@@ -5354,22 +7064,40 @@
   interface GetSettlementTaskUsersQueryResultItem {
     /** 缁撶畻鍚嶅崟Id */
     id?: string;
+    /** 浠诲姟浜哄憳Id */
+    taskInfoUserId?: string;
     /** 鐢ㄦ埛淇℃伅Id */
     userId?: string;
+    /** 澶村儚 */
+    avatar?: string;
     /** 濮撳悕 */
     name?: string;
     /** 韬唤璇佸彿 */
     identity?: string;
-    /** 寰俊寮�鏀綢d */
-    wxmpOpenId?: string;
     /** 鎵嬫満鍙� */
     contactPhoneNumber?: string;
+    gender?: EnumUserGender;
+    /** 骞撮緞 */
+    age?: number;
+    /** 鏄惁瀹炲悕 */
+    isReal?: boolean;
+    realMethod?: EnumUserRealMethod;
     /** 鎵�灞為摱琛� */
     bank?: string;
     /** 寮�鎴锋敮琛屽悕绉� */
     bankBranch?: string;
     /** 鏀舵璐︽埛 */
     receiveAccount?: string;
+    /** 鏈嶅姟璐癸紙鍏冿級 */
+    serviceFee?: number;
+    /** 瓒呮椂锛堝皬鏃讹級 */
+    timeoutHours?: number;
+    /** 瓒呮椂璐圭敤锛堝厓锛� */
+    timeoutFee?: number;
+    /** 鍏朵粬璐圭敤锛堝厓锛� */
+    otherFee?: number;
+    /** 澶囨敞 */
+    remark?: string;
     /** 缁撶畻閲戦 */
     settlementAmount?: number;
     /** 瀹炲彂閲戦 */
@@ -5471,9 +7199,59 @@
     signName?: string;
   }
 
+  type GetSupplierEnterpriseSelectQuery = Record<string, any>;
+
+  interface GetSupplierEnterpriseSelectQueryOption {
+    /** 渚涘簲鍟咺d */
+    supplierEnterpriseId?: string;
+    supplierEnterprise?: GetSupplierEnterpriseSelectQueryOptionEnterprise;
+    /** 鏄惁宸查厤缃繚闄� */
+    isConfiguredInsurance?: boolean;
+  }
+
+  interface GetSupplierEnterpriseSelectQueryOptionEnterprise {
+    /** 浼佷笟鍏ㄧО */
+    enterpriseName?: string;
+  }
+
+  interface GetSupplierEnterprisesQuery {
+    /** 鍏抽敭瀛� */
+    keywords?: string;
+    cooperationStatus?: EnumEnterpriseCooperationStatus;
+    signStatus?: EnumEnterpriseCooperationSignStatus;
+    pageModel?: PagedListQueryPageModel;
+  }
+
+  interface GetSupplierEnterprisesQueryResultItem {
+    /** 鍚堜綔Id */
+    id?: string;
+    /** 浼佷笟鍏ㄧО */
+    enterpriseName?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 渚涘簲鍟咺D */
+    supplierEnterpriseId?: string;
+    /** 娉曚汉濮撳悕 */
+    legalPerson?: string;
+    /** 鑱旂郴浜� */
+    contacts?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactPhoneNumber?: string;
+    /** 鎵�鍦ㄧ渷浠� */
+    provinceContent?: string;
+    /** 鎵�鍦ㄥ煄甯� */
+    cityContent?: string;
+    /** 鎵�灞炶涓� */
+    industryTypeContent?: string;
+    cooperationStatus?: EnumEnterpriseCooperationStatus;
+    signStatus?: EnumEnterpriseCooperationSignStatus;
+  }
+
   interface GetTaskEnterpriseQueryResult {
     /** 浼佷笟鍏ㄧО */
     enterpriseName?: string;
+    /** 渚涘簲鍟嗗悕绉� */
+    supplierEnterpriseName?: string;
     /** 缁熶竴绀句細淇$敤浠g爜 */
     societyCreditCode?: string;
     /** 鏄惁瀹炲悕 */
@@ -5495,6 +7273,14 @@
   interface GetTaskInfoQueryResult {
     /** Id */
     id?: string;
+    /** 渚涘簲鍟咺d */
+    supplierEnterpriseId?: string;
+    /** 鏄惁鍐呴儴浠诲姟 */
+    isInternal?: boolean;
+    /** 渚涘簲鍟� */
+    supplierEnterpriseName?: string;
+    /** 闇�姹備汉鏁� */
+    needPeopleNumber?: number;
     /** 浼佷笟Id */
     enterpriseId?: string;
     /** 浼佷笟鍏ㄧО */
@@ -5514,6 +7300,18 @@
     billingMethod?: EnumBillingMethod;
     /** 鏈嶅姟璐� */
     serviceFee?: number;
+    /** 棰勮鏈嶅姟璐� */
+    estimatedServiceFee?: number;
+    /** 鏍稿畾宸ユ椂 */
+    verifyWorkHours?: number;
+    /** 瓒呮椂鏈嶅姟璐� */
+    timeoutServiceFee?: number;
+    /** 鎬讳欢鏁� */
+    totalPieceQuantity?: number;
+    /** 淇濋櫓浜у搧Id */
+    insuranceProductId?: string;
+    /** 淇濋櫓浜у搧鍚嶇О */
+    insuranceProductName?: string;
     settlementCycle?: EnumSettlementCycle;
     /** 缁撶畻鏃ユ湡 */
     settlementDate?: number;
@@ -5546,6 +7344,16 @@
     beginTime?: string;
     /** 浠诲姟缁撴潫鏃堕棿 */
     endTime?: string;
+    /** 鎶ュ悕寮�濮嬫椂闂� */
+    applyBeginTime?: string;
+    /** 鎶ュ悕缁撴潫鏃堕棿 */
+    applyEndTime?: string;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
+    paymentMethod?: EnumTaskPaymentMethod;
+    settlementAccess?: EnumEnterpriseWalletAccess;
+    /** 浠诲姟鎻忚堪 */
+    description?: string;
     /** 鍒涘缓鏃堕棿 */
     createdTime?: string;
     /** 鏄惁宸叉敹钘� */
@@ -5553,6 +7361,8 @@
     status?: EnumTaskStatus;
     releaseStatus?: EnumTaskReleaseStatus;
     hireStatus?: EnumTaskUserHireStatus;
+    /** 褰曠敤澶囨敞 */
+    hireRemark?: string;
     /** 鐏靛伐Id */
     enterpriseEmployeeId?: string;
     applyButton?: GetTaskInfoQueryResultApplyButton;
@@ -5614,6 +7424,7 @@
     checkReceiveStatus?: EnumTaskCheckReceiveStatus;
     /** 鏄惁鏀惰棌 */
     isCollected?: boolean;
+    applyStatus?: EnumTaskUserApplyStatus;
     pageModel?: PagedListQueryPageModel;
   }
 
@@ -5627,17 +7438,35 @@
   interface GetTaskInfosQueryResultItem {
     /** Id */
     id?: string;
+    /** 渚涘簲鍟咺d */
+    supplierEnterpriseId?: string;
+    /** 鏄惁鍐呴儴浠诲姟 */
+    isInternal?: boolean;
+    /** 渚涘簲鍟� */
+    supplierEnterpriseName?: string;
+    /** 渚涘簲鍟嗚处鍙� */
+    supplierEnterpriseUserName?: string;
+    /** 闇�姹備汉鏁� */
+    needPeopleNumber?: number;
     /** 浠诲姟鍚嶇О */
     name: string;
     /** 浠诲姟鍗曞彿 */
     code?: string;
-    /** 浼佷笟鍏ㄧО */
+    /** 鎵�灞炲鎴稩d */
+    enterpriseId?: string;
+    /** 鎵�灞炲鎴� */
     enterpriseName?: string;
     /** 鐢ㄦ埛鍚� */
     userName?: string;
     billingMethod?: EnumBillingMethod;
     /** 鏈嶅姟璐� */
     serviceFee?: number;
+    /** 鏍稿畾宸ユ椂 */
+    verifyWorkHours?: number;
+    /** 瓒呮椂鏈嶅姟璐� */
+    timeoutServiceFee?: number;
+    /** 鎬讳欢鏁� */
+    totalPieceQuantity?: number;
     settlementCycle?: EnumSettlementCycle;
     /** 绂忓埄 */
     benefits?: GetTaskInfoQueryResultBenefit[];
@@ -5667,6 +7496,17 @@
     beginTime?: string;
     /** 浠诲姟缁撴潫鏃堕棿 */
     endTime?: string;
+    /** 鎶ュ悕寮�濮嬫椂闂� */
+    applyBeginTime?: string;
+    /** 鎶ュ悕缁撴潫鏃堕棿 */
+    applyEndTime?: string;
+    applyStatus?: EnumTaskApplyStatus;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
+    paymentMethod?: EnumTaskPaymentMethod;
+    settlementAccess?: EnumEnterpriseWalletAccess;
+    /** 浠诲姟鎻忚堪 */
+    description?: string;
     releaseStatus?: EnumTaskReleaseStatus;
     checkReceiveStatus?: EnumTaskCheckReceiveStatus;
     recommendStatus?: EnumTaskRecommendStatus;
@@ -5698,6 +7538,33 @@
     name?: string;
   }
 
+  interface GetTaskSettlementReleaseReportsQuery {
+    /** 寮�濮嬫棩鏈� */
+    startMonth?: string;
+    /** 缁撴潫鏃ユ湡 */
+    endMonth?: string;
+    pageModel?: PagedListQueryPageModel;
+  }
+
+  interface GetTaskSettlementReleaseReportsQueryResult {
+    pageModel?: PagedListQueryResultPageModel;
+    /** 鏁版嵁 */
+    data?: GetTaskSettlementReleaseReportsQueryResultItem[];
+  }
+
+  interface GetTaskSettlementReleaseReportsQueryResultItem {
+    /** 鏃ユ湡 */
+    month?: string;
+    /** 鍙戞斁閲戦 */
+    amount?: number;
+    /** 鍙戞斁浜烘暟 */
+    peopleCount?: number;
+    /** 鐢熸垚鏃ユ湡 */
+    createdTime?: string;
+    /** 姹囨�昏〃鏍� */
+    url?: string;
+  }
+
   interface GetTaskUserHireStatusQueryResult {
     hireStatus?: EnumTaskUserHireStatus;
   }
@@ -5712,6 +7579,7 @@
   }
 
   interface GetTaskUsersQueryResult {
+    objectData?: GetTaskUsersQueryResultObjectData;
     pageModel?: PagedListQueryResultPageModel;
     /** 鏁版嵁 */
     data?: GetTaskUsersQueryResultItem[];
@@ -5751,6 +7619,11 @@
     /** 宸ヤ綔缁忛獙 */
     workExperience?: string;
     hireStatus?: EnumTaskUserHireStatus;
+  }
+
+  interface GetTaskUsersQueryResultObjectData {
+    /** 鏄惁鍐呴儴浠诲姟 */
+    isInternal?: boolean;
   }
 
   interface GetThreeResourceLogsQuery {
@@ -5837,6 +7710,29 @@
     isChecked?: boolean;
   }
 
+  interface GetUserQueryResult {
+    /** 鐢ㄦ埛Id */
+    id?: string;
+    /** 濮撳悕 */
+    name?: string;
+    /** 鐢ㄦ埛鍚� */
+    userName?: string;
+    /** 鎵嬫満鍙� */
+    phoneNumber?: string;
+    /** 瑙掕壊Id */
+    roles?: GetUserQueryResultRole[];
+    status?: EnumUserStatus;
+    /** 澶囨敞 */
+    remark?: string;
+  }
+
+  interface GetUserQueryResultRole {
+    /** 瑙掕壊Id */
+    id?: string;
+    /** 鍚嶇О */
+    name?: string;
+  }
+
   interface GetUserResumeCredentialQueryResult {
     /** 璧勬牸璇佷功Id */
     id?: string;
@@ -5878,8 +7774,12 @@
     height?: number;
     /** 浣撻噸 */
     weight?: number;
+    /** 闉嬬爜 */
+    shoeSize?: number;
     /** 鐢熸椿鐓� */
     photos?: string[];
+    /** 鐢熸椿鐓� */
+    videos?: string[];
   }
 
   type GetUserResumeJobSeekingQuery = Record<string, any>;
@@ -5977,8 +7877,12 @@
     height?: number;
     /** 浣撻噸 */
     weight?: number;
+    /** 闉嬬爜 */
+    shoeSize?: number;
     /** 鐢熸椿鐓� */
     photos?: string[];
+    /** 鐢熸椿鐓� */
+    videos?: string[];
     /** 缁忓巻 */
     taskInfoUsers?: GetUserResumeQueryResultExperience[];
     /** 鏄惁宸叉敹钘� */
@@ -6097,6 +8001,19 @@
     workExperience?: string;
   }
 
+  interface GetUsersQuery {
+    /** 鍏抽敭瀛� */
+    keywords?: string;
+    pageModel?: PagedListQueryPageModel;
+  }
+
+  type GetWxmpSettingsQuery = Record<string, any>;
+
+  interface GetWxmpSettingsQueryResult {
+    /** 闅愯棌鏀粯瀹� */
+    hiddenAlipay?: boolean;
+  }
+
   interface ImportEnterpriseEmployeesCommand {
     /** Excel鍦板潃 */
     excelUrl?: string;
@@ -6114,6 +8031,10 @@
   }
 
   interface ImportEnterpriseEmployeesCommandResultError {
+    /** 鍗忚璧峰 */
+    contractBegin?: string;
+    /** 鍗忚缁堟 */
+    contractEnd?: string;
     /** 閿欒淇℃伅 */
     errorMessage?: string;
     /** 濮撳悕 */
@@ -6170,10 +8091,20 @@
     bankBranch?: string;
     /** 鏀舵璐︽埛 */
     receiveAccount?: string;
+    /** 鏈嶅姟璐癸紙鍏冿級 */
+    serviceFee?: number;
+    /** 瓒呮椂锛堝皬鏃讹級 */
+    timeoutHours?: number;
+    /** 瓒呮椂璐圭敤锛堝厓锛� */
+    timeoutFee?: number;
+    /** 鍏朵粬璐圭敤锛堝厓锛� */
+    otherFee?: number;
     /** 缁撶畻閲戦 */
     settlementAmount?: number;
     /** 瀹炲彂閲戦 */
     actualSettlementAmount?: number;
+    /** 澶囨敞 */
+    remark?: string;
   }
 
   interface InviteElectronSignCommand {
@@ -6322,16 +8253,22 @@
     data?: GetEnterprisesQueryResultItem[];
   }
 
-  interface PagedListQueryResultGetOperationUserInfosQueryResultItem {
+  interface PagedListQueryResultGetPartyAEnterprisesQueryResultItem {
     pageModel?: PagedListQueryResultPageModel;
     /** 鏁版嵁 */
-    data?: GetOperationUserInfosQueryResultItem[];
+    data?: GetPartyAEnterprisesQueryResultItem[];
   }
 
   interface PagedListQueryResultGetRolesQueryResultItem {
     pageModel?: PagedListQueryResultPageModel;
     /** 鏁版嵁 */
     data?: GetRolesQueryResultItem[];
+  }
+
+  interface PagedListQueryResultGetSupplierEnterprisesQueryResultItem {
+    pageModel?: PagedListQueryResultPageModel;
+    /** 鏁版嵁 */
+    data?: GetSupplierEnterprisesQueryResultItem[];
   }
 
   interface PagedListQueryResultPageModel {
@@ -6348,12 +8285,15 @@
   }
 
   interface PasswordLoginCommand {
+    /** 鐢ㄦ埛鐧诲綍鍑瘉 */
+    code?: string;
     /** 璐﹀彿 */
     userName: string;
     /** 瀵嗙爜 */
     password: string;
     type?: EnumUserType;
     clientType?: EnumClientType;
+    enterpriseType?: EnumEnterpriseType;
   }
 
   interface PersonalUserElectronSignCommand {
@@ -6421,6 +8361,17 @@
     verifyCode: string;
   }
 
+  interface RechargeCooperationWalletCommand {
+    /** 鍚堜綔Id */
+    cooperationId?: string;
+    /** 鏀舵璐︽埛 */
+    receiveAccount: string;
+    /** 閲戦 */
+    amount: number;
+    /** 鍑瘉 */
+    files: string[];
+  }
+
   interface RechargeEnterpriseWalletCommand {
     /** 浼佷笟Id */
     enterpriseId?: string;
@@ -6443,9 +8394,33 @@
     verifyCode: string;
   }
 
+  type RepairContractTemplateValuePointBy1202Command = Record<string, any>;
+
+  type RepairEnterpriseEmployee1302Command = Record<string, any>;
+
+  type RepairEnterpriseUser1302Command = Record<string, any>;
+
+  type RepairEnterpriseWalletTransaction1302Command = Record<string, any>;
+
+  type RepairTaskEstimatedServiceFee1301Command = Record<string, any>;
+
   interface ResendResourceCommand {
     /** 璧勬簮鏃ュ織Id */
     id?: string;
+  }
+
+  interface ResetUserOperatorPasswordsCommand {
+    /** Id */
+    ids?: string[];
+    /** 鎿嶄綔瀵嗙爜 */
+    operatorPassword?: string;
+  }
+
+  interface ResetUserPasswordsCommand {
+    /** Id */
+    ids?: string[];
+    /** 瀵嗙爜 */
+    password?: string;
   }
 
   interface RevokeTaskSettlementOrderCommand {
@@ -6485,6 +8460,12 @@
     access?: EnumElectronSignAccess;
     /** 妯℃澘Id */
     templateId?: string;
+    /** 鏄惁鑷姩绛� */
+    isAutoSign?: boolean;
+    /** 鑷姩绛炬巿鏉冧功 */
+    autoSignPowerAttorneyUrl?: string;
+    /** 鑷畾涔夊唴瀹� */
+    customContents?: string[];
     /** Id */
     id?: string;
   }
@@ -6512,6 +8493,12 @@
     bindProperty?: string;
     /** 鏄惁蹇呭~ */
     required?: boolean;
+    /** 鍧愭爣X */
+    x?: number;
+    /** 鍧愭爣Y */
+    y?: number;
+    /** 椤电爜 */
+    page?: number;
   }
 
   interface SaveDictionaryCategoryCommand {
@@ -6598,6 +8585,15 @@
     status?: EnumEnterpriseCostStatus;
   }
 
+  interface SaveEnterpriseReceiveAccountCommand {
+    /** 寮�鎴锋�昏 */
+    bank?: string;
+    /** 寮�鎴锋敮琛� */
+    bankBranch?: string;
+    /** 鎴峰彿 */
+    account?: string;
+  }
+
   interface SaveFrontConsoleLogCommand {
     /** 璺熻釜Id */
     traceId?: string;
@@ -6612,6 +8608,27 @@
     request?: string;
     /** 鎵╁睍 */
     ext?: string;
+  }
+
+  interface SaveInsuranceProductCommand {
+    /** 淇濋櫓鍏徃缂栧彿 */
+    supplierCode: string;
+    /** 浜у搧鍚嶇О */
+    name: string;
+    /** 淇濋櫓闄╃缂栧彿 */
+    typeCode?: string;
+    /** 淇濋缂栧彿 */
+    sumInsuredCode?: string;
+    /** 鎶曚繚鏂瑰紡缂栧彿 */
+    periodCode?: string;
+    /** 鑱屼笟绫诲埆缂栧彿 */
+    jobCategoryCode?: string;
+    /** 鐗堟湰缂栧彿 */
+    versionCode?: string;
+    /** 鏄惁绂佺敤 */
+    isDisabled?: boolean;
+    /** Id */
+    id?: string;
   }
 
   interface SaveMenuButtonCommand {
@@ -6639,6 +8656,7 @@
 
   interface SaveMenuCommand {
     userType?: EnumUserType;
+    enterpriseType?: EnumEnterpriseType;
     clientType?: EnumClientType;
     /** 涓婄骇Id */
     parentId?: string;
@@ -6737,6 +8755,54 @@
     id?: string;
   }
 
+  interface SavePartyAEnterpriseCommand {
+    /** Id */
+    id?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName: string;
+    /** 娉曚汉濮撳悕 */
+    legalPerson?: string;
+    /** 娉曚汉韬唤璇佸彿 */
+    legalIdentity?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode: string;
+    /** 娉ㄥ唽璧勬湰 */
+    registeredCapital?: string;
+    /** 浼佷笟绫诲瀷 */
+    enterpriseType?: string;
+    /** 鎴愮珛鏃ユ湡 */
+    establishmentDate?: string;
+    /** 鎵�鍦ㄧ渷浠界紪鍙� */
+    provinceCode?: string;
+    /** 鎵�鍦ㄥ煄甯傜紪鍙� */
+    cityCode?: string;
+    /** 璇︾粏鍦板潃 */
+    address?: string;
+    /** 缁忚惀鑼冨洿 */
+    mainBusiness?: string;
+    /** 鑱旂郴浜� */
+    contacts?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactPhoneNumber?: string;
+    /** 鑱旂郴閭 */
+    contactEmail?: string;
+    cooperationStatus?: EnumEnterpriseCooperationStatus;
+    signStatus?: EnumEnterpriseCooperationSignStatus;
+    /** 鍚堜綔鍗忚 */
+    cooperationAgreementUrl?: string;
+    serviceFeeCollectType?: EnumEnterpriseCooperationServiceFeeCollectType;
+    /** 鏈嶅姟璐� */
+    serviceFeeRate?: number;
+    /** 鍙戠エ绋庣偣 */
+    invoiceTaxPointRate?: number;
+    /** 璐﹀彿 */
+    userName?: string;
+    /** 瀵嗙爜锛堥�夊~ 濉簡灏辨敼涓嶅~灏变笉鏀癸級 */
+    password?: string;
+    /** 鎿嶄綔瀵嗙爜锛堥�夊~ 濉簡灏辨敼涓嶅~灏变笉鏀癸級 */
+    operatorPassword?: string;
+  }
+
   interface SavePersonalUserBankCardCommand {
     /** 鐏靛伐Id */
     enterpriseEmployeeId?: string;
@@ -6761,6 +8827,7 @@
     /** 鍚嶇О */
     name?: string;
     userType?: EnumUserType;
+    enterpriseType?: EnumEnterpriseType;
     clientType?: EnumClientType;
     /** 鏈�浣庣骇鍒� */
     minLevel?: number;
@@ -6799,11 +8866,25 @@
   }
 
   interface SaveTaskInfoCommand {
+    /** 渚涘簲鍟咺d */
+    supplierEnterpriseId?: string;
+    /** 闇�姹備汉鏁� */
+    needPeopleNumber?: number;
     /** 浠诲姟鍚嶇О */
     name: string;
     billingMethod: EnumBillingMethod;
     /** 鏈嶅姟璐� */
-    serviceFee: number;
+    serviceFee?: number;
+    /** 棰勮鏈嶅姟璐� */
+    estimatedServiceFee?: number;
+    /** 鏍稿畾宸ユ椂 */
+    verifyWorkHours?: number;
+    /** 瓒呮椂鏈嶅姟璐� */
+    timeoutServiceFee?: number;
+    /** 鎬讳欢鏁� */
+    totalPieceQuantity?: number;
+    /** 淇濋櫓浜у搧Id */
+    insuranceProductId?: string;
     settlementCycle: EnumSettlementCycle;
     /** 缁撶畻鏃ユ湡 */
     settlementDate: number;
@@ -6823,7 +8904,7 @@
     /** 浠诲姟鍦扮偣鍚嶇О */
     addressName: string;
     /** 浠诲姟鍦扮偣璇︾粏鍦板潃 */
-    addressDetail: string;
+    addressDetail?: string;
     /** 缁忓害 */
     longitude?: number;
     /** 绾害 */
@@ -6832,6 +8913,36 @@
     beginTime: string;
     /** 浠诲姟缁撴潫鏃堕棿 */
     endTime: string;
+    /** 鎶ュ悕寮�濮嬫椂闂� */
+    applyBeginTime?: string;
+    /** 鎶ュ悕缁撴潫鏃堕棿 */
+    applyEndTime?: string;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
+    paymentMethod?: EnumTaskPaymentMethod;
+    settlementAccess?: EnumEnterpriseWalletAccess;
+    /** 浠诲姟鎻忚堪 */
+    description?: string;
+    /** Id */
+    id?: string;
+  }
+
+  interface SaveUserCommand {
+    /** 濮撳悕 */
+    name?: string;
+    /** 鐢ㄦ埛鍚� */
+    userName?: string;
+    /** 鎵嬫満鍙� */
+    phoneNumber?: string;
+    /** 瀵嗙爜锛堥�夊~ 濉簡灏辨敼涓嶅~灏变笉鏀癸級 */
+    password?: string;
+    /** 鎿嶄綔瀵嗙爜锛堥�夊~ 濉簡灏辨敼涓嶅~灏变笉鏀癸級 */
+    operatorPassword?: string;
+    /** 瑙掕壊Id */
+    roleIds?: string[];
+    status?: EnumUserStatus;
+    /** 澶囨敞 */
+    remark?: string;
     /** Id */
     id?: string;
   }
@@ -6862,8 +8973,12 @@
     height?: number;
     /** 浣撻噸 */
     weight?: number;
+    /** 闉嬬爜 */
+    shoeSize?: number;
     /** 鐢熸椿鐓� */
     photos?: string[];
+    /** 涓汉瑙嗛 */
+    videos?: string[];
   }
 
   interface SaveUserResumeJobSeekingCommand {
@@ -6937,12 +9052,28 @@
     data?: GetEnterpriseWalletAccessSelectQueryOption;
   }
 
+  interface SelectOptionGuidGetSupplierEnterpriseSelectQueryOption {
+    /** 鍊� */
+    value?: string;
+    /** 鏍囩 */
+    label?: string;
+    data?: GetSupplierEnterpriseSelectQueryOption;
+  }
+
   interface SelectOptionGuidGetTaskSelectQueryOption {
     /** 鍊� */
     value?: string;
     /** 鏍囩 */
     label?: string;
     data?: GetTaskSelectQueryOption;
+  }
+
+  interface SelectOptionNullableGuidGetEnterpriseInsuranceProductSelectQueryOption {
+    /** 鍊� */
+    value?: string;
+    /** 鏍囩 */
+    label?: string;
+    data?: GetEnterpriseInsuranceProductSelectQueryOption;
   }
 
   interface SelectOptionStringGetDictionaryDataSelectQueryResultOption {
@@ -6979,7 +9110,27 @@
     phoneNumber: string;
   }
 
+  interface SendWxmpSubscribMessageCommand {
+    template: EnumWxmpSubscribMessageTemplate;
+    /** 鐐瑰嚮妯℃澘鍗$墖鍚庣殑璺宠浆椤甸潰锛屼粎闄愭湰灏忕▼搴忓唴鐨勯〉闈€�傛敮鎸佸甫鍙傛暟,锛堢ず渚媔ndex?foo=bar锛夈�傝瀛楁涓嶅~鍒欐ā鏉挎棤璺宠浆 */
+    page?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 浼佷笟Id */
+    enterpriseId?: string;
+    /** 鍏宠仈Id */
+    relationId?: string;
+  }
+
   interface SetDictionaryDataIsDisabledCommand {
+    ids?: string[];
+    /** 鏄惁宸茬鐢� */
+    isDisabled?: boolean;
+  }
+
+  interface SetDisabledEnterpriseInsuranceProductsCommand {
+    /** 浼佷笟鍚堜綔Id */
+    enterpriseCooperationId?: string;
     ids?: string[];
     /** 鏄惁宸茬鐢� */
     isDisabled?: boolean;
@@ -6992,6 +9143,14 @@
     electronSignAccesses?: EnumElectronSignAccess[];
   }
 
+  interface SetEnterpriseInsuranceSettingCommand {
+    /** Id */
+    id?: string;
+    insuranceSupplierAccess?: EnumInsuranceSupplierAccess;
+    /** 鎶曚繚渚涘簲鍟嗚处鍙� */
+    insuranceSupplierAccount?: string;
+  }
+
   interface SetEnterpriseSmsSettingCommand {
     /** Id */
     id?: string;
@@ -7001,6 +9160,12 @@
   }
 
   interface SetIsDisabledContractTemplateCommand {
+    ids?: string[];
+    /** 鏄惁宸茬鐢� */
+    isDisabled?: boolean;
+  }
+
+  interface SetIsDisabledInsuranceProductCommand {
     ids?: string[];
     /** 鏄惁宸茬鐢� */
     isDisabled?: boolean;
@@ -7055,6 +9220,8 @@
     /** 浠诲姟浜哄憳Id */
     id?: string;
     hireStatus?: EnumTaskUserHireStatus;
+    /** 褰曠敤澶囨敞 */
+    hireRemark?: string;
   }
 
   enum SettlementReceiveStatus {
@@ -7136,6 +9303,7 @@
     verifyCode?: string;
     type?: EnumUserType;
     clientType?: EnumClientType;
+    enterpriseType?: EnumEnterpriseType;
   }
 
   interface StopElectronSignCommand {
@@ -7148,15 +9316,29 @@
     taskInfoId?: string;
     /** 鏃ユ湡 */
     date?: string;
+    userCheckHistoryType?: EnumTaskUserSubmitCheckHistoryType;
     /** 闄勪欢 */
     files?: string[];
+  }
+
+  interface SureRechargeCooperationWalletCommand {
+    /** 鍚堜綔Id */
+    cooperationId?: string;
+    /** 浜ゆ槗Id */
+    id?: string;
+    transactionStatus?: EnumEnterpriseCooperationWalletTransactionStatus;
+    /** 澶囨敞 */
+    remark?: string;
   }
 
   interface SureTaskSettlementCommand {
     /** 浠诲姟Id */
     taskInfoId?: string;
-    settlementAccess?: EnumEnterpriseWalletAccess;
+    /** 鎿嶄綔浠ょ墝 */
+    operatorToken?: string;
   }
+
+  type SyncContractTemplateParamterTo818Command = Record<string, any>;
 
   type SyncDatabaseCommand = Record<string, any>;
 
@@ -7283,7 +9465,9 @@
     remark?: string;
   }
 
-  type TestWeChatPayCommand = Record<string, any>;
+  type TestEventCommand = Record<string, any>;
+
+  type UnBindUserWxmpIdCommand = Record<string, any>;
 
   interface UpdateEnterpriseWeChatPayWalletBankAccountInfoCommand {
     /** 浼佷笟Id */
@@ -7962,5 +10146,6 @@
     /** 鐢ㄦ埛鐧诲綍鍑瘉 */
     code: string;
     type?: EnumUserType;
+    enterpriseType?: EnumEnterpriseType;
   }
 }

--
Gitblit v1.9.1