From 6250509f6dec599c11b68179cb33513e5d4b8a7d Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 23 十月 2025 13:49:53 +0800
Subject: [PATCH] fix: bug

---
 src/services/api/typings.d.ts |  468 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 453 insertions(+), 15 deletions(-)

diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index b9fa5c0..793cec4 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -192,6 +192,10 @@
     id?: string;
   }
 
+  interface APIdownloadPolicyFileIdParams {
+    id: string;
+  }
+
   interface APIexportInsuranceBatchStaffParams {
     batchBillId?: string;
   }
@@ -262,6 +266,11 @@
     year?: number;
   }
 
+  interface APIgetInsuranceOrderAuditRecordIdParams {
+    insuranceOrderId: string;
+    id: string;
+  }
+
   interface APIgetInsuranceOrderDetailParams {
     id?: string;
   }
@@ -282,12 +291,12 @@
     id?: string;
   }
 
-  interface APIgetInsuranceStaffListExportParams {
-    id?: string;
-  }
-
   interface APIgetInsureBatchDetailParams {
     batchBillId?: string;
+  }
+
+  interface APIgetInvoiceIdParams {
+    id: string;
   }
 
   interface APIgetListParams {
@@ -363,11 +372,8 @@
     id?: string;
   }
 
-  interface APIimportInsStaffToListParams {
-    url?: string;
-    serialNum?: string;
-    productIdNumber?: string;
-    productSchemeIdNumber?: string;
+  interface APIinsurancePolicyAuditAgainParams {
+    id?: string;
   }
 
   interface APIsearchParams {
@@ -460,6 +466,18 @@
     values?: Record<string, any>;
   }
 
+  interface AuditParkBountyTradeBySelfInput {
+    /** 鍑鸿处璁板綍Id */
+    id?: string;
+    /** 818鍑鸿处璁板綍Id */
+    parkBountyApplyDetailId?: string;
+    selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
+    /** 瀹℃牳澶囨敞 */
+    selfAuditRemark?: string;
+    /** 瀹℃牳鍑瘉 */
+    selfAuditFileUrl?: string;
+  }
+
   interface BaseAuthorizeDto {
     moduleType?: number;
     moduleId?: string;
@@ -505,6 +523,8 @@
   interface BatchSyncUserAmountInput {
     items?: SyncUserAmountInput[];
   }
+
+  type BountyCheckStatusEnum = 10 | 20 | 30 | -10;
 
   interface ChangePasswordInput {
     currentPassword?: string;
@@ -602,7 +622,9 @@
     /** 淇濋 */
     insured: number;
     /** 淇濊垂 */
-    signPremium: number;
+    signPremium?: number;
+    /** 淇濊垂鎸夊ぉ璁¤垂 */
+    signPremiumByDay?: string;
   }
 
   interface CreateOrUpdateInsureProductSettingInput {
@@ -616,6 +638,8 @@
     /** 浜у搧鍚嶇О */
     productName: string;
     status?: InsureProductSettingStatusEnum;
+    /** 鎶曚繚浜烘暟涓婇檺 */
+    maxCount: number;
   }
 
   interface CreateOrUpdateRoleInput {
@@ -634,7 +658,6 @@
   }
 
   interface CreateParkBountyTradeInput {
-    enterpriseId?: string;
     /** 鏈�杩戝嚭璐﹂噾棰� */
     tradeAmount?: number;
     /** 鍑鸿处鍑瘉 */
@@ -642,6 +665,18 @@
     /** 娑堣垂绫诲瀷 */
     payRemark?: string;
     access?: ParkBountyTradeAccessEnum;
+    /** 杩涜处鍗曚綅 */
+    incomeCompanyName?: string;
+    /** 淇濆崟鍙� */
+    insureBillNo?: string;
+    /** 鏀舵鍗曚綅鍚嶇О */
+    incomeBankAccount?: string;
+    /** 鏀舵鍗曚綅璐﹀彿 */
+    incomeBankCardNumber?: string;
+    /** 寮�鎴疯 */
+    incomeBankName?: string;
+    enterpriseId?: string;
+    selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
   }
 
   interface CreateTempTokenInput {
@@ -704,9 +739,20 @@
     downsizingInsuranceList?: string[];
   }
 
+  type EnterprisePrechargeInComeStatusEnum = 10 | 20;
+
+  type EnterpriseRechargeStatusEnum = 10 | 20 | 30;
+
   interface EntityExtensionDto {
     properties?: Record<string, any>;
     configuration?: Record<string, any>;
+  }
+
+  type EnumParkBountyTradeDetailAuditStatus = 10 | 20 | 30;
+
+  interface ExportInsuranceStaffListInput {
+    status?: InsuranceDetailStatusEnum;
+    insurancePolicyId?: string;
   }
 
   interface ExtensionEnumDto {
@@ -798,11 +844,71 @@
     key?: string;
   }
 
+  interface FillInsStaffToListFrontInput {
+    /** 淇濆崟Id */
+    insurancePolicyId?: string;
+    url?: string;
+  }
+
+  type FinanceStatusEnum = 1 | 2 | 3;
+
   type FinanceTypeEnum = 10 | 20;
 
   interface GetEffectingStaffListInput {
     claimDateTime?: string;
     idNumber?: string;
+  }
+
+  interface GetEnterpriseDrawWithListInput {
+    pageModel?: Pagination;
+    keyWord?: string;
+    beginDateTime?: string;
+    endDateTime?: string;
+    enterpriseId?: string;
+    checkStatus?: EnterpriseRechargeStatusEnum;
+  }
+
+  interface GetEnterpriseDrawWithListOutput {
+    drawWithId?: string;
+    enterpriseId?: string;
+    enterpriseName?: string;
+    societyCreditCode?: string;
+    creationTime?: string;
+    enterpriseType?: string;
+    parkName?: string;
+    parkType?: string;
+    amount?: number;
+    remainAmount?: number;
+    checkStatus?: EnterpriseRechargeStatusEnum;
+    checkTime?: string;
+    checkRemark?: string;
+    checkFileUrl?: string;
+  }
+
+  interface GetEnterpriseDrawWithListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetEnterpriseDrawWithListOutput[];
+  }
+
+  interface GetEnterprisePrechargeListOutput {
+    id?: string;
+    /** 鍏呭�奸噾棰� */
+    prechargeAmount?: number;
+    /** 鍏呭�煎嚟璇� */
+    rechargeVoucherFileUrl?: string;
+    /** 瀹℃牳澶囨敞 */
+    checkRemark?: string;
+    checkStatus?: EnterpriseRechargeStatusEnum;
+    inComeStatus?: EnterprisePrechargeInComeStatusEnum;
+    /** 鎻愪氦鏃ユ湡 */
+    creationTime?: string;
+  }
+
+  interface GetEnterprisePrechargeListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetEnterprisePrechargeListOutput[];
   }
 
   interface GetFeatureListResultDto {
@@ -878,6 +984,8 @@
   interface GetInsurancePageOutput {
     id?: string;
     userId?: string;
+    /** 浜т笟鍥尯id */
+    industrialParkId?: string;
     /** 鎶曚繚浜� */
     insurerName?: string;
     /** 琚繚闄╀汉 */
@@ -895,6 +1003,8 @@
     amount?: number;
     /** 鎶曚繚浜烘暟 */
     insureCount?: number;
+    /** 鎶曚繚鐢熸晥浜烘暟 */
+    insureEffectingCount?: number;
     /** 鐞嗚禂鏁伴噺 */
     claimCount?: number;
     /** 鎶曚繚鏈烘瀯 */
@@ -927,17 +1037,61 @@
     auditRemark?: string;
     /** 淇濋櫓浜у搧IdNumber */
     productIdNumber?: string;
+    /** 鏂规浠g爜 */
+    productSchemeCode?: string;
     /** 鏄惁璧扮嚎涓婃祦绋� */
     productOnline?: boolean;
     payStatus?: InsurancePolicyListPayStatusEnum;
     /** 浠绘剰鍒嗘壒鏀粯瀹屾垚 */
     anyPayComplete?: boolean;
+    /** 濂栧姳閲戜綑棰� */
+    remianAmount?: number;
   }
 
   interface GetInsurancePageOutputPageOutput {
     pageModel?: Pagination;
     objectData?: any;
     data?: GetInsurancePageOutput[];
+  }
+
+  interface GetInsurancePolicyPayListInput {
+    pageModel?: Pagination;
+    status?: InsurancePolicyPayStatusEnum;
+    /** 鍏抽敭瀛� */
+    keywords?: string;
+  }
+
+  interface GetInsurancePolicyPayListItem {
+    id?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 浜т笟鍥尯id */
+    industrialParkId?: string;
+    /** 璁㈠崟鍙� */
+    channelOrderNo?: string;
+    /** 鏀粯鐭摼 */
+    payUrl?: string;
+    /** 淇濊垂閲戦 */
+    sumSignPremium?: number;
+    /** 鍒涘缓鏃ユ湡 */
+    creationTime?: string;
+    status?: InsurancePolicyPayStatusEnum;
+    /** 鎶曚繚鍗曞彿 */
+    proposalNo?: string;
+    /** 淇濆崟鍙� */
+    policyNo?: string;
+    /** 鐢靛瓙淇濆崟閾炬帴 */
+    policyUrl?: string;
+    /** 宸叉姇淇濅汉鏁� */
+    proposalCount?: number;
+    /** 瀹屾垚鏃堕棿 */
+    completionTime?: string;
+  }
+
+  interface GetInsurancePolicyPayListItemPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetInsurancePolicyPayListItem[];
   }
 
   interface GetInsuranceStaffListInput {
@@ -955,13 +1109,24 @@
     certType?: string;
     certNo?: string;
     jobName?: string;
+    /** 鑱屼笟绫诲瀷 */
+    occupationType?: string;
+    /** 鑱屼笟鐮佸�� */
+    occupationCode?: string;
     userEmploer?: string;
     address?: string;
     age?: number;
     birthDay?: string;
     phone?: string;
-    claimCount?: number;
     creationTime?: string;
+    /** 鎶曚繚鎵规鍙� */
+    payOrder?: string;
+    status?: InsuranceDetailStatusEnum;
+    /** 鎶曚繚鐘舵�� */
+    statusText?: string;
+    /** 澶囨敞 */
+    auditRemark?: string;
+    claimCount?: number;
   }
 
   interface GetInsuranceStaffPageTemplatePageOutput {
@@ -990,11 +1155,28 @@
     transferTimeBegin?: string;
     /** 鍑鸿处缁撴潫鏃ユ湡 */
     transferTimeEnd?: string;
+    /** 鐢宠璧峰鏃ユ湡 */
+    creationTimeBegin?: string;
+    /** 鐢宠缁撴潫鏃ユ湡 */
+    creationTimeEnd?: string;
+    financeType?: FinanceTypeEnum;
     enterpriseId?: string;
+    auditStatus?: EnumParkBountyTradeDetailAuditStatus;
+    selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
   }
 
   interface GetParkBountyTradeDetailOutput {
+    enterpriseId?: string;
+    /** 璐﹀彿 */
+    userName?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 鐢佃瘽 */
+    contactPhone?: string;
+    /** 绀句細缁熶竴淇$敤浠g爜 */
+    societyCreditCode?: string;
     id?: string;
+    parkBountyApplyDetailId?: string;
     /** 鏈�杩戝嚭璐﹂噾棰� */
     tradeAmount?: number;
     /** 鍑鸿处鍑瘉 */
@@ -1007,6 +1189,34 @@
     /** 濂栧姳閲戜綑棰� */
     remianAmount?: number;
     financeType?: FinanceTypeEnum;
+    /** 瀹℃牳鏃堕棿 */
+    financeAuditTime?: string;
+    auditStatus?: EnumParkBountyTradeDetailAuditStatus;
+    /** 瀹℃牳澶囨敞 */
+    auditRemark?: string;
+    /** 瀹℃牳鏃堕棿 */
+    auditTime?: string;
+    /** 瀹℃牳鍑瘉 */
+    payAuditFileUrl?: string;
+    /** 杩涜处鍗曚綅 */
+    incomeCompanyName?: string;
+    /** 淇濆崟鍙� */
+    insureBillNo?: string;
+    /** 鏀舵鍗曚綅鍚嶇О */
+    incomeBankAccount?: string;
+    /** 鏀舵鍗曚綅璐﹀彿 */
+    incomeBankCardNumber?: string;
+    /** 寮�鎴疯 */
+    incomeBankName?: string;
+    selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
+    /** 浼佷笟鑷韩鍑鸿处瀹℃牳澶囨敞 */
+    selfAuditRemark?: string;
+    /** 浼佷笟鑷韩鍑鸿处瀹℃牳鏃堕棿 */
+    selfAuditTime?: string;
+    /** 浼佷笟鑷韩瀹℃牳鍑瘉 */
+    selfAuditFileUrl?: string;
+    creationTime?: string;
+    bountyAmount?: number;
   }
 
   interface GetParkBountyTradeDetailOutputPageOutput {
@@ -1023,6 +1233,11 @@
     transferTimeBegin?: string;
     /** 鍑鸿处缁撴潫鏃ユ湡 */
     transferTimeEnd?: string;
+    /** 鐢宠璧峰鏃ユ湡 */
+    creationTimeBegin?: string;
+    /** 鐢宠缁撴潫鏃ユ湡 */
+    creationTimeEnd?: string;
+    financeType?: FinanceTypeEnum;
   }
 
   interface GetParkBountyTradeOutput {
@@ -1047,6 +1262,63 @@
     pageModel?: Pagination;
     objectData?: any;
     data?: GetParkBountyTradeOutput[];
+  }
+
+  interface GetParkCustomerBountyFinanceOutput {
+    id?: string;
+    /** 鐢宠鎵规鍙� */
+    batchNo?: string;
+    /** 鐢虫姤鏈堜唤 */
+    applyMonth?: string;
+    /** 鐢虫姤鎬婚 */
+    applySumAmount?: number;
+    /** 璐㈡斂鎷ㄤ粯閲戦 */
+    financeToAmount?: number;
+    /** 璐㈡斂鎷ㄤ粯鍏ヨ处鏃堕棿 */
+    financeToTime?: string;
+    /** 璐㈡斂鎷ㄤ粯鍙戞斁鏃ユ湡 */
+    financeTime?: string;
+    financeToStatus?: FinanceStatusEnum;
+    /** 鎷ㄤ粯鍏ヨ处鍑瘉 */
+    financeToFileUrl?: string;
+    inCheckStatus?: BountyCheckStatusEnum;
+    outCheckStatus?: BountyCheckStatusEnum;
+  }
+
+  interface GetParkCustomerBountyFinanceOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetParkCustomerBountyFinanceOutput[];
+  }
+
+  interface GetParkCustomerBountySettleOutput {
+    id?: string;
+    /** 鐢宠鎵规鍙� */
+    batchNo?: string;
+    /** 鐢虫姤鏈堜唤 */
+    applyMonth?: string;
+    /** 鐢虫姤鎬婚 */
+    applySumAmount?: number;
+    /** 骞冲彴鍏呭�煎叆璐︽椂闂� */
+    transferToTime?: string;
+    transferToStatus?: TransferToStatusEnum;
+    /** 骞冲彴鍏呭�奸噾棰� */
+    transferToAmount?: number;
+    /** 骞冲彴鍏呭�煎叆璐﹀嚟璇� */
+    transferToFileUrl?: string;
+    /** 璐㈡斂鎷ㄤ粯閲戦 */
+    financeToAmount?: number;
+    /** 骞冲彴鍏呭�煎彂鏀炬棩鏈� */
+    settleTime?: string;
+    financeToStatus?: FinanceStatusEnum;
+    inCheckStatus?: BountyCheckStatusEnum;
+    outCheckStatus?: BountyCheckStatusEnum;
+  }
+
+  interface GetParkCustomerBountySettleOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetParkCustomerBountySettleOutput[];
   }
 
   interface GetPermissionListResultDto {
@@ -1291,6 +1563,10 @@
     useEmploer?: string;
     /** 闆囧憳宸ョ */
     jobName?: string;
+    /** 鑱屼笟绫诲瀷 */
+    occupationType?: string;
+    /** 鑱屼笟鐮佸�� */
+    occupationCode?: string;
     /** 鐢ㄥ伐鍦扮偣 */
     address?: string;
     phone?: string;
@@ -1298,6 +1574,28 @@
     note?: string;
     /** 1姝e父 0寮傚父 */
     isNormal?: boolean;
+  }
+
+  interface ImportInsStaffToListFrontInput {
+    serialNum?: string;
+    url?: string;
+    /** 淇濋櫓浜у搧IdNumber */
+    productIdNumber?: string;
+    /** 淇濋櫓鏂规 */
+    productSchemeIdNumber?: string;
+    /** 淇濆崟鐢熸晥鏃堕棿 */
+    effectStartTime?: string;
+    /** 淇濆崟鎴鏃堕棿 */
+    effectEndTime?: string;
+  }
+
+  interface ImportInsStaffToListOutput {
+    /** 鎬讳汉鏁� */
+    importAllCount?: number;
+    /** 宸插鍏ヤ汉鏁� */
+    successCount?: number;
+    /** 瀵煎叆澶辫触鍒楄〃 */
+    errorList?: ImportInsStaffAnalysisList[];
   }
 
   type InsuranceClaimAttachmentBusinessTypeEnum = 10 | 20 | 30 | 40 | 50;
@@ -1426,6 +1724,23 @@
     count?: number;
   }
 
+  type InsuranceDetailStatusEnum = 10 | 12 | 13 | 14 | 20 | 30;
+
+  interface InsuranceOrderAuditRecordDto {
+    /** 鍒嗘壒璁㈠崟鍙� */
+    channelOrderNo?: string;
+    /** 鎿嶄綔 */
+    scene?: string;
+    /** 瀹℃牳澶囨敞 */
+    auditRemark?: string;
+    /** 鎿嶄綔鏃堕棿 */
+    creationTime?: string;
+    /** 鎿嶄綔浜� */
+    creatorId?: string;
+    /** 鎿嶄綔浜� */
+    creator?: string;
+  }
+
   interface InsuranceOrderListOutput {
     id?: string;
     /** 娓犻亾 */
@@ -1522,7 +1837,7 @@
     returnUrl?: string;
   }
 
-  type InsurancePolicyAuditStatusEnum = 10 | 20 | -10;
+  type InsurancePolicyAuditStatusEnum = 1 | 10 | 11 | 12 | 15 | 20 | -10;
 
   type InsurancePolicyListPayStatusEnum = 1 | 2;
 
@@ -1557,9 +1872,9 @@
     invoiceDownloadOssUrl?: string;
   }
 
-  type InsurancePolicyPayStatusEnum = 1 | 2;
+  type InsurancePolicyPayStatusEnum = 0 | 1 | 2 | -1;
 
-  type InsurancePolicyStatusEnum = 10 | 20 | 30;
+  type InsurancePolicyStatusEnum = 10 | 20 | 21 | 30;
 
   interface InsureBatchBillDetailDto {
     /** 鎵瑰崟Id */
@@ -1669,6 +1984,8 @@
     insured?: number;
     /** 淇濊垂 */
     signPremium?: number;
+    /** 淇濊垂鎸夊ぉ璁¤垂 */
+    signPremiumByDay?: string;
   }
 
   interface InsureProductSchemeDtoPageOutput {
@@ -1690,6 +2007,10 @@
     status?: InsureProductSettingStatusEnum;
     /** 鍒涘缓鏃堕棿 */
     creationTime?: string;
+    /** 鎶曚繚浜烘暟涓婇檺 */
+    maxCount?: number;
+    /** 鏄惁璧扮嚎涓婃祦绋� */
+    online?: boolean;
   }
 
   interface InsureProductSettingDtoPageOutput {
@@ -1836,6 +2157,33 @@
   interface ObjectExtensionsDto {
     modules?: Record<string, any>;
     enums?: Record<string, any>;
+  }
+
+  interface OperateRecordDto {
+    /** 鎿嶄綔 */
+    operate?: string;
+    /** 鎿嶄綔鍐呭 */
+    content?: string;
+    /** 鎿嶄綔鏃堕棿 */
+    creationTime?: string;
+    /** 鎿嶄綔浜� */
+    creatorId?: string;
+    /** 鎿嶄綔浜� */
+    creator?: string;
+  }
+
+  interface OperateRecordDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: OperateRecordDto[];
+  }
+
+  interface OperateRecordInput {
+    pageModel?: Pagination;
+    /** 鍦烘櫙 */
+    scene?: string;
+    /** 鐩爣Id */
+    targetId?: string;
   }
 
   interface OrderInput {
@@ -2133,6 +2481,8 @@
     email?: string;
     /** 鎵嬫満鍙凤紙鍙�夛級 */
     mobile?: string;
+    /** 鑱屼笟绫诲瀷 */
+    occupationType?: string;
     /** 鑱屼笟浠g爜锛堝彲閫夛級 */
     occupationCode?: string;
     /** 楣婃ˉ涓撶敤鍥犲瓙锛堝彲閫夛級
@@ -2173,6 +2523,25 @@
   interface ProposalInputSign {
     /** 绛惧悕 */
     signature?: string;
+  }
+
+  interface ProposalOutput {
+    /** 绛惧悕锛堝繀闇�锛� */
+    signature?: string;
+    response?: ProposalResponse;
+  }
+
+  interface ProposalResponse {
+    /** 鐘舵�佺爜锛堝繀闇�锛�
+200涓烘垚鍔�,鍏朵粬涓哄紓甯�
+鏋氫妇鍊�: -1,200,400,404,408,9999,10021-10042,40001,50001-50022,60001-60002,70000-70012,80002-80003,81001-81101,82001,84001,85001-85004,86001-86002,87001-87003,88001,90001,91001-91002,92001,93001,94001,100010-100012,200001,800001-800009
+榛樿鍊�: 200 */
+    code?: number;
+    /** 鐘舵�佹秷鎭紙鍙�夛級 */
+    message?: string;
+    /** 鏃堕棿鎴筹紙蹇呴渶锛� */
+    timestamp?: number;
+    data?: ProposalResponseData;
   }
 
   interface ProposalResponseData {
@@ -2234,6 +2603,11 @@
     importChannel?: string;
   }
 
+  interface QueryParkCustomerBountyApplyInput {
+    pageModel?: Pagination;
+    id?: string;
+  }
+
   interface QueryUserPageInput {
     pageModel?: Pagination;
     searchKey?: string;
@@ -2277,6 +2651,22 @@
     userName?: string;
     phoneNumber?: string;
     password?: string;
+  }
+
+  interface RestorePolicyDto {
+    /** 璁㈠崟鍙� */
+    channelOrderNo?: string;
+    /** 淇濆崟鍙� */
+    policyNo?: string;
+    /** 鐢靛瓙淇濆崟閾炬帴 */
+    policyOssUrl?: string;
+  }
+
+  interface RestorePolicyInput {
+    /** 淇濆崟Id */
+    insurancePolicyId?: string;
+    /** 鎶曚繚鎵规 */
+    items?: RestorePolicyDto[];
   }
 
   interface ReturnValueApiDescriptionModel {
@@ -2372,6 +2762,34 @@
     modules: ModuleTypeInfo[];
   }
 
+  interface SyncAuditParkBountyTradeInput {
+    /** 鍑鸿处璁板綍Id */
+    id?: string;
+    auditStatus?: EnumParkBountyTradeDetailAuditStatus;
+    /** 瀹℃牳澶囨敞 */
+    auditRemark?: string;
+    /** 瀹℃牳鍑瘉 */
+    payAuditFileUrl?: string;
+    /** 鍑鸿处鎿嶄綔浜� */
+    auditOperator?: string;
+    /** 鍑鸿处鎿嶄綔浜篒D */
+    auditOperatorId?: string;
+  }
+
+  interface SyncFinanceAuditParkBountyTradeInput {
+    /** 鍑鸿处璁板綍Id */
+    id?: string;
+    auditStatus?: EnumParkBountyTradeDetailAuditStatus;
+    /** 瀹℃牳澶囨敞 */
+    auditRemark?: string;
+    /** 瀹℃牳鍑瘉 */
+    payAuditFileUrl?: string;
+    /** 璐㈠姟瀹℃牳鎿嶄綔浜� */
+    financeAuditOperator?: string;
+    /** 璐㈠姟瀹℃牳鎿嶄綔浜篒d */
+    financeAuditOperatorId?: string;
+  }
+
   interface SyncUserAmountInput {
     /** 鐢ㄦ埛鍚嶇О */
     id?: string;
@@ -2386,6 +2804,24 @@
     open?: boolean;
     /** 818鐢ㄦ埛Id */
     humanResourcesServiceUserId?: string;
+    /** 鐢ㄦ埛绔疘d */
+    clientId?: string;
+    /** 瑙掕壊 */
+    roleNames?: string[];
+    /** 鏄惁鐞嗚禂鎻愰啋 */
+    sendClaimMessage?: boolean;
+    /** 鏄惁淇濆崟鍒版湡鎻愰啋 */
+    sendBillExpireMessage?: boolean;
+    /** 鏄惁鐭俊鎻愰啋 */
+    isSendMessage?: boolean;
+    /** 鏄惁浜哄憳鍙樻洿鎻愰啋 */
+    staffChangeMessage?: boolean;
+    /** 鏄惁鎵规敼鎻愰啋 */
+    batchUpdateMessage?: boolean;
+    /** 浜т笟鍥尯id */
+    industrialParkId?: string;
+    /** 鍥尯Ids */
+    industrialParkIds?: string[];
     /** 鍚嶇О */
     name?: string;
     /** 鐧诲綍鐢ㄦ埛鍚� */
@@ -2436,6 +2872,8 @@
     timeZone?: TimeZone;
   }
 
+  type TransferToStatusEnum = 1 | 2;
+
   interface TypeApiDescriptionModel {
     baseType?: string;
     isEnum?: boolean;

--
Gitblit v1.9.1