From d912afce3fac73b6c61c48baccc1792788cace5e Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 24 四月 2025 14:58:12 +0800
Subject: [PATCH] fix: bug

---
 src/services/api/typings.d.ts | 21415 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 21,012 insertions(+), 403 deletions(-)

diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index 7c262c8..1a717fc 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -15,6 +15,26 @@
     scope?: string;
   }
 
+  interface AcquisitionInformationListOutput {
+    /** 璧勮Id */
+    id?: string;
+    /** 鏍囬 */
+    title?: string;
+    /** 浣滆�� */
+    author?: string;
+    /** 閲囬泦鏉ユ簮鍦板潃 浠呮潵婧愪负閲囬泦鏃舵湁鏁� */
+    acquisitionSourceLink?: string;
+    adoptStatus?: InformationAdoptStatusEnum;
+    /** 鍒涘缓鏃堕棿 */
+    creationTime?: string;
+  }
+
+  interface AcquisitionInformationListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: AcquisitionInformationListOutput[];
+  }
+
   interface ActionApiDescriptionModel {
     uniqueName?: string;
     name?: string;
@@ -28,93 +48,835 @@
     implementFrom?: string;
   }
 
-  interface AddInsuranceClaimAttachmentInput {
-    /** 鏂囦欢鍚嶇О */
-    fileName?: string;
-    /** 鏂囦欢鍦板潃 */
-    url?: string;
-    businessType?: InsuranceClaimAttachmentBusinessTypeEnum;
-  }
-
-  interface AddInsuranceClaimInput {
-    /** 娓犻亾 */
-    channel?: string;
-    /** 濮撳悕 */
-    name: string;
-    /** 韬唤璇佸彿 */
-    idNumber: string;
-    /** 宸ョ */
-    workType: string;
-    /** 鍔冲姩鍚堝悓鍗曚綅 */
-    laborContractEnterprise: string;
-    /** 瀹為檯宸ヤ綔鍗曚綅 */
-    workEnterprise: string;
-    /** 淇濋櫓璧峰鏃堕棿 */
-    insuranceBeginTime: string;
-    /** 淇濋櫓缁撴潫鏃堕棿 */
-    insuranceEndTime: string;
-    /** 鍙備繚鏈烘瀯 */
-    insuredInstitution: string;
-    /** 鎶曚繚鏂规 */
-    insuranceScheme: string;
-    /** 鍦ㄨ亴鏍囪瘑 */
-    onJobFlag?: string;
-    /** 鎬у埆 */
-    gender?: string;
-    /** 骞撮緞 */
-    age?: number;
-    /** 淇濊垂閲戦 */
-    premiumAmount?: number;
-    /** 澧炲噺璐圭敤 */
-    incDecAmount?: number;
-    /** 淇濆崟id */
-    insuranceOrderId?: string;
-    /** 鎶ユ鏃堕棿 */
-    reportedTime: string;
+  interface AddCertifiedUserInput {
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    enterpriseType?: EnterpriseTypeEnum;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName: string;
+    /** 钀ヤ笟鎵х収鏂囦欢鍦板潃 */
+    licenseUrl: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode: string;
+    certificationMode?: UserCertificationModeEnum;
+    /** 娉曚汉濮撳悕 */
+    legalPersonName?: string;
+    /** 娉曚汉韬唤璇佸彿 */
+    legalPersonIdNumber?: string;
+    /** 娉曚汉鎵嬫寔韬唤璇佺収 */
+    legalPersonIdImgUrl?: string;
+    /** 娉曚汉韬唤璇佺収鍙嶉潰 */
+    legalPersonIdBackImgUrl?: string;
+    /** 鏄惁浠樿垂 */
+    isPay?: boolean;
+    /** 浠樿垂閲戦 */
+    payAmount?: number;
+    /** 鎵�灞炲洯鍖� */
+    belongPark?: string;
+    /** 閾惰鍗″彿 */
+    bankCardNumber?: string;
+    certificationChannel?: UserCertificationChannelEnum;
+    /** 鐢ㄦ埛鍚� */
+    userName: string;
+    /** 鎵嬫満鍙� */
+    phoneNumber: string;
+    /** 鑱旂郴浜� */
+    contact: string;
     /** 鑱旂郴鐢佃瘽 */
-    contactNumber: string;
-    /** 澶囩敤鑱旂郴鐢佃瘽 */
-    bakContactNumber?: string;
-    /** 浜嬫晠绫诲瀷 */
-    accidentType: string;
-    /** 浜嬫晠鍙戠敓鏃堕棿 */
-    accidentTime: string;
-    /** 浼ゆ畫姣斾緥 */
-    disabilityRatio?: number;
-    /** 浜嬪彂鍦扮偣 */
-    accidentAddress: string;
-    /** 浜嬫晠缁忚繃 */
-    accidentProcess: string;
-    claimResult?: InsuranceClaimResultEnum;
-    /** 涓嬫閲戦 */
-    downPaymentAmount?: number;
-    /** 鐞嗚禂缁撴灉鏃堕棿 */
-    claimResultTime?: string;
-    /** 闄勪欢闆嗗悎 */
-    attachments?: AddInsuranceClaimAttachmentInput[];
+    contactPhone: string;
   }
 
-  interface AddInsuranceOrderBillFile {
-    /** 淇濆崟鍙� */
-    orderNo?: string;
-    /** 淇濆崟鏂囦欢 */
-    orderBillFile?: string;
+  interface AddEnterpriseMaterialFileInput {
+    fileBusinessType?: EnterpriseMaterialFileBusinessTypeEnum;
+    /** 鏂囦欢url */
+    fileUrl?: string;
+    /** 鏂囦欢澶у皬 */
+    fileSize?: number;
+    /** 鏂囦欢鎵╁睍鍚� */
+    fileExtension?: string;
   }
 
-  interface AddInsuranceOrderMaterialInput {
-    insuranceOrderId?: string;
-    /** 鏂囦欢鍚嶇О */
-    fileName?: string;
-    /** 鏂囦欢鍦板潃 */
-    url?: string;
-    /** 鏉愭枡鍚嶇О */
-    materialName: string;
+  interface AddEnterpriseMaterialInput {
+    /** 骞� */
+    year?: number;
+    /** 鏈� */
+    month?: number;
+    /** 鐢ㄦ埛id */
+    userId?: string;
+    materialType?: EnterpriseMaterialTypeEnum;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 鏂囦欢鍒楄〃 */
+    addEnterpriseMaterialFileList?: AddEnterpriseMaterialFileInput[];
+  }
+
+  interface AddFirstPartyCompanyAuditInput {
+    userId?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鑱旂郴浜� */
+    contact: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone: string;
+    /** 鐪乧ode */
+    provinceCode?: number;
+    /** 甯俢ode */
+    cityCode?: number;
+    /** 鍖哄幙code */
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    /** 浼佷笟logo */
+    enterpriseLogoUrl?: string;
+    /** 鎵�灞炶涓欼d */
+    industryTypeId: string;
+    firstPartyCompanyId?: string;
+  }
+
+  interface AddFirstPartyCompanyInput {
+    userId?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鑱旂郴浜� */
+    contact: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone: string;
+    /** 鐪乧ode */
+    provinceCode?: number;
+    /** 甯俢ode */
+    cityCode?: number;
+    /** 鍖哄幙code */
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    /** 浼佷笟logo */
+    enterpriseLogoUrl?: string;
+    /** 鎵�灞炶涓欼d */
+    industryTypeId: string;
+  }
+
+  interface AddFollowMessageInfo {
+    /** 娑堟伅Id */
+    id?: string;
+    /** 娑堟伅鍐呭 */
+    messageContent?: string;
+    /** 娑堟伅鍙戦�佹椂闂� */
+    creationTime?: string;
+    /** 鏄惁宸茶 */
+    isRead?: boolean;
+    /** 娑堟伅绫诲瀷 */
+    type?: number;
+    businessBehaviorType?: MessageBusinessBehaviorTypeEnum;
+    /** 涓氬姟鏁版嵁 */
+    businessData?: string;
+    sourceType?: MessageSourceTypeEnum;
+    /** 娑堟伅鍙戦�佽�呯殑鐢ㄦ埛id锛屾潵婧愪负绯荤粺鏃朵负绌� */
+    sourceId?: string;
+    userId?: string;
+    /** 鍚嶇О */
+    contact?: string;
+    /** 澶村儚 */
+    avatarUrl?: string;
+    userFollowStatus?: UserFollowStatusEnum;
+  }
+
+  interface AddFollowMessageInfoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: AddFollowMessageInfo[];
+  }
+
+  interface AddIncentivePaymentsInput {
+    userId?: string;
+    /** 濂栧姳閲戦噾棰� */
+    incentivePaymentsAmount?: number;
+    /** 鍙戞斁鍑瘉 */
+    issueVouchersUrl: string;
+    /** 澶囨敞 */
+    remark: string;
+  }
+
+  interface AddIndustrialParkInput {
+    /** 鍥尯鍚嶇О */
+    parkName: string;
+    /** 璐熻矗浜哄悕绉� */
+    leaderName?: string;
+    /** 璐熻矗浜虹數璇� */
+    leaderMobile?: string;
+    /** 鍥尯绫诲瀷 */
+    parkTypeId?: string;
+    /** 娉ㄥ唽鍦板潃 */
+    registerAddress: string;
+    /** 澶囨敞 */
+    remark?: string;
+  }
+
+  interface AddIndustryBodyAuditInput {
+    userId?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鑱旂郴浜� */
+    contact: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone: string;
+    /** 鐪乧ode */
+    provinceCode?: number;
+    /** 甯俢ode */
+    cityCode?: number;
+    /** 鍖哄幙code */
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    /** 浼佷笟logo */
+    enterpriseLogoUrl?: string;
+    /** 鏈烘瀯绫诲瀷Id */
+    institutionTypeId: string;
+    industryBodyId?: string;
+  }
+
+  interface AddIndustryBodyInput {
+    userId?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鑱旂郴浜� */
+    contact: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone: string;
+    /** 鐪乧ode */
+    provinceCode?: number;
+    /** 甯俢ode */
+    cityCode?: number;
+    /** 鍖哄幙code */
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    /** 浼佷笟logo */
+    enterpriseLogoUrl?: string;
+    /** 鏈烘瀯绫诲瀷Id */
+    institutionTypeId: string;
+  }
+
+  interface AddIndustryMatingAuditInput {
+    userId?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鑱旂郴浜� */
+    contact: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone: string;
+    /** 鐪乧ode */
+    provinceCode?: number;
+    /** 甯俢ode */
+    cityCode?: number;
+    /** 鍖哄幙code */
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    /** 浼佷笟logo */
+    enterpriseLogoUrl?: string;
+    /** 鏈嶅姟绫诲瀷Id */
+    serviceTypeId?: string;
+    /** 鏈嶅姟璧勮川 */
+    serviceQualificationsUrl?: string;
+    industryMatingId?: string;
+  }
+
+  interface AddIndustryMatingInput {
+    userId?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鑱旂郴浜� */
+    contact: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone: string;
+    /** 鐪乧ode */
+    provinceCode?: number;
+    /** 甯俢ode */
+    cityCode?: number;
+    /** 鍖哄幙code */
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    /** 浼佷笟logo */
+    enterpriseLogoUrl?: string;
+    /** 鏈嶅姟绫诲瀷Id */
+    serviceTypeId?: string;
+    /** 鏈嶅姟璧勮川 */
+    serviceQualificationsUrl?: string;
+  }
+
+  interface AddInsurePlanInput {
+    /** 淇濋櫓鍦烘櫙鐮�: FLEXIBLE_EMPLOYMENT-鏃ュ崟锛堝疄鏃剁敓鏁堬級锛汭NITIATIVE_EMPLOYMENT-闀挎湡锛堟鏃�0鐐圭敓鏁堬級 */
+    bizCode?: string;
+    /** 鍏徃Id */
+    companyId?: string;
+    /** 闄╃绫诲瀷: ACCIDENT: 鎰忓闄�; EMPLOYER_LIABILITY: 闆囦富闄� */
+    insuranceTypeCode?: string;
+    /** 鎶曚繚鍛ㄦ湡 1D  30D  360D */
+    period?: string;
+    /** 淇濋 (鍒�) */
+    sumInsured?: number;
+    /** 鎶曚繚鐗堟湰 */
+    insureWay?: number;
+    /** 淇濋櫓鏈烘瀯鍚嶇О */
+    insureOrganization?: string;
+    /** 璁剧疆鎶曚繚璧峰鏃堕棿 */
+    insureStartTime?: string;
+    /** 棰勪及鎶曚繚鎴鏃堕棿 */
+    insureEndTime?: string;
+    /** 鎶曚繚鏈熸暟 */
+    periodCount?: number;
+    /** 浜哄憳绫诲埆 */
+    jobCode?: string;
+    /** 浜у搧Id */
+    productId?: string;
+    /** 宸ヤ綔鍦扮偣 */
+    companyInsureAddress?: string;
+    /** 鎶曚繚浜烘暟 */
+    employCount?: number;
+    insStaffList?: InsureInsStaffList[];
+  }
+
+  interface AddInsureProjectInput {
+    companyId?: string;
+    type?: number;
+    insuranceTypeCode?: string;
+    /** 鑱屼笟缂栫爜: default-1-涓�绫昏亴涓�; default-2-浜岀被鑱屼笟;default-3-涓夌被鑱屼笟;default-4-鍥涚被鑱屼笟; */
+    jobCode?: string;
+    productId?: string;
+    /** 浜у搧鍗曚环 */
+    unitPrice?: number;
+    /** 淇濋锛堝垎锛� */
+    sumInsured?: number;
+    /** 鎶曚繚鏂瑰紡 10鍚触璐� 20鍚対姝� 30娲ヨ创+鐚濇 40鍩虹鍏ㄥぉ鐗� 50鍚笁鑰呭叏澶╃増 */
+    insureWay?: number;
+    /** 宸ヤ綔鍦扮偣 */
+    address?: string;
+    /** 鍦哄湴鐮佺被鍨� 10闀挎湡鐮�  20鏃舵晥鐮� */
+    qrType?: number;
+    /** 鐘舵�� 1鍚敤  0绂佺敤 */
+    status?: number;
+    /** 鍦哄湴鐮佽捣濮嬫湁鏁堟湡 */
+    effectStartDateTime?: string;
+    /** 鍦哄湴鐮佹埅姝㈡湁鏁堟湡 */
+    effectEndDateTime?: string;
+  }
+
+  interface AddNoticeInput {
+    /** 鍏憡鏍囬 */
+    title?: string;
+    /** 鍏憡璇︽儏 */
+    content: string;
+    /** 鍏憡閾炬帴 */
+    link?: string;
+    /** 鍏憡寮�濮嬫椂闂� */
+    startTime: string;
+    /** 鍏憡鍒版湡鏃堕棿 */
+    expirationTime: string;
+    /** 鍏憡鎺掑簭 */
+    sort: number;
+    userId?: string;
+  }
+
+  interface AddParkBountyApplyStepOneInput {
+    batchNo?: string;
+    parkId?: string;
+    applyMonth?: string;
+    removeCompanyIds?: string[];
+  }
+
+  interface AddSysOrgInput {
+    /** 缁勭粐鍚嶇О */
+    orgName: string;
+    sysOrgType?: SysOrgTypeEnum;
+    /** 缁勭粐鍦板潃 */
+    orgAddress?: string;
+    /** 寮�鎴疯 */
+    openBank?: string;
+    /** 閾惰鍗″彿 */
+    bankCardNo?: string;
+    /** 涓婄骇缁勭粐 */
+    parentId?: string;
+  }
+
+  interface AddSystemTemplateDataParamSettingInput {
+    /** 鏁版嵁鍙傛暟鍚嶇О */
+    dataParamName?: string;
+    /** 鏁版嵁鍙傛暟瀛楁鍚嶇О */
+    dataParamNameFieldName?: string;
+    /** 鏁版嵁鍙傛暟榛樿鍊� */
+    dataParamDefaultValue?: string;
+    /** 鏄惁 涓嶆槸鏁板�煎弬鏁帮紝鍗虫棤闇�鍊� */
+    isNotValueParam?: boolean;
+  }
+
+  interface AddTradeChatRecordInput {
+    /** 鐢ㄦ埛id */
+    applyUserId?: string;
+    /** 鍏宠仈id */
+    relationalId?: string;
+  }
+
+  interface AddUpdateContractTemplateInput {
+    /** 鍚堝悓妯℃澘Id */
+    id?: string;
+    /** 鐢ㄦ埛id */
+    companyId?: string;
+    /** 鐢叉柟Id */
+    customerId?: string;
+    /** 鍚堝悓妯℃澘缂栧彿 */
+    templateId?: string;
+    /** 鍚堝悓妯℃澘璺緞 */
+    templateFileUrl?: string;
+    /** 涓氬姟浠g爜 */
+    bussinessCode?: string;
+    /** 妯℃澘鍚嶇О */
+    name?: string;
+    signChannel?: SignChannelEnum;
+    /** 妯℃澘缂栬緫鏁版嵁 */
+    templateEditData?: string;
+  }
+
+  interface AddUpdateCustomerInput {
+    /** 鐢叉柟id */
+    id?: string;
+    /** 浼佷笟鐢ㄦ埛Id */
+    companyId?: string;
+    /** 鐢叉柟鍚嶇О */
+    customerName?: string;
+    /** 鐢叉柟绀句細缁熶竴淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鐢叉柟鑱旂郴 */
+    contactMan?: string;
+    /** 鐢叉柟鑱旂郴鐢佃瘽 */
+    contactPhone?: string;
+  }
+
+  interface AddUpdateInsureCommonInfoInput {
+    id?: string;
+    commonInfoType?: CommonInfoType;
+    /** 鍚嶇О */
+    name?: string;
+    /** 鑱旂郴鐢佃瘽鎴栨墜鏈哄彿 */
+    phoneNumber?: string;
+    /** 娉曚汉 */
+    legalPerson?: string;
+    certificateType?: CertificateType;
+    /** 璇佷欢鍙风爜 */
+    certificateNum?: string;
+    /** 璇佷欢璺緞 */
+    certificateUrl?: string;
+    /** 鍦板潃 */
+    address?: string;
+    /** 鐢ㄥ伐浼佷笟Id */
+    useEmploerId?: string;
+    /** 鑱屼笟鍚嶇О */
+    jobName?: string;
+    /** 鑱屼笟绫诲埆 */
+    jobType?: string;
+  }
+
+  interface AddUserCertificationAuditDto {
+    id?: string;
+    auditNo?: string;
+    platformServicePayId?: string;
+    /** 浜鸿劯璁よ瘉url */
+    faceCertificationUrl?: string;
+  }
+
+  interface AddUserCertificationAuditInput {
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    enterpriseType?: EnterpriseTypeEnum;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName: string;
+    /** 钀ヤ笟鎵х収鏂囦欢鍦板潃 */
+    licenseUrl: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode: string;
+    certificationMode?: UserCertificationModeEnum;
+    /** 娉曚汉濮撳悕 */
+    legalPersonName?: string;
+    /** 娉曚汉韬唤璇佸彿 */
+    legalPersonIdNumber?: string;
+    /** 娉曚汉鎵嬫寔韬唤璇佺収 */
+    legalPersonIdImgUrl?: string;
+    /** 璁よ瘉鑱旂郴浜� */
+    certificationContact: string;
+    /** 璁よ瘉鑱旂郴浜虹數璇� */
+    certificationContactPhone: string;
+    /** 浠g悊浜哄鍚� */
+    proxyPersonName?: string;
+    /** 浠g悊浜鸿韩浠借瘉鍙� */
+    proxyPersonIdNumber?: string;
+    /** 浠g悊浜烘墜鎸佽韩浠借瘉鐓� */
+    proxyPersonIdImgUrl?: string;
+    /** 浼佷笟鎺堟潈涔� */
+    proxyPowerAttorneyUrl?: string;
+    invoicingType?: InvoicingTypeEnum;
+    /** 姹囨閾惰璐﹀彿锛屽綋鍓嶄粎绾夸笅鏀粯鏃讹紝鐢ㄦ埛鐨勬眹娆鹃摱琛岃处鍙� */
+    offlineBankCardNumber?: string;
+    payType?: PayTypeEnum;
+    certificationChannel?: UserCertificationChannelEnum;
+    certificationElement?: UserCertificationElementEnum;
+    /** 楠岃瘉鐮� */
+    vCode?: string;
+    /** 閾惰鍗″彿 */
+    bankCardNumber?: string;
+    /** 娉曚汉韬唤璇佺収鍙嶉潰 */
+    legalPersonIdBackImgUrl?: string;
+    /** 浠g悊浜鸿韩浠借瘉鐓у弽闈� */
+    proxyPersonIdBackImgUrl?: string;
+    /** 娉曚汉閾惰鍗$収鐗� */
+    legalPersonBankCardImgUrl?: string;
+    /** 浠g悊浜洪摱琛屽崱鐓х墖 */
+    proxyPersonBankCardImgUrl?: string;
+  }
+
+  interface AddUserCertificationBaseInput {
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    enterpriseType?: EnterpriseTypeEnum;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName: string;
+    /** 钀ヤ笟鎵х収鏂囦欢鍦板潃 */
+    licenseUrl: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode: string;
+    certificationMode?: UserCertificationModeEnum;
+    /** 娉曚汉濮撳悕 */
+    legalPersonName?: string;
+    /** 娉曚汉韬唤璇佸彿 */
+    legalPersonIdNumber?: string;
+    /** 娉曚汉鎵嬫寔韬唤璇佺収 */
+    legalPersonIdImgUrl?: string;
+    /** 娉曚汉韬唤璇佺収鍙嶉潰 */
+    legalPersonIdBackImgUrl?: string;
+    /** 鏄惁浠樿垂 */
+    isPay?: boolean;
+    /** 浠樿垂閲戦 */
+    payAmount?: number;
+    /** 鎵�灞炲洯鍖� */
+    belongPark?: string;
+    /** 閾惰鍗″彿 */
+    bankCardNumber?: string;
+    certificationChannel?: UserCertificationChannelEnum;
+  }
+
+  interface AddWalletAccountOpenFollowInput {
+    /** 寮�鎴蜂俊鎭疘d */
+    walletAccountOpenId?: string;
+    /** 鍥炶璁板綍 */
+    followLog: string;
+  }
+
+  interface AddWalletBatchImportTempInput {
+    /** 瀵规柟璇佷欢鍙风爜 */
+    idNo: string;
+    /** 瀵规柟寮�鎴疯鍚� */
+    oppBankName: string;
+    /** 瀵规柟甯愬彿 */
+    oppAccNo: string;
+    /** 瀵规柟鎴峰悕 */
+    oppAccName: string;
+    /** 閲戦 */
+    amount: number;
+    /** 璧勯噾鐢ㄩ�� */
+    useEx?: string;
+    /** 鎵嬫満鍙� */
+    phoneNumber?: string;
+    /** 鎵嬬画璐� */
+    fee?: number;
+    id?: string;
+  }
+
+  interface AdvertiseBoardDto {
+    /** Id */
+    id?: string;
+    /** 骞垮憡椤甸潰 */
+    boardName?: string;
+    /** 10 浜鸿祫椤甸潰 20 琛屼笟璧勮鍒楄〃 30 鎴戞湁浜� */
+    pageType?: number;
+    /** 骞垮憡椤甸潰X杞村昂瀵� */
+    pageSizeX?: number;
+    /** 骞垮憡椤甸潰Y杞村昂瀵� */
+    pageSizeY?: number;
+    /** 灞曠ず鏂瑰紡 1,鍗曞紶灞曠ず 2锛岃疆鎾� */
+    showType?: number;
+    /** 0,绂佺敤 1 鍚敤 */
+    status?: boolean;
+    /** 鍒涘缓鏃堕棿 */
+    creationTime?: string;
+  }
+
+  interface AdvertiseBoardDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: AdvertiseBoardDto[];
+  }
+
+  interface AdvertiseBoardListInput {
+    pageModel?: Pagination;
+    /** 0,绂佺敤 1 鍚敤 */
+    status?: boolean;
+    /** 鍒涘缓鐨勫紑濮嬫椂闂� */
+    startDate?: string;
+    /** 鍒涘缓鐨勭粨鏉熸椂闂� */
+    endDate?: string;
+    /** 10 浜鸿祫椤甸潰 20 琛屼笟璧勮鍒楄〃 30 鎴戞湁浜� */
+    pageType?: number;
+    /** 骞垮憡鏉垮潡鍚嶇О */
+    boardName?: string;
+  }
+
+  interface AdvertiseBoardStatusInput {
+    id?: string;
+    /** 0 绂佺敤 1鍚敤 */
+    status?: boolean;
+  }
+
+  interface AdvertiseInfo {
+    /** 浜у搧骞垮憡Id */
+    id?: string;
+    /** 寮�濮嬫椂闂� */
+    startTime?: string;
+    /** 鍒版湡鏃堕棿 */
+    endTime?: string;
+    /** 鎺掑簭 */
+    sequence?: number;
+    /** 骞垮憡浣嶇疆锛�0棣栭〉涓�绾э紝1棣栭〉浜岀骇锛�2璇︽儏椤垫帹鑽� */
+    position?: number;
+  }
+
+  interface AdvertiseOnShowClickInput {
+    /** 骞垮憡Id */
+    advertiseOnShowId?: string;
+  }
+
+  interface AdvertiseOnShowDto {
+    /** Id */
+    id?: string;
+    /** 骞垮憡浣岻d */
+    pageBoardId?: string;
+    /** 骞垮憡鍚嶇О */
+    advertiseName?: string;
+    /** 骞垮憡閾炬帴 */
+    advertiseLink?: string;
+    /** 浜鸿祫浼佷笟Id */
+    parkOrHrId?: string;
+    /** 鑱旂郴浜� */
+    contacter?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contacterPhone?: string;
+    /** 骞垮憡寮�濮嬫椂闂� */
+    advertiseBeginDate?: string;
+    /** 骞垮憡缁撴潫鏃堕棿 */
+    advertiseEndDate?: string;
+    /** 骞垮憡鏀惰垂绫诲瀷 0 鍏嶈垂 1 鏀惰垂 */
+    advertiseType?: number;
+    /** 骞垮憡椤甸潰 */
+    boardName?: string;
+    /** 10 浜鸿祫椤甸潰 20 琛屼笟璧勮鍒楄〃 30 鎴戞湁浜� */
+    pageType?: number;
+    /** 骞垮憡椤甸潰X杞村昂瀵� */
+    pageSizeX?: number;
+    /** 骞垮憡椤甸潰Y杞村昂瀵� */
+    pageSizeY?: number;
+    /** 灞曠ず鏂瑰紡 1,鍗曞紶灞曠ず 2锛岃疆鎾� */
+    showType?: number;
+    /** 0,绂佺敤 1 鍚敤 */
+    status?: boolean;
+    /** 0,绂佺敤 1 鍚敤 */
+    boardStatus?: boolean;
+    /** 骞垮憡鎺掑簭 */
+    sort?: number;
+    /** 骞垮憡鍒涘缓鏃堕棿 */
+    creationTime?: string;
+    /** 浼佷笟鍚嶇О */
+    companyName?: string;
+    /** 浠樿垂閲戦 */
+    payAmount?: number;
+    /** 鍥剧墖淇℃伅 */
+    imgInfo?: AdvertiseOnShowImgDto[];
+    /** 鐐瑰嚮娆℃暟 */
+    clickCount?: number;
+  }
+
+  interface AdvertiseOnShowDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: AdvertiseOnShowDto[];
+  }
+
+  interface AdvertiseOnShowImgDto {
+    /** 鍥剧墖淇℃伅 */
+    imgUrl?: string;
+    /** 鍥剧墖淇℃伅 */
+    sort?: number;
+  }
+
+  interface AdvertiseOnShowListInput {
+    pageModel?: Pagination;
+    /** 0,绂佺敤 1 鍚敤 */
+    status?: boolean;
+    /** 骞垮憡寮�濮嬫椂闂寸殑璧峰鏃ユ湡 */
+    beginStartDate?: string;
+    /** 骞垮憡寮�濮嬫椂闂寸殑缁撴潫鏃ユ湡 */
+    beginToDate?: string;
+    /** 骞垮憡鍒版湡鏃堕棿鐨勮捣濮嬫棩鏈� */
+    endStartDate?: string;
+    /** 骞垮憡鍒版湡鏃堕棿鐨勭粨鏉熸棩鏈� */
+    endToDate?: string;
+    /** 10 浜鸿祫椤甸潰 20 琛屼笟璧勮鍒楄〃 30 鎴戞湁浜� */
+    pageType?: number;
+    /** 鎼滅储鍏抽敭璇� */
+    searchKey?: string;
+  }
+
+  interface AdvertiseOnShowStatusInput {
+    id?: string;
+    /** 0 绂佺敤 1鍚敤 */
+    status?: boolean;
+  }
+
+  interface AdvertisePriceInfo {
+    /** 骞垮憡浠蜂綅閰嶇疆Id */
+    id?: string;
+    /** 骞垮憡绫诲瀷锛�0浜у搧鏈嶅姟锛�1琛屼笟璧勮 */
+    type?: number;
+    /** 骞垮憡浣嶇疆锛�0棣栭〉涓�绾э紝1棣栭〉浜岀骇锛�2璇︽儏椤垫帹鑽� */
+    position?: number;
+    /** 鐘舵�侊細-10宸蹭笅鏋讹紝10涓婃灦/鏄剧ず涓� */
+    status?: number;
+    /** 浠锋牸淇℃伅 */
+    prices?: PeriodPriceInfo[];
+  }
+
+  interface AlipayEcsignNotifyInput {
+    /** 绛剧害璁㈠崟鍙� */
+    signOrderNo?: string;
+    /** 鍙戣捣绛剧害鐨勪笟鍔℃祦姘村彿 */
+    outOrderNo?: string;
+    /** 璁㈠崟鐘舵�侊細INIT-鍒濆鍖栵紝FAIL-绛剧害澶辫触锛孲UCCESS-绛剧害鎴愬姛 */
+    orderStatus?: string;
+    /** 绛剧害鏂规鐮� */
+    solutionCode?: string;
+    /** 鍒涘缓鏃堕棿 */
+    gmtCreate?: string;
+    /** 鏇存柊鏃堕棿 */
+    gmtModified?: string;
+  }
+
+  interface AlipayFundTransPagePayResponse {
+    body?: string;
+  }
+
+  interface AlipayRechargeInput {
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 杞处閲戦 */
+    transAmount?: number;
+    /** 鍏呭�煎娉� */
+    remark?: string;
+  }
+
+  interface AliRechargeInfo {
+    /** 鍏呭�煎崟鍙� */
+    rechargeNo?: string;
+    /** 鍏呭�肩爜鍦板潃 */
+    rechargeCodeUrl?: string;
+  }
+
+  interface AliRechargeInfoAjaxResponse {
+    success?: boolean;
+    msg?: string;
+    error?: RemoteServiceErrorInfo;
+    unAuthorizedRequest?: boolean;
+    result?: AliRechargeInfo;
+  }
+
+  interface AliRechargeInput {
+    /** 鍏呭�奸噾棰濓紝鍗曚綅涓哄厓銆� */
+    amount?: number;
+    /** 鍟嗗搧鎻忚堪 */
+    description?: string;
+    /** 澶囨敞 */
+    remark?: string;
+  }
+
+  interface AllBankListOutput {
+    id?: number;
+    mark?: string;
+    name?: string;
+    isHot?: number;
   }
 
   interface AllSubModule {
     pageButton?: ModuleButtonDto[];
     dataButton?: ModuleButtonDto[];
     column?: ModuleColumnDto[];
+  }
+
+  interface AnyUserByBindEmailInput {
+    /** 閭 */
+    bindEmailAddress: string;
+  }
+
+  interface AnyUserByPhoneNumberInput {
+    /** 鎵嬫満鍙� */
+    phoneNumber: string;
+  }
+
+  interface APIaccountBookQueryParams {
+    walletMainId?: string;
   }
 
   interface APIaddOrEditModuleStatusParams {
@@ -124,8 +886,82 @@
     isCache?: boolean;
   }
 
+  interface APIadvertiseOffShelfParams {
+    /** 璧勮骞垮憡Id */
+    id?: string;
+  }
+
+  interface APIadvertiseOffShelfParams {
+    id?: string;
+  }
+
+  interface APIadvertiseOffShelfParams {
+    /** 浜у搧骞垮憡Id */
+    id?: string;
+  }
+
+  interface APIadvertiseOnShelfParams {
+    /** 璧勮骞垮憡Id */
+    id?: string;
+  }
+
+  interface APIadvertiseOnShelfParams {
+    id?: string;
+  }
+
+  interface APIadvertiseOnShelfParams {
+    /** 浜у搧骞垮憡Id */
+    id?: string;
+  }
+
+  interface APIadvertisePriceOffShelfParams {
+    /** 骞垮憡浠蜂綅閰嶇疆Id */
+    id?: string;
+  }
+
+  interface APIadvertisePriceOnShelfParams {
+    /** 骞垮憡浠蜂綅閰嶇疆Id */
+    id?: string;
+  }
+
   interface APIapiDefinitionParams {
     includeTypes?: boolean;
+  }
+
+  interface APIattentOrNotParams {
+    /** 璧勮Id */
+    informationId?: string;
+  }
+
+  interface APIattentOrNotParams {
+    parkOrhrId?: string;
+  }
+
+  interface APIattentOrNotParams {
+    /** 浜у搧Id */
+    productId?: string;
+  }
+
+  interface APIcalculationWalletBatchImportTempPayFeeParams {
+    walletAccountType?: WalletAccountTypeEnum;
+  }
+
+  interface APIcancelParkBountyApplyParams {
+    parkBountyApplyId?: string;
+  }
+
+  interface APIcheckUserCertificationRepeatParams {
+    userId?: string;
+    enterpriseName?: string;
+    societyCreditCode?: string;
+  }
+
+  interface APIcheckUserWalletBalanceInfoForTransferParams {
+    walletAccountType?: WalletAccountTypeEnum;
+  }
+
+  interface APIcreateBusinessPayDataParams {
+    orderSignId?: string;
   }
 
   interface APIcreateParams {
@@ -138,7 +974,107 @@
     extraProperties?: Record<string, any>;
   }
 
+  interface APIdeleteAdvertiseBoardParams {
+    id?: string;
+  }
+
+  interface APIdeleteAdvertiseOnShowParams {
+    id?: string;
+  }
+
+  interface APIdeleteAdvertisePriceParams {
+    /** 骞垮憡浠蜂綅閰嶇疆Id */
+    id?: string;
+  }
+
+  interface APIdeleteBackClientUserParams {
+    /** 鐢ㄦ埛Id */
+    id?: string;
+  }
+
+  interface APIdeleteCommonInfoParams {
+    guid?: string;
+  }
+
+  interface APIdeleteConsultParams {
+    id?: string;
+  }
+
+  interface APIdeleteCustomerTemplateParams {
+    id?: string;
+  }
+
   interface APIdeleteDefaultConnectionStringParams {
+    id?: string;
+  }
+
+  interface APIdeletedInsurePlanDetailParams {
+    /** 鍗曚釜鏄庣粏Id */
+    guid?: string;
+  }
+
+  interface APIdeleteHeadHunterParams {
+    id?: string;
+  }
+
+  interface APIdeleteHelpQuestionParams {
+    id?: string;
+  }
+
+  interface APIdeleteInformationParams {
+    /** 璧勮Id */
+    id?: string;
+  }
+
+  interface APIdeleteInsurancePolicyParams {
+    id?: string;
+  }
+
+  interface APIdeleteInsureBatchBillParams {
+    guid?: string;
+  }
+
+  interface APIdeleteInsureConsultParams {
+    id?: string;
+  }
+
+  interface APIdeleteInsureOrganizationParams {
+    id?: string;
+  }
+
+  interface APIdeleteInsureProductParams {
+    id?: string;
+  }
+
+  interface APIdeleteInsureProductParams {
+    id?: string;
+  }
+
+  interface APIdeleteInsureProjectParams {
+    id?: string;
+  }
+
+  interface APIdeleteInsureSupplierParams {
+    id?: string;
+  }
+
+  interface APIdeleteLgGigWorkerSignChannelSettingParams {
+    id?: string;
+  }
+
+  interface APIdeleteLgGigWorkerSignFreeSettingParams {
+    id?: string;
+  }
+
+  interface APIdeleteLgGigWorkerSignSettingParams {
+    id?: string;
+  }
+
+  interface APIdeleteLgGigWorkerUserParams {
+    id?: string;
+  }
+
+  interface APIdeleteMatchMakingApplyParams {
     id?: string;
   }
 
@@ -154,11 +1090,38 @@
     id?: string;
   }
 
+  interface APIdeleteMyPurchaseParams {
+    /** 浜у搧璐拱Id */
+    id?: string;
+  }
+
+  interface APIdeleteOrderParams {
+    id?: string;
+  }
+
+  interface APIdeleteParkRewardApplyParams {
+    id?: string;
+  }
+
+  interface APIdeletePlatUserAccountSettingParams {
+    id?: string;
+  }
+
+  interface APIdeleteProductParams {
+    /** 浜у搧Id */
+    id?: string;
+  }
+
+  interface APIdeleteResourceParams {
+    id?: string;
+  }
+
   interface APIdeleteRoleParams {
     id?: string;
   }
 
   interface APIdeleteRoleParams {
+    /** 瑙掕壊Id */
     id?: string;
   }
 
@@ -166,12 +1129,42 @@
     id?: string;
   }
 
+  interface APIdeleteTencentUserParams {
+    id?: string;
+  }
+
+  interface APIdeleteTrainingParams {
+    id?: string;
+  }
+
   interface APIdeleteUserParams {
+    id?: string;
+  }
+
+  interface APIdeleteWalletBatchImportTempParams {
     id?: string;
   }
 
   interface APIdetailParams {
     id?: string;
+  }
+
+  interface APIdeteleCircleFriendParams {
+    /** 鏈嬪弸鍦堟秷鎭疘d */
+    id?: string;
+  }
+
+  interface APIdeteleCircleFriendReplyParams {
+    /** 璇勮Id */
+    id?: string;
+  }
+
+  interface APIexportInsureBatchStaffParams {
+    batchBillId?: string;
+  }
+
+  interface APIexportInsureStaffParams {
+    policyId?: string;
   }
 
   interface APIfindByEmailParams {
@@ -200,8 +1193,109 @@
     permissionName?: string;
   }
 
+  interface APIgenTencentSigParams {
+    userId?: string;
+  }
+
+  interface APIgetAdvertiseBoardInfoParams {
+    id?: string;
+  }
+
+  interface APIgetAdvertiseOnShowInfoParams {
+    id?: string;
+  }
+
+  interface APIgetAdvertiseOnShowListByPageTypeParams {
+    pageType?: number;
+  }
+
+  interface APIgetAdvertisePriceParams {
+    /** 骞垮憡绫诲瀷锛�0浜у搧鏈嶅姟锛�1琛屼笟璧勮 */
+    type?: number;
+    /** 骞垮憡浣嶇疆锛�0棣栭〉涓�绾э紝1棣栭〉浜岀骇锛�2璇︽儏椤垫帹鑽� */
+    position?: number;
+    /** 鎶曟斁鍛ㄦ湡绫诲瀷锛�1澶╋紝7鍛紝30鏈堬紝90瀛o紝365骞� */
+    periodType?: number;
+  }
+
+  interface APIgetAlipayAccountParams {
+    companyId?: string;
+  }
+
+  interface APIgetAliRechargeStatusParams {
+    /** 鍏呭�煎崟鍙� */
+    rechargeNo?: string;
+  }
+
+  interface APIgetAllDepartmentDropDownListParams {
+    parentId?: string;
+  }
+
   interface APIgetAllSubModuleParams {
     moduleId?: string;
+  }
+
+  interface APIgetBatchBillStaffListParams {
+    insurancePolicyId?: string;
+    batchBillId?: string;
+  }
+
+  interface APIgetBusinessSettingByTypeParams {
+    type?: BusinessSettingTypeEnum;
+  }
+
+  interface APIgetCategoryMenuParams {
+    catotryType?: number;
+  }
+
+  interface APIgetCategoryParams {
+    /** 绫诲埆Id */
+    id?: string;
+  }
+
+  interface APIgetCircleFriendDetailParams {
+    id?: string;
+  }
+
+  interface APIgetCircleFriendParams {
+    /** 鏈嬪弸鍦堟秷鎭疘d */
+    id?: string;
+  }
+
+  interface APIgetCircleFriendReplyParams {
+    /** 璇勮Id */
+    id?: string;
+  }
+
+  interface APIgetCompanyAttestationParams {
+    /** 鐢ㄦ埛璁よ瘉Id */
+    id?: string;
+  }
+
+  interface APIgetCompanyInsureAddressListParams {
+    companyId?: string;
+  }
+
+  interface APIgetCompanyInsureByIdParams {
+    /** 鍏ヤ綇瀹㈡埛Id */
+    companyId?: string;
+  }
+
+  interface APIgetCompanyUserByUserIdParams {
+    userId?: string;
+  }
+
+  interface APIgetCompanyUserParams {
+    /** 鐢ㄦ埛Id */
+    id?: string;
+  }
+
+  interface APIgetConsultInfoParams {
+    id?: string;
+  }
+
+  interface APIgetCooperationApplyByIdParams {
+    id?: string;
   }
 
   interface APIgetCountParams {
@@ -212,7 +1306,36 @@
     moduleId?: string;
   }
 
+  interface APIgetCustomerTemplateDetailParams {
+    id?: string;
+  }
+
+  interface APIgetCustomerTemplateListParams {
+    customerId?: string;
+  }
+
+  interface APIgetCustomerTemplateParamListByTemplateIdParams {
+    templateId?: string;
+  }
+
   interface APIgetDefaultConnectionStringParams {
+    id?: string;
+  }
+
+  interface APIgetElecBillInfoParams {
+    transactionDetailId?: string;
+  }
+
+  interface APIgetEnterpriseLastUploadEnterPactFileParams {
+    companyId?: string;
+  }
+
+  interface APIgetEnterpriseMaterialIdByUserIdParams {
+    userId?: string;
+    materialType?: EnterpriseMaterialTypeEnum;
+  }
+
+  interface APIgetEnterpriseRechargeDetailParams {
     id?: string;
   }
 
@@ -220,24 +1343,151 @@
     moduleId?: string;
   }
 
-  interface APIgetInsuranceClaimDetailByOrderIdParams {
-    orderId?: string;
-  }
-
-  interface APIgetInsuranceClaimDetailParams {
+  interface APIgetFirstPartyCompanyAuditDatilByIdParams {
     id?: string;
   }
 
-  interface APIgetInsuranceClaimYearMonthCountListParams {
-    year?: number;
-  }
-
-  interface APIgetInsuranceOrderDetailParams {
+  interface APIgetFirstPartyCompanyDetailParams {
     id?: string;
   }
 
-  interface APIgetInsuranceOrderMaterialListParams {
+  interface APIgetFronConsultInfoParams {
     id?: string;
+  }
+
+  interface APIgetFronHeadHunterInfoParams {
+    id?: string;
+  }
+
+  interface APIgetFronTrainingInfoParams {
+    id?: string;
+  }
+
+  interface APIgetFrontResourceInfoByUserIdParams {
+    userId?: string;
+  }
+
+  interface APIgetFrontResourceInfoParams {
+    id?: string;
+  }
+
+  interface APIgetGigWorkerRechargeFeeDetailParams {
+    id?: string;
+  }
+
+  interface APIgetHeadHunterInfoParams {
+    id?: string;
+  }
+
+  interface APIgetHeadSumInfoParams {
+    companyId?: string;
+  }
+
+  interface APIgetHelpQuestionInfoParams {
+    id?: string;
+  }
+
+  interface APIgetIndustryBodyAuditDatilByIdParams {
+    id?: string;
+  }
+
+  interface APIgetIndustryBodyDetailParams {
+    id?: string;
+  }
+
+  interface APIgetIndustryMatingAuditDatilByIdParams {
+    id?: string;
+  }
+
+  interface APIgetIndustryMatingDetailParams {
+    id?: string;
+  }
+
+  interface APIgetInformationAdvertiseParams {
+    /** 璧勮骞垮憡Id */
+    id?: string;
+  }
+
+  interface APIgetInformationForDetailParams {
+    id?: string;
+  }
+
+  interface APIgetInformationParams {
+    /** 璧勮Id */
+    id?: string;
+  }
+
+  interface APIgetInsurancePolicyDetailPagedListHeadParams {
+    id?: string;
+  }
+
+  interface APIgetInsureBatchBillDetailParams {
+    guid?: string;
+  }
+
+  interface APIgetInsureBatchStaffParams {
+    insurePolicyOperateHistoryId?: string;
+  }
+
+  interface APIgetInsureCommonInfoDetailParams {
+    guid?: string;
+  }
+
+  interface APIgetInsureConsultInfoByIdParams {
+    id?: string;
+  }
+
+  interface APIgetInsureInfoParams {
+    id?: string;
+  }
+
+  interface APIgetInsureMarketProductSettingListParams {
+    insureMarketProductId?: string;
+  }
+
+  interface APIgetInsureNewEffectDateTimeParams {
+    id?: string;
+  }
+
+  interface APIgetInsureOfflineBillInfoByIdParams {
+    id?: string;
+  }
+
+  interface APIgetInsureOrganizationInfoByIdParams {
+    id?: string;
+  }
+
+  interface APIgetInsurePlanHeadParams {
+    guid?: string;
+  }
+
+  interface APIgetInsureProductInfoByIdParams {
+    id?: string;
+  }
+
+  interface APIgetInsureProjectByShortIdParams {
+    shortId?: number;
+  }
+
+  interface APIgetInsureStatusInfoParams {
+    companyId?: string;
+  }
+
+  interface APIgetInsureSupplierInfoByIdParams {
+    id?: string;
+  }
+
+  interface APIgetInsureSupplierListForSelectParams {
+    suppierType?: number;
+  }
+
+  interface APIgetLgGigWorkUserDetailParams {
+    id?: string;
+  }
+
+  interface APIgetLifePayWxIndentityParams {
+    /** 鐢ㄦ埛鐧诲綍鍑瘉 */
+    code?: string;
   }
 
   interface APIgetListParams {
@@ -255,6 +1505,43 @@
     maxResultCount?: number;
   }
 
+  interface APIgetMyMessageCountParams {
+    messageChatType?: MessageChatTypeEnum;
+    isContainLikeFavoriteAddFollowMessageCount?: boolean;
+  }
+
+  interface APIgetNewestInsureConsultInfoParams {
+    id?: string;
+  }
+
+  interface APIgetNewestParkRewardApplyInfoParams {
+    id?: string;
+  }
+
+  interface APIgetOfflineInsureBatchBillNoPageListParams {
+    insurePolicyId?: string;
+  }
+
+  interface APIgetOfflineInsureBatchRefundHeadParams {
+    id?: string;
+  }
+
+  interface APIgetOrdeForDetailByUserIdParams {
+    userId?: string;
+  }
+
+  interface APIgetOrdeForDetailParams {
+    id?: string;
+  }
+
+  interface APIgetOrderBusinessPayListParams {
+    orderSignId?: string;
+  }
+
+  interface APIgetOrderListForRecommendParams {
+    categoryId?: string;
+  }
+
   interface APIgetParams {
     providerName?: string;
     providerKey?: string;
@@ -274,6 +1561,101 @@
   }
 
   interface APIgetParams {
+    id?: string;
+  }
+
+  interface APIgetParkBountyApplyBatchFinanceEnterpriseParams {
+    parkBountyApplyId?: string;
+  }
+
+  interface APIgetParkBountyApplyBatchTransferEnterpriseParams {
+    parkBountyApplyId?: string;
+  }
+
+  interface APIgetParkCustomerManageBaseDetailParams {
+    id?: string;
+  }
+
+  interface APIgetParkOrHRAdvertiseParams {
+    id?: string;
+  }
+
+  interface APIgetParkOrHRAuditInfoByIdParams {
+    id?: string;
+  }
+
+  interface APIgetParkOrHRInfoParams {
+    id?: string;
+  }
+
+  interface APIgetParkRewardApplyInfoByIdParams {
+    id?: string;
+  }
+
+  interface APIgetParkRewardDetailParams {
+    id?: string;
+  }
+
+  interface APIgetPersonalAttestationParams {
+    /** 鐢ㄦ埛璁よ瘉Id */
+    id?: string;
+  }
+
+  interface APIgetPersonalUserParams {
+    /** 鐢ㄦ埛Id */
+    id?: string;
+  }
+
+  interface APIgetPhoneNumberParams {
+    code: string;
+    idNum?: string;
+  }
+
+  interface APIgetPlatformContactByCategoryIdParams {
+    categoryId?: string;
+  }
+
+  interface APIgetPlatformServicePayStatusParams {
+    id?: string;
+  }
+
+  interface APIgetPlatUserAccountSettingInfoParams {
+    id?: string;
+  }
+
+  interface APIgetPlatUserAttestationInfoParams {
+    id?: string;
+  }
+
+  interface APIgetPreViewCacheParams {
+    id?: string;
+  }
+
+  interface APIgetProductAdvertiseParams {
+    /** 浜у搧骞垮憡Id */
+    id?: string;
+  }
+
+  interface APIgetProductForDetailParams {
+    id?: string;
+  }
+
+  interface APIgetProductParams {
+    /** 浜у搧Id */
+    id?: string;
+  }
+
+  interface APIgetQrCodeByUrlParams {
+    /** 鍦板潃 */
+    url?: string;
+  }
+
+  interface APIgetQrCodeLoginResultParams {
+    /** 鎵爜鐧诲綍Id */
+    uId?: string;
+  }
+
+  interface APIgetResourceInfoParams {
     id?: string;
   }
 
@@ -281,8 +1663,81 @@
     id: string;
   }
 
-  interface APIgetUserDetailParams {
+  interface APIgetServeUserParams {
+    userId?: string;
+  }
+
+  interface APIgetSignChannelByBussinessCodeParams {
+    bussinessCode?: string;
+  }
+
+  interface APIgetSignChannelBySignIdParams {
+    signId?: string;
+  }
+
+  interface APIgetSignContractToOrderDtoParams {
+    /** 璁㈠崟绛剧害Id */
+    orderSignId?: string;
+    /** 鏌ヨ绫诲瀷 10鐢叉柟 20涔欐柟 */
+    searchType?: number;
+  }
+
+  interface APIgetSignSettingByChannleParams {
+    signChannel?: SignChannelEnum;
+  }
+
+  interface APIgetStaffByIdNumParams {
+    code: string;
+    idNum?: string;
+  }
+
+  interface APIgetStatsWalletBatchTransferDataParams {
+    batchId?: string;
+  }
+
+  interface APIgetSysOrgDropDownListParams {
+    isCliqueOrCompany?: boolean;
+  }
+
+  interface APIgetTagMenuParams {
+    /** 绫诲瀷锛�0浜у搧鏍囩锛�1璧勮鏍囩锛�2鑷畾涔夋爣绛撅紝3蹇嵎璇勮鏍囩 */
+    type?: number;
+  }
+
+  interface APIgetTencentUserByUserIdParams {
+    userId?: string;
+  }
+
+  interface APIgetTrainingInfoParams {
     id?: string;
+  }
+
+  interface APIgetUserCanAuthProductListParams {
+    companyId?: string;
+  }
+
+  interface APIgetUserCardByIdParams {
+    id?: string;
+  }
+
+  interface APIgetUserCertApplyStatusParams {
+    id?: string;
+  }
+
+  interface APIgetUserCertificationAuditDetailByIdParams {
+    id?: string;
+  }
+
+  interface APIgetUserCertificationAuditStatusParams {
+    id?: string;
+  }
+
+  interface APIgetUserCustomerAllListParams {
+    companyId?: string;
+  }
+
+  interface APIgetUserFollowInfoParams {
+    userId?: string;
   }
 
   interface APIgetUserListByPhoneNumberParams {
@@ -300,6 +1755,18 @@
     objectType?: number;
   }
 
+  interface APIgetUserSimpleInfoParams {
+    userId?: string;
+  }
+
+  interface APIgetUserTotalInfoParams {
+    userId?: string;
+  }
+
+  interface APIgetUserWalletAccountTypeOpenInfoDropdownParams {
+    isFreezeCan?: boolean;
+  }
+
   interface APIgetVersionModuleListParams {
     versionId?: string;
   }
@@ -308,11 +1775,114 @@
     versionId?: string;
   }
 
+  interface APIgetWalletBatchImportTempPageParams {
+    batchId?: string;
+  }
+
+  interface APIgetWalletBatchTransferDetailInfoParams {
+    id?: string;
+    isBatch?: boolean;
+  }
+
+  interface APIgetWalletDetailParams {
+    walletMainId?: string;
+  }
+
+  interface APIgetWalletPayChannelFeeSettingsParams {
+    walletPayChannelId?: string;
+  }
+
+  interface APIgetWalletRechargeDetailParams {
+    id?: string;
+  }
+
+  interface APIgetWorkPlatSumInfoParams {
+    companyId?: string;
+  }
+
+  interface APIgetWxIndentityParams {
+    /** 鐢ㄦ埛鐧诲綍鍑瘉 */
+    code?: string;
+    wxMiniApp?: WxMiniAppEnum;
+  }
+
+  interface APIgetWxRechargeStatusParams {
+    /** 鍏呭�煎崟鍙� */
+    rechargeNo?: string;
+  }
+
+  interface APIimportBatchTransferExcelParams {
+    url?: string;
+  }
+
+  interface APIinsureRefundParams {
+    id?: string;
+  }
+
+  interface APIisRepeatByBindEmailParams {
+    bindEmail?: string;
+  }
+
+  interface APIisRepeatByIsRepeatByEnterpriseNameParams {
+    enterpriseName?: string;
+  }
+
+  interface APIisRepeatByPhoneNumberParams {
+    phoneNumber?: string;
+  }
+
+  interface APImyInformationPlaceTopParams {
+    /** 璧勮Id */
+    id?: string;
+  }
+
+  interface APImyPurchaseCheckParams {
+    /** 浜у搧璐拱Id */
+    id?: string;
+  }
+
+  interface APIoffShelfParams {
+    /** 璧勮Id */
+    id?: string;
+  }
+
+  interface APIoffShelfParams {
+    /** 浜у搧Id */
+    id?: string;
+  }
+
+  interface APIonShelfParams {
+    /** 璧勮Id */
+    id?: string;
+  }
+
+  interface APIonShelfParams {
+    /** 浜у搧Id */
+    id?: string;
+  }
+
+  interface APIorderTakenNotReadCountParams {
+    orderId?: string;
+  }
+
+  interface APIqueryRechargeParams {
+    bussSeqNo?: string;
+  }
+
   interface APIsearchParams {
     filter?: string;
     sorting?: string;
     skipCount?: number;
     maxResultCount?: number;
+  }
+
+  interface APIsendMessageParams {
+    type?: MessageBusinessTypeEnum;
+  }
+
+  interface APIsetAllMessageIsReadParams {
+    sourceId?: string;
+    businessType?: MessageBusinessTypeEnum;
   }
 
   interface APIsetForRoleParams {
@@ -325,9 +1895,80 @@
     permissionName?: string;
   }
 
+  interface APIsetMessageIsReadParams {
+    id?: string;
+  }
+
+  interface APItakeOrderParams {
+    orderId?: string;
+  }
+
+  interface APItemplateSaveParams {
+    id?: string;
+  }
+
+  interface APItencentIMCallbackHandlerParams {
+    callbackCommand?: string;
+  }
+
+  interface APItencentUserEnableOrForbidParams {
+    id?: string;
+  }
+
+  interface APItestCallBackParams {
+    type?: number;
+  }
+
+  interface APItestEventBusSendPhoneMessgeParams {
+    phoneNumber?: string;
+  }
+
+  interface APItestGetPlatformServicePayParams {
+    id?: string;
+  }
+
+  interface APItestPayNotifyParams {
+    payType?: PayTypeEnum;
+    outTradeNo?: string;
+    transactionId?: string;
+  }
+
+  interface APItestQRCodePayParams {
+    payType?: PayTypeEnum;
+    outTradeNo?: string;
+    description?: string;
+    amount?: number;
+  }
+
+  interface APItestRetturnResultParams {
+    phoneNumber?: string;
+  }
+
+  interface APItestSendPhoneMessgeParams {
+    phoneNumber?: string;
+  }
+
   interface APIupdateDefaultConnectionStringParams {
     id?: string;
     defaultConnectionString?: string;
+  }
+
+  interface APIupdateInsureBillSetFailtureParams {
+    guid?: string;
+  }
+
+  interface APIupdateInsureEffectDateTimeParams {
+    id?: string;
+  }
+
+  interface APIupdateInsureProductStatusParams {
+    id?: string;
+    status?: number;
+  }
+
+  interface APIupdateInsureProjectStatusParams {
+    id?: string;
+    status?: number;
   }
 
   interface APIupdateParams {
@@ -356,6 +1997,25 @@
 
   interface APIupdateRolesParams {
     id?: string;
+  }
+
+  interface APIuploadBatchInsureFailureParams {
+    batchBillId?: string;
+  }
+
+  interface APIuserEnableOrForbidParams {
+    /** 鐢ㄦ埛Id */
+    id?: string;
+  }
+
+  interface APIvatLicenseParams {
+    url?: string;
+  }
+
+  interface APIwxMiniAppUserLoginParams {
+    /** 鐢ㄦ埛鐧诲綍鍑瘉 */
+    code?: string;
+    wxMiniApp?: WxMiniAppEnum;
   }
 
   interface ApplicationApiDescriptionModel {
@@ -398,6 +2058,298 @@
     values?: Record<string, any>;
   }
 
+  interface ApplyBankWalletAccountOpenInput {
+    userId?: string;
+    /** 娉ㄥ唽鍦板潃鐪乧ode */
+    registerAddressProvinceCode: number;
+    /** 娉ㄥ唽鍦板潃甯俢ode */
+    registerAddressCityCode?: number;
+    /** 娉ㄥ唽鍦板潃鍖哄幙code */
+    registerAddressCountyCode?: number;
+    /** 娉ㄥ唽鍦板潃鐪� */
+    registerAddressProvinceName?: string;
+    /** 娉ㄥ唽鍦板潃甯� */
+    registerAddressCityName?: string;
+    /** 娉ㄥ唽鍦板潃鍖哄幙 */
+    registerAddressCountyName?: string;
+    /** 娉ㄥ唽璇︾粏鍦板潃 */
+    registerAddressDetail: string;
+    /** 瀹為檯缁忚惀鍦板潃鐪乧ode */
+    actualAddressProvinceCode: number;
+    /** 瀹為檯缁忚惀鍦板潃甯俢ode */
+    actualAddressCityCode?: number;
+    /** 瀹為檯缁忚惀鍦板潃鍖哄幙code */
+    actualAddressCountyCode?: number;
+    /** 瀹為檯缁忚惀鍦板潃鐪� */
+    actualAddressProvinceName?: string;
+    /** 瀹為檯缁忚惀鍦板潃甯� */
+    actualAddressCityName?: string;
+    /** 瀹為檯缁忚惀鍦板潃鍖哄幙 */
+    actualAddressCountyName?: string;
+    /** 瀹為檯缁忚惀璇︾粏鍦板潃 */
+    actualAddressDetail: string;
+    /** 鑱旂郴浜� */
+    contacter: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contacterPhone: string;
+    /** 钀ヤ笟鎵х収鏂囦欢鍦板潃 */
+    licenseUrl: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode: string;
+  }
+
+  interface ApplyGigWorkerRechargeFeeInput {
+    companyId?: string;
+    /** 姹囨鏃ユ湡 */
+    transferDate?: string;
+    /** 姹囨閲戦 */
+    amount?: number;
+    /** 鐢靛瓙鍥炲崟鏂囦欢 */
+    eleBillUrl?: string;
+    status?: LgGigWorkerRechargeStatusEnum;
+    /** 鏀舵璐︽埛鍚嶇О */
+    receiveName?: string;
+    /** 鏀舵璐︽埛鎵�灞為摱琛� */
+    receiveBankName?: string;
+    /** 鏀舵璐︽埛鍙� */
+    receiveAccount?: string;
+    remark?: string;
+  }
+
+  interface ApplyMatchMakingInput {
+    /** 璁㈠崟ID */
+    orderId?: string;
+    /** 鐢宠鐢ㄦ埛id */
+    applyUserId?: string;
+  }
+
+  interface ApplyUserCertificateInput {
+    userId?: string;
+    /** 鎵嬫満鍙� */
+    mobile?: string;
+    /** 楠岃瘉鐮� */
+    verificationCode?: string;
+  }
+
+  interface ApplyWalletBatchTransferForOrderSettleInput {
+    walletAccountType?: WalletAccountTypeEnum;
+    payType?: WalletPayTypeEnum;
+    /** 璧勯噾鐢ㄩ�� */
+    useEx: string;
+    /** 鍚堝悓銆佸崗璁� */
+    contractUrl: string;
+    /** 宸ヨ祫鏄庣粏 */
+    salaryExcelUrl: string;
+    /** 鍙戣捣鎿嶄綔鐨勭敤鎴穒d */
+    userId?: string;
+    /** 鎵归噺id */
+    batchId?: string;
+    /** 浠樻鏂硅缁嗘暟鎹� */
+    walletBatchDetailDataList?: AddWalletBatchImportTempInput[];
+    orderSettleId?: string;
+  }
+
+  interface ApplyWalletBatchTransferInput {
+    walletAccountType?: WalletAccountTypeEnum;
+    payType?: WalletPayTypeEnum;
+    /** 璧勯噾鐢ㄩ�� */
+    useEx: string;
+    /** 鍚堝悓銆佸崗璁� */
+    contractUrl: string;
+    /** 宸ヨ祫鏄庣粏 */
+    salaryExcelUrl: string;
+    /** 鍙戣捣鎿嶄綔鐨勭敤鎴穒d */
+    userId?: string;
+    /** 鎵归噺id */
+    batchId?: string;
+    /** 浠樻鏂硅缁嗘暟鎹� */
+    walletBatchDetailDataList?: AddWalletBatchImportTempInput[];
+  }
+
+  interface ApplyWalletSingleTransferForOrderSettleInput {
+    userId?: string;
+    walletAccountType: WalletAccountTypeEnum;
+    payType?: WalletPayTypeEnum;
+    /** 鏀舵浜鸿处鎴� */
+    inAcctNo: string;
+    /** 鏀舵浜鸿处鎴锋埛鍚� */
+    inAcctName: string;
+    inAccountType?: TransAccountTypeEnum;
+    outAccountType?: TransAccountTypeEnum;
+    /** 鏀舵鏂硅鍚� */
+    inBankName?: string;
+    /** 杞嚭閲戦 */
+    tranAmount?: number;
+    /** 璧勯噾鐢ㄩ�� */
+    useEx: string;
+    /** 鍚堝悓銆佸崗璁� */
+    contractUrl: string;
+    /** 鏀粯鍑瘉 */
+    payVoucherUrl?: string;
+    /** 鏀粯鍑瘉 */
+    payVoucherName?: string;
+    /** 鍚堝悓/鍗忚鍚嶇О */
+    contractName: string;
+    /** 闄勮█ */
+    postscript?: string;
+    orderSettleId?: string;
+  }
+
+  interface ApplyWalletSingleTransferInput {
+    userId?: string;
+    walletAccountType: WalletAccountTypeEnum;
+    payType?: WalletPayTypeEnum;
+    /** 鏀舵浜鸿处鎴� */
+    inAcctNo: string;
+    /** 鏀舵浜鸿处鎴锋埛鍚� */
+    inAcctName: string;
+    inAccountType?: TransAccountTypeEnum;
+    outAccountType?: TransAccountTypeEnum;
+    /** 鏀舵鏂硅鍚� */
+    inBankName?: string;
+    /** 杞嚭閲戦 */
+    tranAmount?: number;
+    /** 璧勯噾鐢ㄩ�� */
+    useEx: string;
+    /** 鍚堝悓銆佸崗璁� */
+    contractUrl: string;
+    /** 鏀粯鍑瘉 */
+    payVoucherUrl?: string;
+    /** 鏀粯鍑瘉 */
+    payVoucherName?: string;
+    /** 鍚堝悓/鍗忚鍚嶇О */
+    contractName: string;
+    /** 闄勮█ */
+    postscript?: string;
+  }
+
+  interface AreaDto {
+    /** 缂栫爜 */
+    areaCode?: number;
+    /** 鐖剁骇缂栫爜 */
+    parentCode?: number;
+    /** 鍚嶇О */
+    areaName?: string;
+    /** 1鐪� 2甯� 3鍖� 4闀� */
+    layer?: number;
+    /** 鎺掑簭 */
+    sort?: number;
+  }
+
+  interface AreaInfo {
+    areaCode?: number;
+    parentId?: number;
+    areaName?: string;
+    /** 1鐪� 2甯� 3鍖� 4闀� */
+    layer?: number;
+    sort?: number;
+    children?: AreaInfo[];
+    /** 绠�鏄撴嫾闊� */
+    simpleSpelling?: string;
+    /** 蹇�熸绱� */
+    quickQuery?: string;
+  }
+
+  interface AttestationV2Info {
+    /** 鐢ㄦ埛璁よ瘉Id */
+    id?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 鑱旂郴浜猴細绫诲瀷涓轰釜浜烘椂鑱旂郴浜轰负鐢宠鏃跺鍚� */
+    contacter?: string;
+    /** 鐢ㄦ埛鎵嬫満鍙� */
+    phoneNumber?: string;
+    /** 娉ㄥ唽绫诲瀷锛�1涓轰紒涓氾紝2涓轰釜浜� */
+    registType?: number;
+    authType?: EnterpriseTypeEnum;
+    /** 浼佷笟鍚嶇О/涓汉濮撳悕 */
+    customerName?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 钀ヤ笟鎵х収鏂囦欢鍦板潃 */
+    licenseUrl?: string;
+    status?: UserCertificationStatusEnum;
+    /** 娉ㄥ唽鏃ユ湡 */
+    registDate?: string;
+    /** 鏄惁浠樿垂 */
+    isPay?: boolean;
+    /** 浠樿垂閲戦 */
+    payAmount?: number;
+    belongPark?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contacterPhone?: string;
+    /** 璁よ瘉鏃堕棿 */
+    certificationDate?: string;
+    /** 鍚嶇О */
+    name?: string;
+    /** 鐧诲綍鐢ㄦ埛鍚� */
+    userName?: string;
+    lastLoginTime?: string;
+    /** 浜у搧鏁伴噺锛堝鏍搁�氳繃鐨勬暟閲忥級 */
+    productCount?: number;
+    /** 璧勮鏁伴噺锛堝鏍搁�氳繃鐨勬暟閲忥級 */
+    informationCount?: number;
+    /** 璐︽埛鏄惁閿佷綇锛堟槸鍚︾鐢級 */
+    isLocked?: boolean;
+    /** 缁戝畾閭鍦板潃 */
+    bindEmailAddress?: string;
+    canLoginUserSign?: CanLoginUserSignEnum;
+    bussinessCode?: string;
+  }
+
+  interface AuditGigWorkerRechargeFeeInput {
+    id?: string;
+    auditStatus?: LgGigWorkerRechargeStatusEnum;
+    /** 瀹℃牳鐞嗙敱 */
+    auditNote?: string;
+    /** 瀹℃牳浜� */
+    checkUserId?: string;
+  }
+
+  interface AuditWalletBatchTransferDetailInput {
+    id?: string;
+    opStatus?: BatchIssuanceRegulatorsStatusEnum;
+    /** 瀹℃牳鐞嗙敱 */
+    auditNote?: string;
+  }
+
+  interface AuditWalletBatchTransferInput {
+    id?: string;
+    opStatus?: WalletTransferStatusEnum;
+    /** 瀹℃牳鐞嗙敱 */
+    auditNote?: string;
+  }
+
+  interface AuditWalletSingleTransferInput {
+    id?: string;
+    auditStatus?: WalletTransferStatusEnum;
+    /** 瀹℃牳鐞嗙敱 */
+    auditNote?: string;
+    /** 瀹℃牳浜� */
+    checkUserId?: string;
+  }
+
+  interface AuthInsureMarkProductDto {
+    productId?: string;
+    productName?: string;
+    schemeTypeCount?: number;
+    schemeName?: string[];
+  }
+
+  interface BankNoQueryItemOutput {
+    nodeName?: string;
+    nodeCode?: string;
+  }
+
+  interface BankNoQueryOutput {
+    bankNo?: string;
+    bankName?: string;
+    size?: string;
+    list?: BankNoQueryItemOutput[];
+  }
+
   interface BaseAuthorizeDto {
     moduleType?: number;
     moduleId?: string;
@@ -412,9 +2364,576 @@
     objectId?: string;
   }
 
+  interface BaseIdInput {
+    id?: string;
+  }
+
+  type BatchBillCheckStatus = 4 | 6 | 10 | 15 | 20 | 30 | -20 | -10;
+
+  interface BatchInquiriesItem {
+    sThirdVoucher?: string;
+    cstInnerFlowNo?: string;
+    idType?: string;
+    idNo?: string;
+    oppAccNo?: string;
+    oppAccName?: string;
+    amount?: string;
+    postScript?: string;
+    fee?: string;
+    stt?: string;
+    sttInfo?: string;
+    remarkFCR?: string;
+  }
+
+  interface BatchInquiriesRegulatorsInput {
+    mrchCode: string;
+    recvLength?: number;
+    tradeDate?: number;
+    tradeTime?: number;
+    cnsmrSeqNo: string;
+    thirdVoucher: string;
+  }
+
+  interface BatchInquiriesRegulatorsOutput {
+    thirdVoucher?: string;
+    bStt?: string;
+    busiType?: string;
+    payType?: string;
+    currency?: string;
+    srcAccNo?: string;
+    totalNum?: string;
+    totalAmount?: string;
+    settleType?: string;
+    bussFlowNo?: string;
+    hostFlowNo?: string;
+    hostBusinessNo?: string;
+    list?: BatchInquiriesItem[];
+  }
+
+  interface BatchIssuanceItem {
+    sThirdVoucher?: string;
+    oppAccNo?: string;
+    oppAccName?: string;
+    amount?: string;
+    postScript?: string;
+    fee?: string;
+    stt?: string;
+  }
+
+  interface BatchIssuanceRegulatorsInput {
+    mrchCode: string;
+    recvLength?: number;
+    tradeDate?: number;
+    tradeTime?: number;
+    cnsmrSeqNo: string;
+    thirdVoucher: string;
+    agreE_NO?: string;
+    busiType: string;
+    payType: string;
+    currency: string;
+    srcAccNo: string;
+    totalNum: string;
+    totalAmount: string;
+    settleType: string;
+    freezeNo: string;
+    batchOrdRemark?: string;
+    hoResultSet4047R?: HOResultSet4047RItem[];
+  }
+
+  interface BatchIssuanceRegulatorsOutput {
+    thirdVoucher?: string;
+    payType?: string;
+    srcAccNo?: string;
+    totalNum?: string;
+    totalAmount?: string;
+    bussFlowNo?: string;
+    freezeNo?: string;
+    list?: BatchIssuanceItem[];
+  }
+
+  type BatchIssuanceRegulatorsStatusEnum = 3 | 4 | 10;
+
+  interface BatchRefundInfoDetailInput {
+    pageModel?: Pagination;
+    insurePolicyOperateHistoryId?: string;
+    status?: InsureRefundStatusEnum;
+    keyWord?: string;
+  }
+
+  interface BatchRefundInfoDetailOutput {
+    insurancePolicyDetailId?: string;
+    /** 濮撳悕 */
+    name?: string;
+    /** 韬唤璇佸彿 */
+    idNumber?: string;
+    /** 鎵嬫満鍙� */
+    phoneNumber?: string;
+    status?: InsureRefundStatusEnum;
+    effectStartTime?: string;
+    effectEndTime?: string;
+    /** 澶囨敞 */
+    remark?: string;
+  }
+
+  interface BatchRefundInfoDetailOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: BatchRefundInfoDetailOutput[];
+  }
+
+  interface BatchRefundInfoOutput {
+    insurancePolicyId?: string;
+    /** 鎶曚繚鏂瑰紡 10绾夸笂鎶曚繚  20绾夸笅鎶曚繚 */
+    insureOnlineType?: number;
+    /** 淇濋櫓缂栧彿 */
+    serialNum?: string;
+    /** 浜鸿祫鏈烘瀯Id */
+    companyId?: string;
+    /** 浜鸿祫鏈烘瀯鍚嶇О */
+    companyName?: string;
+    /** 閫�淇濈敵璇锋棩鏈� */
+    applyTime?: string;
+    /** 璐圭敤 */
+    amountPremium?: number;
+    /** 璧峰鏃ユ湡 */
+    insureStartDate?: string;
+    /** 鎴鏃ユ湡 */
+    insureEndDate?: string;
+    /** 鎶曚繚绫诲瀷(鎶曚繚鐨勯櫓绉嶇紪鐮�: ACCIDENT: 鎰忓闄�, EMPLOYER_LIABILITY: 闆囦富闄�) */
+    insuranceTypeCode?: string;
+    /** 绾夸笅鎶曚繚鏂规 */
+    schemeType?: string;
+    /** 鎶曚繚鏂规 */
+    sumInsured?: number;
+    /** 閫�淇濈敵璇蜂汉鏁� */
+    numberOfInsured?: number;
+    /** 閫�淇濇垚鍔熶汉鏁� */
+    numberOfSuccess?: number;
+    /** 閫�淇濆け璐ヤ汉鏁� */
+    numberOfFailed?: number;
+    /** 鎶曚繚鏂瑰紡(淇濋殰鍛ㄦ湡:1D,30D,360D) */
+    period?: string;
+    /** 鎶曚繚鏂瑰紡 10鍚触璐� 20鍚対姝� 30娲ヨ创+鐚濇 40鍩虹鍏ㄥぉ鐗� 50鍚笁鑰呭叏澶╃増 */
+    insureWay?: number;
+    /** 浜哄憳鍒嗙被 */
+    jobCode?: string;
+    status?: InsureRefundStatusEnum;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 淇濋櫓鍚嶇О */
+    productName?: string;
+    effectStartTime?: string;
+    effectEndTime?: string;
+  }
+
+  interface BatchRefundInput {
+    pageModel?: Pagination;
+    /** 鎶曚繚鏂瑰紡 10绾夸笂鎶曚繚  20绾夸笅鎶曚繚 */
+    insureOnlineType?: number;
+    /** 鎶曚繚鏂瑰紡(淇濋殰鍛ㄦ湡:1D,30D,360D) */
+    period?: string;
+    /** 鎶曚繚绫诲瀷(鎶曚繚鐨勯櫓绉嶇紪鐮�: ACCIDENT: 鎰忓闄�, EMPLOYER_LIABILITY: 闆囦富闄�) */
+    insuranceTypeCode?: string;
+    /** 閫�淇濈敵璇峰紑濮嬫棩鏈� */
+    insureApplyStartDate?: string;
+    /** 閫�淇濈敵璇风粨鏉熸棩鏈� */
+    insureApplyEndDate?: string;
+    isBack?: boolean;
+    status?: InsureRefundStatusEnum;
+    /** 鍏徃鍚嶇О */
+    companyName?: string;
+    /** 淇濋櫓鍒版湡澶╂暟 */
+    insureEndDays?: number;
+    /** 鏁版嵁绫诲瀷 1閫�淇� 2鎵瑰 */
+    operateType?: number;
+  }
+
+  interface BatchRefundOutput {
+    userId?: string;
+    insurancePolicyId?: string;
+    insurePolicyOperateHistoryId?: string;
+    /** 鎶曚繚缂栧彿 */
+    serialNum?: string;
+    /** 浼佷笟鍚嶇О */
+    companyName?: string;
+    /** 鎶曚繚绫诲瀷 */
+    insuranceTypeCode?: string;
+    /** 淇濋櫓鍚嶇О 鎶曚繚鏂瑰紡 10鍚触璐� 20鍚対姝� 30娲ヨ创+鐚濇 40鍩虹鍏ㄥぉ鐗� 50鍚笁鑰呭叏澶╃増 */
+    insureWay?: number;
+    /** 鎶曚繚鏂规 */
+    schemeType?: string;
+    /** 閫�淇濈敵璇蜂汉鏁� */
+    numberOfInsured?: number;
+    /** 閫�淇濇垚鍔熶汉鏁� */
+    numberOfSuccess?: number;
+    /** 閫�淇濆け璐ヤ汉鏁� */
+    numberOfFailed?: number;
+    /** 鎶曚繚閲戦 */
+    amountPremium?: number;
+    /** 閫�淇濋噾棰� */
+    refundPremium?: number;
+    /** 閫�淇�/鎵规姇淇濋噾棰� */
+    premium?: number;
+    /** 浜哄憳鍒嗙被 */
+    jobCode?: string;
+    status?: InsureRefundStatusEnum;
+    /** 瀹℃牳浜篒d */
+    checkUserId?: string;
+    /** 瀹℃牳浜哄悕绉� */
+    checkUserName?: string;
+    /** 瀹℃牳鏃堕棿 */
+    checkTime?: string;
+    effectStartTime?: string;
+    effectEndTime?: string;
+    /** 鍒涘缓鏃堕棿 */
+    createionTime?: string;
+    /** 鍒涘缓浜� */
+    creater?: string;
+    /** 鐢宠鏃堕棿 */
+    applyTime?: string;
+    /** 鎶曚繚鏂瑰紡(淇濋殰鍛ㄦ湡:1D,30D,360D) */
+    period?: string;
+    /** 璧峰鏃ユ湡 */
+    insureStartDate?: string;
+    /** 鎴鏃ユ湡 */
+    insureEndDate?: string;
+    /** 鎶曚繚鏂瑰紡 10绾夸笂鎶曚繚  20绾夸笅鎶曚繚 */
+    insureOnlineType?: number;
+    operateType?: number;
+    /** 鎶曚繚鏂规 */
+    sumInsured?: number;
+    /** 閫�淇濇壒鍗� */
+    batchBillUrl?: string;
+    /** 淇濋櫓鍚嶇О */
+    productName?: string;
+  }
+
+  interface BatchRefundOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: BatchRefundOutput[];
+  }
+
+  interface BatchRefundStaffOutput {
+    name?: string;
+    insurancePolicyDetailId?: string;
+    idNumber?: string;
+    phoneNum?: string;
+  }
+
+  interface BatchSetUserServiceStaffInput {
+    /** 鐢ㄦ埛Id */
+    userIds?: string[];
+    /** 鏈嶅姟浜哄憳Id */
+    serviceStaffId?: string;
+  }
+
+  interface BestSignDownloadImageDataResponse {
+    /** 鍥剧墖鏂囦欢娴� */
+    data?: any[];
+  }
+
+  interface BestSignDownloadImageDataResponseBestSignOutputBase {
+    errno?: string;
+    errmsg?: string;
+    cost?: string;
+    data?: BestSignDownloadImageDataResponse;
+  }
+
+  interface BestSignEnterBankInfoDto {
+    /** 鎴峰悕 */
+    enterpriseName?: string;
+    /** 閾惰鍚嶇О */
+    bankName?: string;
+    /** 寮�鎴锋敮琛屽悕绉� */
+    bankRemusName?: string;
+    /** 閾惰璐︽埛 */
+    bankAccountNo?: string;
+    /** 鑱旇鍙� */
+    bankRemusNo?: string;
+  }
+
+  interface BestSignOutputDynamic {
+    errno?: string;
+    errmsg?: string;
+    cost?: string;
+    data?: any;
+  }
+
+  interface BestSignRegDataResponse {
+    /** 浠诲姟Id */
+    taskId?: string;
+  }
+
+  interface BestSignRegDataResponseBestSignOutputBase {
+    errno?: string;
+    errmsg?: string;
+    cost?: string;
+    data?: BestSignRegDataResponse;
+  }
+
+  interface BestSignRequestResultDto {
+    success?: boolean;
+    msg?: string;
+    data?: string;
+    data2?: string;
+  }
+
+  interface BestSignStorageUploadDataResponse {
+    /** 鏂囦欢ID 涓婁笂绛句骇鐢熺殑鏂囦欢鍞竴ID */
+    fid?: string;
+  }
+
+  interface BestSignStorageUploadDataResponseBestSignOutputBase {
+    errno?: string;
+    errmsg?: string;
+    cost?: string;
+    data?: BestSignStorageUploadDataResponse;
+  }
+
+  type BestSignUserSignStatusEunm = 1 | 5 | 10 | 20 | 30 | 40 | 50 | 90;
+
+  interface BindUserEmailInput {
+    /** 閭 */
+    bindEmailAddress: string;
+    /** 楠岃瘉鐮� */
+    verificationCode: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+  }
+
+  type BountyCheckStatusEnum = 10 | 20 | 30 | -10;
+
+  type BusinessSettingTypeEnum = 10;
+
+  interface CalculationWalletPayFeeInput {
+    amount?: number;
+    walletAccountType?: WalletAccountTypeEnum;
+  }
+
+  type CanLoginUserSignEnum = 1 | 2 | -1;
+
+  interface CategoryAllDto {
+    /** 绫诲埆Id */
+    id?: string;
+    /** 鍚嶇О */
+    name?: string;
+    /** 鎺掑簭 */
+    sequence?: number;
+    /** 搴忓彿Id */
+    categoryIntId?: number;
+  }
+
+  interface CategoryDto {
+    /** 绫诲埆Id */
+    id?: string;
+    /** 鍚嶇О */
+    name?: string;
+    /** 鎺掑簭 */
+    sequence?: number;
+    /** 绠�杩� */
+    sketch?: string;
+    /** 鍥炬爣鍦板潃 */
+    icon?: string;
+    /** 澶撮儴鍥炬爣鍦板潃 */
+    headIcon?: string;
+    /** 鏄惁鏄剧ず锛宼rue鏄剧ず锛宖alse闅愯棌 */
+    isVisable?: boolean;
+    /** 鏄惁鏀寔骞垮憡 */
+    isSupportAdvertise?: boolean;
+    /** 搴忓彿Id */
+    categoryIntId?: number;
+  }
+
+  interface CategoryInfo {
+    /** 绫诲埆Id */
+    id?: string;
+    /** 鍚嶇О */
+    name?: string;
+    /** 鎺掑簭 */
+    sequence?: number;
+    /** 绠�杩� */
+    sketch?: string;
+    /** 鍥炬爣鍦板潃 */
+    icon?: string;
+    /** 澶撮儴鍥炬爣鍦板潃 */
+    headIcon?: string;
+    /** 鏄惁鏄剧ず锛宼rue鏄剧ず锛宖alse闅愯棌 */
+    isVisable?: boolean;
+    /** 鏄惁鏀寔骞垮憡 */
+    isSupportAdvertise?: boolean;
+    /** 搴忓彿Id */
+    categoryIntId?: number;
+    /** 绫诲瀷锛�0浜у搧绫诲埆锛�1璧勮绫诲埆 */
+    type?: number;
+    /** 灏侀潰淇℃伅 */
+    covers?: CoverMsg[];
+  }
+
+  interface CategoryMenu {
+    /** 绫诲埆Id */
+    id?: string;
+    /** 鍚嶇О */
+    name?: string;
+    /** 澶撮儴鍥炬爣鍦板潃 */
+    headIcon?: string;
+    /** 鍥炬爣鍦板潃 */
+    icon?: string;
+    /** 灏侀潰淇℃伅 */
+    covers?: CoverMsg[];
+    /** 绠�杩� */
+    sketch?: string;
+    /** 鎺掑簭 */
+    sequence?: number;
+  }
+
+  type CertificateType = 10 | 20 | 30 | 40;
+
+  interface CertifiedUserDetailDto {
+    id?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    enterpriseType?: EnterpriseTypeEnum;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 璁よ瘉鏃堕棿 */
+    certificationTime?: string;
+    /** 璁よ瘉杩囨湡鏃堕棿 */
+    expirationTime?: string;
+    status?: UserCertificationStatusEnum;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactPhone?: string;
+    /** 鏄惁浠樿垂 */
+    isPay?: boolean;
+    /** 鎵�灞炲洯鍖� */
+    belongPark?: string;
+    /** 娉ㄥ唽鏃堕棿 */
+    registTime?: string;
+    /** 璐︽埛鏄惁閿佷綇锛堟槸鍚︾鐢級 */
+    isLocked?: boolean;
+    /** 鐢ㄦ埛鎵嬫満鍙� */
+    userPhoneNumber?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 钀ヤ笟鎵х収鏂囦欢鍦板潃 */
+    licenseUrl?: string;
+    /** 娉曚汉濮撳悕 */
+    legalPersonName?: string;
+    /** 娉曚汉韬唤璇佸彿 */
+    legalPersonIdNumber?: string;
+    /** 娉曚汉鎵嬫寔韬唤璇佺収 */
+    legalPersonIdImgUrl?: string;
+    /** 浠樿垂閲戦 */
+    payAmount?: number;
+    /** 鐧诲綍鐢ㄦ埛鍚� */
+    userName?: string;
+    /** 鐢ㄦ埛鎵嬫満鍙� */
+    phoneNumber?: string;
+    certificationMode?: UserCertificationModeEnum;
+    /** 浠g悊浜哄鍚� */
+    proxyPersonName?: string;
+    /** 浠g悊浜鸿韩浠借瘉鍙� */
+    proxyPersonIdNumber?: string;
+    /** 浠g悊浜烘墜鎸佽韩浠借瘉鐓� */
+    proxyPersonIdImgUrl?: string;
+    /** 浼佷笟鎺堟潈涔� */
+    proxyPowerAttorneyUrl?: string;
+    certificationChannel?: UserCertificationChannelEnum;
+    certificationElement?: UserCertificationElementEnum;
+    /** 閾惰鍗″彿 */
+    bankCardNumber?: string;
+    /** 娉曚汉韬唤璇佺収鍙嶉潰 */
+    legalPersonIdBackImgUrl?: string;
+    /** 浠g悊浜鸿韩浠借瘉鐓у弽闈� */
+    proxyPersonIdBackImgUrl?: string;
+    /** 娉曚汉閾惰鍗$収鐗� */
+    legalPersonBankCardImgUrl?: string;
+    /** 浠g悊浜洪摱琛屽崱鐓х墖 */
+    proxyPersonBankCardImgUrl?: string;
+    /** 璁よ瘉鑱旂郴浜� */
+    certificationContact?: string;
+    /** 璁よ瘉鑱旂郴浜虹數璇� */
+    certificationContactPhone?: string;
+    /** 浼佷笟3瑕佺礌楠岃瘉鐘舵�� 0鏈�氳繃 1宸查�氳繃 */
+    enterVerifyStatus?: number;
+  }
+
+  interface CertifiedUserListDto {
+    id?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    enterpriseType?: EnterpriseTypeEnum;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 璁よ瘉鏃堕棿 */
+    certificationTime?: string;
+    /** 璁よ瘉杩囨湡鏃堕棿 */
+    expirationTime?: string;
+    status?: UserCertificationStatusEnum;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactPhone?: string;
+    /** 鏄惁浠樿垂 */
+    isPay?: boolean;
+    /** 鎵�灞炲洯鍖� */
+    belongPark?: string;
+    /** 娉ㄥ唽鏃堕棿 */
+    registTime?: string;
+    /** 璐︽埛鏄惁閿佷綇锛堟槸鍚︾鐢級 */
+    isLocked?: boolean;
+    certificationChannel?: UserCertificationChannelEnum;
+    certificationElement?: UserCertificationElementEnum;
+    /** 閾惰鍗″彿 */
+    bankCardNumber?: string;
+    /** 钀ヤ笟鎵х収鏂囦欢鍦板潃 */
+    licenseUrl?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鐢ㄦ埛鎵嬫満鍙� */
+    userPhoneNumber?: string;
+    certificationMode?: UserCertificationModeEnum;
+    /** 璁よ瘉鑱旂郴浜� */
+    certificationContact?: string;
+    /** 璁よ瘉鑱旂郴浜虹數璇� */
+    certificationContactPhone?: string;
+  }
+
+  interface CertifiedUserListDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: CertifiedUserListDto[];
+  }
+
+  interface ChangePasswordFromCurrentPwdInput {
+    /** 鏂板瘑鐮� */
+    newPassword?: string;
+    userId?: string;
+    /** 褰撳墠瀵嗙爜 */
+    currentPassword: string;
+  }
+
+  interface ChangePasswordFromPhoneNumberInput {
+    /** 鏂板瘑鐮� */
+    newPassword?: string;
+    userId?: string;
+    /** 鐭俊楠岃瘉鐮� */
+    verificationCode: string;
+    /** 鎵嬫満鍙� */
+    phoneNumber: string;
+  }
+
   interface ChangePasswordInput {
     currentPassword?: string;
     newPassword: string;
+  }
+
+  interface ChangePhoneNumberInput {
+    userId?: string;
+    /** 鏂版墜鏈哄彿 */
+    newPhoneNumber: string;
   }
 
   interface ChangeSortInput {
@@ -425,14 +2944,780 @@
     type?: number;
   }
 
+  interface ChangeUserNameInput {
+    /** 鏂拌处鍙� */
+    newUserName?: string;
+    /** 鐢ㄦ埛id */
+    userId?: string;
+  }
+
+  interface ChangeUserPhoneNumberForUserInput {
+    userId?: string;
+    /** 鏂版墜鏈哄彿 */
+    newPhoneNumber: string;
+    /** 褰撳墠瀵嗙爜 */
+    currentPassword: string;
+    /** 鐭俊楠岃瘉鐮� */
+    verificationCode: string;
+  }
+
+  type ChargeTypeEnum = 1 | 2;
+
+  interface CheckBatchCreateCompanyUserInput {
+    enterpriseName?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鎵嬫満鍙� */
+    phoneNumber?: string;
+  }
+
+  interface CheckBatchCreateCompanyUserResult {
+    enterpriseName?: string;
+    msg?: string;
+  }
+
+  interface CheckCircleFriendInput {
+    /** 鏈嬪弸鍦堟秷鎭疘d */
+    circleFriendId?: string;
+    /** 瀹℃牳鐘舵�� 閫氳繃锛�10 椹冲洖/鍏抽棴锛�-10 */
+    status?: number;
+  }
+
+  interface CheckCircleFriendReplyInput {
+    /** 鏈嬪弸鍦堣瘎璁篒d */
+    circleFriendReplyId?: string;
+    /** 瀹℃牳鐘舵�� 閫氳繃锛�10 椹冲洖锛�-10 */
+    status?: number;
+  }
+
+  interface CheckInsureCityIsAllowInput {
+    insureOnlineType?: number;
+    marketProductId?: string;
+    insureCityCode?: string;
+  }
+
+  interface CheckJobTypeIsAllowInsureInput {
+    insureMarketProductId?: string;
+    productSchemeTypeId?: string;
+    /** 淇濋殰鍛ㄦ湡锛�1D銆�30D銆�360D锛坆izCode涓洪暱鏈熸椂蹇呬紶锛� */
+    period?: string;
+    jobType?: number;
+  }
+
   interface CheckLoginVerificationCodeInput {
     messageType?: string;
     phoneNumber: string;
     verificationCode?: string;
   }
 
+  interface CheckOfflineInsureBatchBillInput {
+    /** 鎶曚繚鎵规缂栧彿 */
+    insurePolicyId?: string;
+    /** 鎵瑰崟缂栧彿 */
+    batchBillId?: string;
+    /** 瀹℃牳鐞嗙敱 */
+    auditNote?: string;
+    checkStatus?: BatchBillCheckStatus;
+  }
+
+  interface CheckOfflineInsureBillInput {
+    /** 鎶曚繚鎵规缂栧彿 */
+    insurePolicyId?: string;
+    /** 瀹℃牳鐞嗙敱 */
+    auditNote?: string;
+    policyStatus?: number;
+  }
+
+  interface CheckOrderSignInput {
+    orderId?: string;
+    fromUserId?: string;
+    toUserId?: string;
+  }
+
+  interface CheckPhoneVerificationCodeInput {
+    /** 鎵嬫満鍙� */
+    phoneNumber: string;
+    /** 楠岃瘉鐮� */
+    verificationCode?: string;
+  }
+
+  interface CheckUserEnterpriseRechargeInput {
+    id?: string;
+    checkStatus?: EnterpriseRechargeStatusEnum;
+    remark?: string;
+  }
+
+  interface CheckUserWalletBalanceInfoOutput {
+    acctNo?: string;
+    acctName?: string;
+    canUseMoneyTotal?: number;
+    directMoneyTotal?: number;
+    salaryMoneyTotal?: number;
+    canNotUseMoneyTotal?: number;
+    freezeMoneyTotal?: number;
+    allMoneyTotal?: number;
+  }
+
+  interface CheckWalletRechargeInput {
+    id?: string;
+    status?: WalletRechargeStatusEnum;
+    checkRemark?: string;
+  }
+
+  interface CircleFriendDto {
+    /** 鏈嬪弸鍦堟秷鎭疘d */
+    id?: string;
+    /** 缂栧彿 */
+    identityId?: number;
+    /** 鐢ㄦ埛缂栧彿 */
+    userIdentityId?: number;
+    /** 鍚嶇墖ShortId */
+    shortId?: number;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 鍚嶇墖浜岀淮鐮� */
+    qrCode?: string;
+    /** 鍚嶇墖鍚� */
+    name?: string;
+    /** 璐﹀彿 */
+    userName?: string;
+    /** 鍏徃鍚嶇О */
+    companyName?: string;
+    /** 鍚嶇墖澶村儚 */
+    headPhoto?: string;
+    /** 瀹℃牳鐘舵�� 閫氳繃锛�10 椹冲洖/鍏抽棴锛�-10 */
+    status?: number;
+    /** 鏈嬪弸鍦堟秷鎭唴瀹� */
+    content?: string;
+    /** 鍒涘缓浜篒d */
+    creatorId?: string;
+    /** 鍙戝竷鏃堕棿 */
+    creationTime?: string;
+    /** 鏄惁鑷禐 */
+    isSelfThumbsUp?: boolean;
+    /** 鏄惁鐐硅禐 */
+    isYourSelfThumbsUp?: boolean;
+    /** 鍏宠仈id */
+    relationalId?: string;
+    relationalType?: RelationalTypeEnum;
+    /** 鍥剧墖淇℃伅 */
+    files?: CircleFriendFileDto[];
+    /** 鐐硅禐淇℃伅 */
+    thumbsUps?: ThumbsUpDto[];
+    /** 鍥炲淇℃伅 */
+    replies?: CircleFriendReplyDto[];
+  }
+
+  interface CircleFriendDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: CircleFriendDto[];
+  }
+
+  interface CircleFriendFileDto {
+    /** 鏂囦欢鍦板潃 */
+    fileUrl?: string;
+    /** 绫诲瀷锛�1锛氬浘鐗� 2锛氳棰� */
+    type?: number;
+    /** 椤哄簭 */
+    sequence?: number;
+  }
+
+  interface CircleFriendReplyDto {
+    /** 璇勮Id */
+    id?: string;
+    /** 鍥炲浜哄悕鐗嘢hortId */
+    shortId?: number;
+    /** 璇勮浜�/鍥炲浜篒d */
+    userId?: string;
+    /** 鍥炲浜哄悕鐗囧悕 */
+    name?: string;
+    /** 鍚嶇墖澶村儚 */
+    headPhoto?: string;
+    /** 琚洖澶嶄汉/琚瘎璁轰汉鍚嶇墖ShortId */
+    beRepliedShortId?: number;
+    /** 琚洖澶嶄汉/琚瘎璁轰汉Id */
+    beRepliedUserId?: string;
+    /** 琚洖澶嶄汉/琚瘎璁轰汉鍚嶇墖鍚� */
+    beRepliedName?: string;
+    /** 琚洖澶嶄汉/琚瘎璁轰汉鍚嶇墖澶村儚 */
+    beRepliedHeadPhoto?: string;
+    /** 璇勮鍐呭 */
+    content?: string;
+    /** 瀹℃牳鐘舵�� 閫氳繃锛�10 椹冲洖锛�-10 */
+    status?: number;
+    /** 璇勮鏃堕棿 */
+    creationTime?: string;
+    /** 鐖剁骇Id */
+    parentId?: string;
+  }
+
+  interface CircleFriendReplyInfo {
+    /** 璇勮Id */
+    id?: string;
+    /** 鍥炲浜哄悕鐗嘢hortId */
+    shortId?: number;
+    /** 璇勮浜�/鍥炲浜篒d */
+    userId?: string;
+    /** 鍥炲浜哄悕鐗囧悕 */
+    name?: string;
+    /** 鍚嶇墖澶村儚 */
+    headPhoto?: string;
+    /** 琚洖澶嶄汉/琚瘎璁轰汉鍚嶇墖ShortId */
+    beRepliedShortId?: number;
+    /** 琚洖澶嶄汉/琚瘎璁轰汉Id */
+    beRepliedUserId?: string;
+    /** 琚洖澶嶄汉/琚瘎璁轰汉鍚嶇墖鍚� */
+    beRepliedName?: string;
+    /** 琚洖澶嶄汉/琚瘎璁轰汉鍚嶇墖澶村儚 */
+    beRepliedHeadPhoto?: string;
+    /** 璇勮鍐呭 */
+    content?: string;
+    /** 瀹℃牳鐘舵�� 閫氳繃锛�10 椹冲洖锛�-10 */
+    status?: number;
+    /** 璇勮鏃堕棿 */
+    creationTime?: string;
+    /** 璇勮缂栧彿 */
+    identityId?: number;
+    /** 鏈嬪弸鍦堜俊鎭疘d */
+    circleFriendId?: string;
+    /** 鐢ㄦ埛缂栧彿 */
+    userIdentityId?: number;
+    /** 鐖剁骇Id */
+    parentId?: string;
+  }
+
+  interface CircleFriendUserReply {
+    /** 璇勮Id */
+    id?: string;
+    /** 璇勮缂栧彿 */
+    identityId?: number;
+    /** 鍥炲浜哄悕鐗嘢hortId */
+    shortId?: number;
+    /** 璇勮浜�/鍥炲浜篒d */
+    userId?: string;
+    /** 鐢ㄦ埛缂栧彿 */
+    userIdentityId?: number;
+    /** 鍥炲浜哄悕鐗囧悕 */
+    name?: string;
+    /** 璇勮鍐呭 */
+    content?: string;
+    /** 瀹℃牳鐘舵�� 閫氳繃锛�10 椹冲洖锛�-10 */
+    status?: number;
+    /** 璇勮鏃堕棿 */
+    creationTime?: string;
+  }
+
+  interface CircleFriendUserReplyPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: CircleFriendUserReply[];
+  }
+
+  interface CityInfo {
+    provinceCode?: number;
+    areaCode?: number;
+    areaName?: string;
+    /** 椤哄簭 */
+    sequence?: number;
+  }
+
   interface ClockDto {
     kind?: string;
+  }
+
+  interface CommentCheckInput {
+    /** 璇勮Id */
+    id?: string;
+    /** 瀹℃牳鐘舵�侊細10閫氳繃锛�-10椹冲洖 */
+    status?: number;
+    /** 澶囨敞 */
+    remark?: string;
+  }
+
+  interface CommentForManage {
+    /** 璇勮Id */
+    id?: string;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 绫诲埆鍚嶇О */
+    categoryName?: string;
+    /** 浜у搧鍚嶇О */
+    productName?: string;
+    /** 鏈嶅姟鍟� */
+    serveName?: string;
+    /** 璇勮鍐呭 */
+    content?: string;
+    /** 璇勮浜� */
+    commentator?: string;
+    /** 璇勮鏃堕棿 */
+    commentTime?: string;
+    /** 瀹℃牳鏃堕棿 */
+    checkTime?: string;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 鐘舵�侊細0鎻愪氦寰呭鏍革紝10閫氳繃锛�-10椹冲洖 */
+    status?: number;
+    /** 楠屾敹鏃堕棿 */
+    fixtureDate?: string;
+  }
+
+  interface CommentForManagePageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: CommentForManage[];
+  }
+
+  interface CommentForProduct {
+    /** 璇勮Id */
+    id?: string;
+    /** 浜у搧鍚嶇О */
+    productName?: string;
+    /** 璇勮鍐呭 */
+    content?: string;
+    /** 璇勮浜� */
+    commentator?: string;
+    /** 璇勮鏃堕棿 */
+    commentTime?: string;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 鐘舵�侊細0鎻愪氦寰呭鏍革紝10閫氳繃锛�-10椹冲洖 */
+    status?: number;
+    /** 璇勬槦鏁� */
+    starCount?: number;
+    /** 鐐硅禐鏁� */
+    thumbsUpCount?: number;
+    /** 鏄惁鏄垜鐨勭偣璧� */
+    isMyCommentThumbsUp?: boolean;
+    /** 鐐硅禐鐨処D */
+    commentThumbsUpId?: string;
+  }
+
+  interface CommentForProductPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: CommentForProduct[];
+  }
+
+  type CommonInfoType = 10 | 20 | 30 | 40 | 50;
+
+  interface CompanyAttestationDto {
+    /** 鐢ㄦ埛璁よ瘉Id */
+    id?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 璁よ瘉绫诲瀷锛�1涓轰紒涓氾紝2涓轰釜浜� */
+    type?: number;
+    /** 10 浜鸿祫鍏徃 20 鍥尯缁忚惀 30 鐢ㄥ伐鍗曚綅 40 姘戣惀浼佷笟 */
+    authType?: number;
+    /** 浼佷笟鍚嶇О */
+    customerName?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 钀ヤ笟鎵х収鏂囦欢鍦板潃 */
+    licenseUrl?: string;
+    /** 鍖哄煙Code */
+    areaCode?: number;
+    /** 鎵�灞炲尯鍩� */
+    address?: string;
+    /** 鐪丆ode */
+    provinceCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯侰ode */
+    cityCode?: number;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄煙 */
+    areaName?: string;
+    /** 鑱旂郴浜� */
+    contacter?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contacterPhone?: string;
+    /** 鍚嶇墖鑱旂郴浜� */
+    cardName?: string;
+    /** 鍚嶇墖鑱旂郴鐢佃瘽 */
+    cardPhone?: string;
+    /** 鍚嶇墖鐨凟mail */
+    cardEmail?: string;
+    /** 鍚嶇墖鐨勫湴鍧� */
+    cardAddress?: string;
+    /** 鍚嶇墖鐨勫井淇′簩缁寸爜 */
+    cardWxUrl?: string;
+    /** 澶村儚 */
+    cardHeadUrl?: string;
+    /** 鍚嶇墖鐨勮亴绉� */
+    cardPostion?: string;
+    /** 鍏徃鍚嶇О */
+    cardCompanyName?: string;
+    /** 鐢ㄦ埛鎵嬫満鍙� */
+    phoneNumber?: string;
+    /** 浼佷笟瑙勬ā */
+    firmSize?: number;
+    /** 鎵�鍦ㄨ亴浣� */
+    jobPosition?: number;
+    /** 娉ㄥ唽鏃ユ湡 */
+    registDate?: string;
+    /** 鎻愪氦璁よ瘉鏃堕棿 */
+    attestateDate?: string;
+    /** 鍐犲悕锛�0鍏朵粬锛�1鐪佺骇锛�2甯傜骇锛�3鍖哄幙绾� */
+    namingType?: number;
+    /** 鏈嶅姟鍟嗘槦绾э細1~5 */
+    serveStarLevel?: number;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 鐘舵�侊細0鎻愪氦寰呭鏍革紝1锛屽畬鍠勪腑 2锛� 宸插畬鍠� 9锛� 鎻愪氦瀹℃牳  10閫氳繃锛�-10椹冲洖 -20 绂佺敤 -30 鏈璇� */
+    status?: number;
+  }
+
+  interface CompanyAttestationSubmitInput {
+    /** 钀ヤ笟鎵х収鏂囦欢鍦板潃 */
+    licenseUrl?: string;
+    /** 浼佷笟鍚嶇О */
+    customerName: string;
+    /** 鏄惁浠樿垂 */
+    isPay?: boolean;
+    /** 浠樿垂閲戦 */
+    payAmount?: number;
+    belongPark?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鍖哄煙Code */
+    areaCode?: number;
+    /** 鑱旂郴浜� */
+    contacter: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contacterPhone?: string;
+    /** 浼佷笟瑙勬ā */
+    firmSize?: number;
+    /** 鎵�鍦ㄨ亴浣� */
+    jobPosition?: number;
+    /** 10 浜鸿祫鍏徃 20 鍥尯缁忚惀 30 鐢ㄥ伐鍗曚綅 40 姘戣惀浼佷笟 */
+    authType?: number;
+    /** 鍚嶇墖鑱旂郴浜� */
+    cardName?: string;
+    /** 鍚嶇墖鑱旂郴鐢佃瘽 */
+    cardPhone?: string;
+    /** 鍚嶇墖鐨凟mail */
+    cardEmail?: string;
+    /** 鍚嶇墖鐨勫湴鍧� */
+    cardAddress?: string;
+    /** 鍚嶇墖鐨勫井淇′簩缁寸爜 */
+    cardWxUrl?: string;
+    /** 澶村儚 */
+    cardHeadUrl?: string;
+    /** 鍚嶇墖鐨勮亴绉� */
+    cardPostion?: string;
+  }
+
+  interface CompanyInsureDto {
+    /** 瀹㈡埛绫诲瀷 */
+    type?: number;
+    /** 瀹㈡埛绠�绉� */
+    shortName?: string;
+    /** 瀹㈡湇鐢佃瘽 */
+    serviceTel?: string;
+    /** 鑱旂郴浜� */
+    contactPerson: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactPhone: string;
+    /** 鍗忚鏂囦欢 */
+    protocolFileUrl?: string;
+    /** 鍗忚璧峰鏃ユ湡 */
+    protocolStartDate?: string;
+    /** 鍗忚鎴鏃ユ湡 */
+    protocolEndDate?: string;
+    /** 瀹㈡埛鏉ユ簮 */
+    fromType?: number;
+    /** 鎷涘晢浜哄憳Id */
+    merchantsId?: string;
+    /** 鎷涘晢浜哄憳 */
+    merchantsName?: string;
+    /** 榛樿浜哄憳鍒嗙被 */
+    jobCode: string;
+    /** 娓犻亾浣i噾姣斾緥 */
+    channelRate?: number;
+    /** 娓犻亾瀹㈡埛Id */
+    channelCustomerId?: string;
+    /** Logo鍦板潃 */
+    logoUrl: string;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 鍏ヨ亴鍚堝悓妯℃澘 */
+    inductionContractTemplateUrl?: string;
+    /** 鏈夋晥鏈堜唤鑼冨洿 */
+    validMonth?: number;
+    /** 鍚堝悓鏈夋棤鏈夋晥璧锋鏃ユ湡 */
+    hasValidDuration?: boolean;
+    /** 鍚堝悓鏈夋棤瀹跺涵鍦板潃 */
+    hasFamilyAddress?: boolean;
+    /** 鍚堝悓鏈夋棤绱ф�ヨ仈绯讳汉 */
+    hasUrgencyPerson?: boolean;
+    /** 绂昏亴鍚堝悓妯℃澘 */
+    separationContractTemplateUrl?: string;
+    /** 鐘舵�� */
+    status?: number;
+    id?: string;
+    /** 鍚嶇О */
+    name?: string;
+    /** 缁熶竴淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鎶曚繚鍚堢害寮�濮嬫棩鏈� */
+    effectStartTime?: string;
+    /** 鎶曚繚鍚堢害缁撴潫鏃ユ湡 */
+    effectEndTime?: string;
+    /** 绛剧害鏃ユ湡 */
+    insureSignTime?: string;
+    /** 鍏ヨ亴浜岀淮鐮� */
+    inductionQrCode?: string;
+    /** 绂昏亴浜岀淮鐮� */
+    separationQrCode?: string;
+    /** 鎶曚繚绛剧害浜岀淮鐮� */
+    insureQrCode?: string;
+    /** 娉曞ぇ澶у疄鍚嶇姸鎬� */
+    faddRealNameStatus?: number;
+    /** 娉曞ぇ澶ц嚜鍔ㄧ鎺堟潈鐘舵�� */
+    faddTradeAuthSignStatus?: number;
+    /** 鍏徃Id */
+    companyId?: string;
+    success?: boolean;
+    msg?: string;
+  }
+
+  interface CompanyInsureInfo {
+    id?: string;
+    companyId?: string;
+    /** 瀹㈡埛鍚嶇О */
+    name?: string;
+    /** 鍏ヨ亴浜岀淮鐮� */
+    inductionQrCode?: string;
+    /** 绂昏亴浜岀淮鐮� */
+    separationQrCode?: string;
+    /** 淇濋櫓绛剧害浜岀淮鐮� */
+    insureQrCode?: string;
+    /** 淇濋櫓绛剧害鐘舵�� */
+    insureSignStatus?: number;
+    /** 鑱旂郴浜� */
+    contactPerson?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactPhone?: string;
+    /** 榛樿鍒嗙被 */
+    jobCode?: string;
+    /** 瀹㈡埛鏉ユ簮 */
+    fromType?: number;
+    /** 鎷涘晢浜哄憳 */
+    merchantsName?: string;
+    merchantsId?: string;
+    /** 娓犻亾鍟咺d */
+    channelCustomerId?: string;
+    /** 娓犻亾鍟� */
+    channelCustomerName?: string;
+    /** 娓犻亾浣i噾姣斾緥 */
+    channelRate?: number;
+    /** 鍗忚鍚堝悓鍦板潃 */
+    protocolFileUrl?: string;
+    /** 鍗忚璧峰鏃ユ湡 */
+    protocolStartDate?: string;
+    /** 鍗忚鎴鏃ユ湡 */
+    protocolEndDate?: string;
+    /** 鏄惁涓婁紶鍏ヨ亴鍚堝悓妯℃澘 */
+    hasInductionTemplate?: boolean;
+    /** 鏄惁涓婁紶绂昏亴鍚堝悓妯℃澘 */
+    hasSeparationTemplate?: boolean;
+    status?: number;
+  }
+
+  interface CompanyInsureInfoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: CompanyInsureInfo[];
+  }
+
+  interface CompanyUserDto {
+    /** 鐢ㄦ埛璁よ瘉Id */
+    id?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 浼佷笟鍚嶇О */
+    customerName?: string;
+    /** 鑱旂郴浜� */
+    contacter?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contacterPhone?: string;
+    /** 鎵�鍦ㄥ湴 */
+    address?: string;
+    /** 鍐犲悕锛�0鍏朵粬锛�1鐪佺骇锛�2甯傜骇锛�3鍖哄幙绾� */
+    namingType?: number;
+    /** 浜у搧鏁伴噺锛堝鏍搁�氳繃鐨勬暟閲忥級 */
+    productCount?: number;
+    /** 璧勮鏁伴噺锛堝鏍搁�氳繃鐨勬暟閲忥級 */
+    informationCount?: number;
+    /** 娉ㄥ唽鏃ユ湡 */
+    registDate?: string;
+    /** 鎻愪氦璁よ瘉鏃堕棿 */
+    attestateDate?: string;
+    /** 璐︽埛鏄惁閿佷綇锛堟槸鍚︾鐢級 */
+    isLocked?: boolean;
+    authType?: number;
+    /** 鏄惁浠樿垂 */
+    isPay?: boolean;
+    /** 鎵�灞炲洯鍖� */
+    belongPark?: string;
+    /** 浠樿垂閲戦 */
+    payAmount?: number;
+  }
+
+  interface ConditionInfo {
+    id?: string;
+    name?: string;
+    sort?: number;
+  }
+
+  interface ConfirmToAccountBatchInput {
+    /** 鎶曚繚鎵规缂栧彿 */
+    insurePolicyId?: string;
+    /** 鎵瑰崟缂栧彿 */
+    batchBillId?: string;
+    /** 瀹℃牳鐞嗙敱 */
+    confirmToAccountRemark?: string;
+    checkStatus?: BatchBillCheckStatus;
+  }
+
+  interface ConfirmToAccountInput {
+    /** 鎶曚繚鎵规缂栧彿 */
+    insurePolicyId?: string;
+    /** 瀹℃牳鐞嗙敱 */
+    confirmToAccountRemark?: string;
+    policyStatus?: number;
+  }
+
+  interface ConsultDto {
+    id?: string;
+    categoryId?: string;
+    userId?: string;
+    userStatus?: UserCertificationStatusEnum;
+    /** 10鏈彁浜� 20寰呭鏍� 30 杩涜涓� 40 涓嬫灦 50 绯荤粺涓嬫灦 */
+    status?: number;
+    creationTime?: string;
+    lastModificationTime?: string;
+    /** 鏄惁鎺ㄨ崘 1鏄� */
+    isRecommend?: boolean;
+    contact?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactNumber?: string;
+    /** 鑱屼綅鍚嶇ОId */
+    consultSettingId?: string;
+    /** 鑱屼綅鍚嶇ОId */
+    consultSettingName?: string;
+    /** 璇︾粏鍦板潃 */
+    address?: string;
+    /** 鏈�鍚庝笂鏋舵椂闂� */
+    lastShelfTime?: string;
+    /** 鎵�灞炶涓欼D */
+    industrySettingId?: string;
+    /** 鎵�灞炶涓氬悕绉� */
+    industrySettingName?: string;
+    /** 鍛樺伐钖叕 */
+    salary?: number;
+    /** 璧峰钖祫 */
+    startMonthlySalary?: number;
+    /** 鎴璧峰钖祫 */
+    endMonthlySalary?: number;
+    /** 宸ヤ綔浠嬬粛 */
+    consultIntroduction?: string;
+    /** 10 鍥哄畾 20 闈㈣ */
+    salaryType?: number;
+    provinceCode?: number;
+    cityCode?: number;
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    viewCount?: number;
+    attentionCount?: number;
+    companyName?: string;
+    /** 鐢ㄦ埛鏄惁閿佸畾 */
+    userIsLocked?: boolean;
+    userAuthTye?: EnterpriseTypeEnum;
+    /** 瀹℃牳澶囨敞 */
+    checkRemark?: string;
+  }
+
+  interface ConsultDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: ConsultDto[];
+  }
+
+  interface ConsultListInput {
+    pageModel?: Pagination;
+    /** 鏄电О */
+    consultName?: string;
+    status?: number;
+    startDate?: string;
+    endDate?: string;
+  }
+
+  interface ConsultRecommendInput {
+    id?: string;
+    isRecommend?: boolean;
+  }
+
+  interface ConsultViewInput {
+    /** 璁㈠崟娴忚Id */
+    id?: string;
+    /** 璁㈠崟Id */
+    consultId?: string;
+  }
+
+  interface ContractEvidenceReportDownloadInput {
+    /** 鎺ュ彛璐﹀彿 */
+    contractId?: string;
+    /** 鏄惁浣撶幇瀹炲悕 鍚� 0鎴栬��1锛�0涓轰笉浣撶幇锛�1涓洪渶瑕併�備粎浣跨敤杩囦笂涓婄鐨勨�滀釜浜烘墜鏈哄彿璁よ瘉锛堝甫鐭俊鏍¢獙锛夆�溿�佲�濅釜浜洪摱琛屽崱澶氳绱犳牎楠岋紙甯︾煭淇℃牎楠岋級鈥濄�佲�滆吘璁簯H5鍒疯劯璁よ瘉鈥濄�佲�滄敮浠樺疂鍒疯劯璁よ瘉鈥濄�佲�滀紒涓氶摱琛屾墦娆撅紙鍏宠仈鐢ㄦ埛锛夆�濇敮鎸佷綋鐜帮紝璇锋寜闇�浣跨敤銆� */
+    isSupportRealName?: string;
+    /** 鎶ュ憡鏄惁闄勫甫鍚堝悓鍘熸枃 鍚︼紝瀛楃涓插弬鏁� 锛屽湪鎶ュ憡涓槸鍚﹂檮甯﹀悎鍚屽師鏂囷紝榛樿涓嶉檮甯︼紝濉啓涓�"true"鍒欓檮甯﹀師鏂� */
+    includeContractFile?: string;
+    /** 鐢宠浜哄悕绉� 鍚︼紝鎶ュ憡涓浜岀珷鑺傦紙鐢靛瓙绛剧害鏁版嵁瀛樿瘉娓呭崟鍐呭锛堜竴锛夊悎鍚屽熀鏈俊鎭級涓綋鐜扮殑鐢宠浜虹殑濮撳悕锛屽涓虹┖鍒欎笉浣撶幇 */
+    requestPerson?: string;
+    /** 鐢宠浜鸿瘉浠跺彿鐮� 鍚� 鎶ュ憡涓浜岀珷鑺傦紙鐢靛瓙绛剧害鏁版嵁瀛樿瘉娓呭崟鍐呭锛堜竴锛夊悎鍚屽熀鏈俊鎭級浣撶幇鐨勭敵璇蜂汉鐨勮瘉浠跺彿鐮侊紝濡備负绌哄垯涓嶄綋鐜� */
+    requestPersonId?: string;
+    /** 鍚堝悓鍘熸枃Base64瀛楃涓� 鍚� 娣峰悎浜戝満鏅笅鍑哄叿璇佹嵁鎶ュ憡锛岃鍙傛暟涓哄繀濉弬鏁帮紝闇�涓婁紶鍚堝悓鍘熸枃锛岃繖閲屽悎鍚屽師鏂囨枃浠堕渶瑕佽浆涓築ase64瀛楃涓茶繘琛屼紶鍙傘�傚叕鏈変簯鍦烘櫙涓嬶紝璇ュ弬鏁板彲涓虹┖銆� */
+    contractFile?: string;
+  }
+
+  interface ContractGetFaceAuthOrderNoInput {
+    /** 鍚堝悓缂栧彿 */
+    contractId?: string;
+    /** 绛剧讲浜鸿处鍙� */
+    account?: string;
+  }
+
+  interface ContractSendByTemplateInput {
+    orderSignId?: string;
+    /** 鏍¢獙鎵嬫満鍙� */
+    mobile?: string;
+    /** 璁㈠崟Id */
+    orderId?: string;
+    /** 鍚堝悓缂栧彿 */
+    contractId?: string;
+  }
+
+  interface ContractTemplateDownInput {
+    /** 褰撳墠浼佷笟ID */
+    companyId?: string;
+    companyName?: string;
+  }
+
+  interface ContractUploadInput {
+    /** 褰撳墠浼佷笟ID */
+    companyId?: string;
+    companyName?: string;
+    filePath?: string;
   }
 
   interface ControllerApiDescriptionModel {
@@ -447,29 +3732,1126 @@
     type?: string;
   }
 
+  interface CooperationApplyDto {
+    id?: string;
+    /** 鍚堜綔鐨勭被鍒� */
+    title?: string;
+    /** 浼佷笟瑙勬ā */
+    companyScale?: number;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactPhone?: string;
+    /** 鐪佸競 */
+    provinceCity?: string;
+    /** 鐢宠鎻忚堪 */
+    applyDescription?: string;
+    status?: CooperationApplyStatusEnum;
+    userAttestationStatus?: UserCertificationStatusEnum;
+    creationTime?: string;
+    creatorId?: string;
+    customerName?: string;
+    applyType?: CooperationApplyTypeEnum;
+    companyName?: string;
+    insurePeopleNumber?: InsurePeopleNumberEnum;
+    /** 鎶曚繚闇�姹� */
+    requirement?: string;
+    cooperationApplyFllowDtos?: CooperationApplyFllowDto[];
+  }
+
+  interface CooperationApplyDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: CooperationApplyDto[];
+  }
+
+  interface CooperationApplyFllowDto {
+    cooperationApplyId?: string;
+    /** 璺熻繘澶囨敞 */
+    remark?: string;
+    status?: CooperationApplyStatusEnum;
+    creationTime?: string;
+    creationName?: string;
+  }
+
+  type CooperationApplyStatusEnum = 10 | 20 | 30 | 40 | -10;
+
+  type CooperationApplyTypeEnum = 10 | 20 | 30 | 40 | 50;
+
+  interface CoverInfo {
+    /** 灏侀潰鍦板潃 */
+    url?: string;
+    /** 鎺掑簭 */
+    sequence?: number;
+    /** 鏄惁璁句负灏侀潰 */
+    isMain?: boolean;
+  }
+
+  interface CoverMsg {
+    /** 灏侀潰鍦板潃 */
+    url?: string;
+    /** 鎺掑簭 */
+    sequence?: number;
+  }
+
   interface CreateAccountInput {
     /** 鍚嶇О */
-    name: string;
+    name?: string;
     /** 鐢ㄦ埛鍚� */
-    userName: string;
+    userName?: string;
     /** 澶囨敞 */
     remark?: string;
-    /** 瀵嗙爜 */
-    password: string;
     /** 鎵嬫満鍙� */
-    phoneNumber: string;
-    /** 娓犻亾 */
-    channel?: string;
+    phoneNumber?: string;
     /** 鐢ㄦ埛绔疘d */
     clientId?: string;
     /** 瑙掕壊 */
     roleNames?: string[];
-    /** 鏄惁鐞嗚禂鎻愰啋 */
-    sendClaimMessage?: boolean;
-    /** 鏄惁淇濆崟鍒版湡鎻愰啋 */
-    sendBillExpireMessage?: boolean;
-    /** 鏄惁鐭俊鎻愰啋 */
-    isSendMessage?: boolean;
+    /** 灏忕▼搴廜penId */
+    openId?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    authType?: EnterpriseTypeEnum;
+    /** MatchMaking灏忕▼搴廜penId */
+    matchMakingOpenId?: string;
+    /** 缁勭粐鏋舵瀯鍏徃id */
+    companyOrgId?: string;
+    /** 缁勭粐鏋舵瀯閮ㄩ棬id */
+    departmentOrgId?: string;
+    password?: string;
+  }
+
+  interface CreateBackClientUserInput {
+    /** 鍚嶇О */
+    name?: string;
+    /** 鎵嬫満鍙� */
+    phoneNumber?: string;
+    /** 璐︽埛 */
+    userName?: string;
+    remark?: string;
+    /** 瑙掕壊 */
+    roleNames?: string[];
+    /** 缁勭粐鏋舵瀯鍏徃id */
+    companyOrgId?: string;
+    /** 缁勭粐鏋舵瀯閮ㄩ棬id */
+    departmentOrgId?: string;
+    password?: string;
+  }
+
+  interface CreateBaseRoleInput {
+    /** 鍚嶇О */
+    name?: string;
+    /** 鎺掑簭 */
+    sequence?: number;
+    /** 閮ㄩ棬Id */
+    departmentId?: number;
+    /** 鏁版嵁鑼冨洿 鍏ㄩ儴鏁版嵁100 涓汉鏁版嵁 10 */
+    dataRange?: number;
+    /** 澶囨敞 */
+    remark?: string;
+  }
+
+  interface CreateCompanyInsureInput {
+    /** 鍏ラ┗瀹㈡埛Id */
+    companyId: string;
+    /** 瀹㈡埛绫诲瀷 */
+    type?: number;
+    /** 瀹㈡埛绠�绉� */
+    shortName?: string;
+    /** 瀹㈡湇鐢佃瘽 */
+    serviceTel?: string;
+    /** 鑱旂郴浜� */
+    contactPerson: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactPhone: string;
+    /** 鍗忚鏂囦欢 */
+    protocolFileUrl?: string;
+    /** 鍗忚璧峰鏃ユ湡 */
+    protocolStartDate?: string;
+    /** 鍗忚鎴鏃ユ湡 */
+    protocolEndDate?: string;
+    /** 瀹㈡埛鏉ユ簮 */
+    fromType?: number;
+    /** 鎷涘晢浜哄憳Id */
+    merchantsId?: string;
+    /** 鎷涘晢浜哄憳 */
+    merchantsName?: string;
+    /** 榛樿浜哄憳鍒嗙被 */
+    jobCode: string;
+    /** 娓犻亾浣i噾姣斾緥 */
+    channelRate?: number;
+    /** 娓犻亾瀹㈡埛Id */
+    channelCustomerId?: string;
+    /** Logo鍦板潃 */
+    logoUrl: string;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 鍏ヨ亴鍚堝悓妯℃澘 */
+    inductionContractTemplateUrl?: string;
+    /** 鏈夋晥鏈堜唤鑼冨洿 */
+    validMonth?: number;
+    /** 鍚堝悓鏈夋棤鏈夋晥璧锋鏃ユ湡 */
+    hasValidDuration?: boolean;
+    /** 鍚堝悓鏈夋棤瀹跺涵鍦板潃 */
+    hasFamilyAddress?: boolean;
+    /** 鍚堝悓鏈夋棤绱ф�ヨ仈绯讳汉 */
+    hasUrgencyPerson?: boolean;
+    /** 绂昏亴鍚堝悓妯℃澘 */
+    separationContractTemplateUrl?: string;
+    /** 鐘舵�� */
+    status?: number;
+  }
+
+  interface CreateCooperationApplyFllowInput {
+    cooperationApplyId?: string;
+    /** 璺熻繘澶囨敞 */
+    remark?: string;
+    status?: CooperationApplyStatusEnum;
+  }
+
+  interface CreateGoverUserInput {
+    /** 鍚嶇О */
+    name?: string;
+    /** 鐢ㄦ埛鍚� */
+    userName?: string;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 鎵嬫満鍙� */
+    phoneNumber?: string;
+    /** 瑙掕壊 */
+    roleNames?: string[];
+    /** 瀵嗙爜 */
+    password?: string;
+  }
+
+  interface CreateInformationAdvertiseInput {
+    /** 瀵瑰鑱旂郴浜� */
+    outerContacter?: string;
+    /** 瀵瑰鑱旂郴鐢佃瘽鏄惁骞冲彴鐢佃瘽 */
+    isOuterPhonePlatform?: boolean;
+    /** 瀵瑰鑱旂郴浜哄彿鐮� */
+    outerContacterPhone?: string;
+    /** 骞垮憡璧峰鏃堕棿 */
+    startTime?: string;
+    /** 骞垮憡鍒版湡鏃堕棿 */
+    endTime?: string;
+    /** 鎺掑簭 */
+    sequence?: number;
+    /** 骞垮憡浣嶇疆锛�0棣栭〉涓�绾э紝1棣栭〉浜岀骇锛�2璇︽儏椤垫帹鑽� */
+    position?: number;
+    /** 骞垮憡绫诲瀷锛�0浠樿垂锛�1鍏嶈垂 */
+    payType?: number;
+    /** 浠樿垂棰� */
+    fee?: number;
+    /** 鐘舵�侊細0锛堝鎴风锛夋彁浜わ紝-10涓嬫灦锛�10涓婃灦 */
+    status?: number;
+    userId?: string;
+    /** 璧勮Id */
+    informationId?: string;
+  }
+
+  interface CreateInformationInput {
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 杩愯惀绫诲埆锛�1骞冲彴鑷惀锛�2瀹㈡埛鑷惀,3閲囬泦 */
+    operateType?: number;
+    /** 瀹㈡埛Id */
+    customerId?: string;
+    /** 鐘舵�侊細-1淇濆瓨锛�0鎻愪氦寰呭鏍革紙鍙戝竷锛夛紝1鎺ュ彈寰呴噰鐢� */
+    status?: number;
+    /** 鏍囬 */
+    title: string;
+    /** 鏄惁鍘熷垱 */
+    isOriginal?: boolean;
+    /** 杞浇閾炬帴 */
+    repostLink?: string;
+    /** 鏄惁闇�瑕佹姤鍚� */
+    needApply?: boolean;
+    /** 鑱旂郴鐢佃瘽 */
+    contactPhone?: string;
+    /** 鎶ュ悕閾炬帴 */
+    applyLink?: string;
+    /** 涓惧姙璧峰鏃ユ湡 */
+    toHoldStartTime?: string;
+    /** 涓惧姙鎴鏃ユ湡 */
+    toHoldEndTime?: string;
+    /** 涓惧姙鍦板潃鍖哄煙Code */
+    areaCode?: number;
+    /** 璇︾粏涓惧姙鍦板潃 */
+    address?: string;
+    /** 缁忓害 */
+    longitude?: number;
+    /** 绾害 */
+    latitude?: number;
+    /** 涓惧姙/鍙戝竷鍗曚綅 */
+    unit?: string;
+    fromType?: InformationFormTypeEnum;
+    /** 璧勮鏉ユ簮璇存槑 */
+    fromMessage?: string;
+    /** 瀹炶鍖哄煙锛�0鍏ㄥ浗锛�1鐪佷唤 */
+    implementAreaType?: number;
+    /** 灏侀潰淇℃伅 */
+    coverInfo?: CoverInfo[];
+    /** 鏍囩淇℃伅 */
+    tagInfo?: TagMsg[];
+    /** 璇︽儏淇℃伅 */
+    introInfo?: IntroInfo[];
+    /** 瀹炶鐪佷唤淇℃伅 */
+    provinceInfo?: ProvinceMsg[];
+    /** 鍒濆娴忚閲� */
+    initViewCount?: number;
+    /** 鍒濆鍏虫敞閲� */
+    initAttendedCount?: number;
+    /** 鍒濆鐐硅禐閲� */
+    initThumbsUpCount?: number;
+    /** 浣滆�� */
+    author?: string;
+    acquisitionpPlatformType?: InformationAcquisitionPlatformTypeEnum;
+    /** 閲囬泦鏉ユ簮鍦板潃 浠呮潵婧愪负閲囬泦鏃舵湁鏁� */
+    acquisitionSourceLink?: string;
+    adoptStatus?: InformationAdoptStatusEnum;
+    /** 鏈夋晥鎴鏃堕棿 */
+    expirationDateTime?: string;
+  }
+
+  interface CreateInsureConsultFollowInput {
+    /** 鍏徃鍚嶇О */
+    companyName?: string;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone?: string;
+    /** 鎶曚繚浜烘暟 1:1~49 2锛�20~99 3锛� 100浠ヤ笂 */
+    insureNumberType?: number;
+    /** 璧蜂繚鏃堕棿 */
+    insureStartDate?: string;
+    /** 淇濋櫓浜у搧Id */
+    insureMarketProductId?: string;
+    /** 瀹㈡埛闇�姹� */
+    customerNeed?: string;
+    /** 璺熻釜闇�姹� */
+    followNeed?: string;
+    /** 淇濋櫓鍜ㄨ鐨処D */
+    insureConsultId?: string;
+    /** 璺熻繘鐘舵�� 1 锛氬緟澶勭悊 -1锛氭殏鍋� -2 锛氫綔搴� 10锛氬鎺ヤ腑 20 纭鍚堜綔 */
+    status?: number;
+  }
+
+  interface CreateInsureSettingInput {
+    /** 绫诲瀷 */
+    type?: number;
+    /** 閰嶇疆鍚嶇О */
+    name?: string;
+    /** 鐘舵�� */
+    status?: number;
+    /** 鎺掑簭 */
+    sequence?: number;
+    /** 璇存槑 */
+    remark?: string;
+  }
+
+  interface CreateOrEditAdvertiseBoardInput {
+    /** Id */
+    id?: string;
+    userId?: string;
+    /** 骞垮憡椤甸潰 */
+    boardName?: string;
+    /** 10 浜鸿祫椤甸潰 20 琛屼笟璧勮鍒楄〃 30 鎴戞湁浜� */
+    pageType?: number;
+    /** 骞垮憡椤甸潰X杞村昂瀵� */
+    pageSizeX?: number;
+    /** 骞垮憡椤甸潰Y杞村昂瀵� */
+    pageSizeY?: number;
+    /** 灞曠ず鏂瑰紡 1,鍗曞紶灞曠ず 2锛岃疆鎾� */
+    showType?: number;
+    /** 0,绂佺敤 1 鍚敤 */
+    status?: boolean;
+  }
+
+  interface CreateOrEditAdvertiseOnShowInput {
+    /** Id */
+    id?: string;
+    userId?: string;
+    /** 骞垮憡浣岻d */
+    pageBoardId?: string;
+    imgInfo?: AdvertiseOnShowImgDto[];
+    /** 骞垮憡鍚嶇О */
+    advertiseName?: string;
+    /** 骞垮憡閾炬帴 */
+    advertiseLink?: string;
+    /** 鍏徃鍚嶇О */
+    companyName?: string;
+    /** 鑱旂郴浜� */
+    contacter?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contacterPhone?: string;
+    /** 骞垮憡寮�濮嬫椂闂� */
+    advertiseBeginDate?: string;
+    /** 骞垮憡缁撴潫鏃堕棿 */
+    advertiseEndDate?: string;
+    /** 骞垮憡鏀惰垂绫诲瀷 0 鍏嶈垂 1 鏀惰垂 */
+    advertiseType?: number;
+    /** 浠樿垂閲戦 */
+    payAmount?: number;
+    /** 0,绂佺敤 1 鍚敤 */
+    status?: boolean;
+    sort?: number;
+  }
+
+  interface CreateOrEditConsultInput {
+    id?: string;
+    categoryId?: string;
+    userId?: string;
+    title?: string;
+    /** 10鏈彁浜� 20寰呭鏍� 30 杩涜涓� 40 涓嬫灦 50 绯荤粺涓嬫灦 */
+    status?: number;
+    creationTime?: string;
+    lastModificationTime?: string;
+    /** 璇︾粏鍦板潃 */
+    address?: string;
+    provinceCode?: number;
+    cityCode?: number;
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 鏄惁鎺ㄨ崘 1鏄� */
+    isRecommend?: boolean;
+    contact: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactNumber: string;
+    consultSettingId: string;
+    /** 鏈�鍚庝笂鏋舵椂闂� */
+    lastShelfTime?: string;
+    /** 鎵�灞炶涓� */
+    industrySettingId: string;
+    /** 鍛樺伐钖叕 */
+    salary?: number;
+    /** 璧峰缁煎悎鏈堣柂 */
+    startMonthlySalary?: number;
+    /** 鎴缁煎悎鏈堣柂 */
+    endMonthlySalary?: number;
+    /** 鑱屼綅瑕佹眰 */
+    consultIntroduction: string;
+    /** 10 鍥哄畾 20 闈㈣ */
+    salaryType?: number;
+  }
+
+  interface CreateOrEditHeadHunterInput {
+    id?: string;
+    categoryId?: string;
+    userId?: string;
+    title?: string;
+    /** 10鏈彁浜� 20寰呭鏍� 30 杩涜涓� 40 涓嬫灦 50 绯荤粺涓嬫灦 */
+    status?: number;
+    creationTime?: string;
+    lastModificationTime?: string;
+    /** 璇︾粏鍦板潃 */
+    address?: string;
+    provinceCode?: number;
+    cityCode?: number;
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 鏄惁鎺ㄨ崘 1鏄� */
+    isRecommend?: boolean;
+    contact: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactNumber: string;
+    jobSettingId: string;
+    /** 鏈�鍚庝笂鏋舵椂闂� */
+    lastShelfTime?: string;
+    /** 鎵�灞炶涓� */
+    industrySettingId: string;
+    /** 鍛樺伐钖叕 */
+    salary?: number;
+    /** 璧峰缁煎悎鏈堣柂 */
+    startMonthlySalary?: number;
+    /** 鎴缁煎悎鏈堣柂 */
+    endMonthlySalary?: number;
+    /** 鑱屼綅瑕佹眰 */
+    jobIntroduction: string;
+    /** 10 鍥哄畾 20 闈㈣ */
+    salaryType?: number;
+  }
+
+  interface CreateOrEditHelpQuestionInput {
+    id?: string;
+    userId?: string;
+    title?: string;
+    helpTypeSettingId?: string;
+    status?: number;
+    /** 璇︽儏淇℃伅 */
+    introInfo?: HelpQuestionIntroInfo[];
+  }
+
+  interface CreateOrEditInsureConsultInput {
+    id?: string;
+    /** 鍏徃鍚嶇О */
+    companyName: string;
+    /** 鑱旂郴浜� */
+    contact: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone: string;
+    /** 鎶曚繚浜烘暟 1:1~49 2锛�40~99 3锛� 100浠ヤ笂 */
+    insureNumberType?: number;
+    /** 璧蜂繚鏃堕棿 */
+    insureStartDate?: string;
+    /** 璺熻繘鐘舵�� 1 锛氬緟澶勭悊 -1锛氭殏鍋� -2 锛氫綔搴� 10锛氬鎺ヤ腑 20 纭鍚堜綔 */
+    status?: number;
+    /** 鏈�鍚庤窡杩涙椂闂� */
+    lastFollowDate?: string;
+    /** 淇濋櫓浜у搧Id */
+    insureMarketProductId?: string;
+    /** 鐭俊楠岃瘉鐮� */
+    verificationCode: string;
+  }
+
+  interface CreateOrEditInsureOfflineBillInput {
+    id?: string;
+    userId?: string;
+    /** 浼佷笟鍚嶇О */
+    companyName: string;
+    /** 浼佷笟ID */
+    companyId?: string;
+    /** 缁熶竴淇$敤浠g爜 */
+    societyCreditCode: string;
+    /** 淇濋櫓淇濆崟鍙� */
+    billCode: string;
+    /** 闄╃ */
+    insureType?: string;
+    /** 淇濋櫓浜у搧Id */
+    insureProductId?: string;
+    /** 鎶曚繚浠锋牸 */
+    insurePrice?: number;
+    /** 淇濋櫓鏈夋晥鏈熻捣濮嬫椂闂� */
+    insureBeginDate?: string;
+    /** 淇濋櫓鏈夋晥鏈熺粨鏉熸椂闂� */
+    insureEndDate?: string;
+    /** 閿�鍞叕鍙� */
+    salesCompany: string;
+    /** 涓氬姟鍛� */
+    salesman: string;
+    /** 闄勪欢 */
+    attachment?: string;
+    /** 鐘舵�� 1 鏈紑濮� 2 淇濋殰涓� 宸插け鏁� -1 */
+    status?: number;
+  }
+
+  interface CreateOrEditInsureOrganizationInput {
+    id?: string;
+    userId?: string;
+    /** 淇濋櫓鍏徃鍏ㄧО */
+    name: string;
+    /** 淇濋櫓鍏徃绠�绉� */
+    shortName: string;
+    /** 鐘舵�� */
+    status?: number;
+    sort: number;
+  }
+
+  interface CreateOrEditInsureSupplierInput {
+    id?: string;
+    /** 渚涘簲鍟嗗悕绉� */
+    name: string;
+    userId?: string;
+    /** 琛屼笟閰嶅绫诲瀷 */
+    categoryType: string;
+    /** 缁熶竴淇$敤浠g爜 */
+    societyCreditCode: string;
+    /** 渚涘簲鍟嗙被鍨� 1娓犻亾浠g悊 2淇濋櫓鍏徃 */
+    suppierType?: number;
+    /** 渚涘簲鍟嗙瓑绾� 1鏅�� 2閲嶈 */
+    suppierLevel?: number;
+    /** 琛屼笟ID */
+    industryId?: string;
+    /** 鐪丆ode */
+    provinceCode?: number;
+    /** 甯侰ode */
+    cityCode?: number;
+    /** 鍖哄幙Code */
+    countyCode?: number;
+    /** 鍏徃鍦板潃 */
+    companyAddress?: string;
+    /** 浼佷笟浠嬬粛 */
+    introduce?: string;
+    /** 鑱旂郴浜� */
+    contact: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone?: string;
+    /** 閮ㄩ棬 */
+    departmentName?: string;
+    /** 鑱屼綅 */
+    position?: string;
+    /** 寰俊鍙� */
+    weChat?: string;
+    /** 閭 */
+    email?: string;
+    /** 缃戝潃 */
+    siteUrl?: string;
+    /** 鑱旂郴鍦板潃 */
+    linkAddress?: string;
+    /** 闄勪欢 */
+    attachment?: string;
+    /** 鐘舵�� */
+    status?: number;
+  }
+
+  interface CreateOrEditLgGigWorkerSignChannelSettingInput {
+    id?: string;
+    /** 閫氶亾鍚嶇О */
+    channelName?: string;
+    /** 绛剧害閫氶亾Id */
+    signChannelId?: string;
+    /** 娓犻亾Id */
+    channelIntId?: number;
+    /** 娓犻亾URL */
+    channelUrl?: string;
+    chargeType?: ChargeTypeEnum;
+    /** 瀹炲悕璁よ瘉璐圭敤 */
+    realVerifyCost?: number;
+    /** 绛剧害璐圭敤 */
+    signCost?: number;
+    /** 缁熶竴绛剧害璐圭敤 */
+    mergeSignCost?: number;
+    /** 涓婁笂绛炬槸鍚﹂厤缃� */
+    isSetBestSign?: boolean;
+    /** 闃块噷淇′换绛鹃厤缃� */
+    isSetAlipaySign?: boolean;
+  }
+
+  interface CreateOrEditLgGigWorkerSignFreeSettingInput {
+    id?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 娓犻亾Id */
+    signChannelId?: string;
+    /** 璧犻�佹潯鏁� */
+    freeCount?: number;
+    /** 澶囨敞 */
+    remark?: string;
+  }
+
+  interface CreateOrEditLgGigWorkerSignSettingInput {
+    id?: string;
+    /** 鍚嶇О */
+    name?: string;
+    signChannel?: SignChannelEnum;
+    /** 瀹炲悕璁よ瘉璐圭敤 */
+    realVerifyCost?: number;
+    /** 绛剧害璐圭敤 */
+    signCost?: number;
+    /** 缁熶竴绛剧害璐圭敤 */
+    mergeSignCost?: number;
+    chargeType?: ChargeTypeEnum;
+    status?: LgGigWorkerSignStatus;
+    settingStatus?: LgGigWorkerSignSettingStatus;
+  }
+
+  interface CreateOrEditMarketProductInput {
+    id?: string;
+    userId?: string;
+    /** 淇濋櫓鍚嶇О */
+    name: string;
+    /** 淇濋櫓闄╃ */
+    insureType: string;
+    /** 淇濋櫓鍏徃 */
+    companyId: string;
+    priceBegin: number;
+    /** 浠锋牸鑼冨洿缁撴潫 */
+    priceEnd?: number;
+    insureWay: string;
+    jobLevelBegin: number;
+    jobLevelEnd: number;
+    ageBegin: number;
+    ageEnd: number;
+    /** 鏍囩鐨処d */
+    tagId?: number;
+    /** 鎺掑簭 */
+    sort?: number;
+    /** 浜у搧绠�杩� */
+    description?: string;
+    /** 淇濋櫓鍦烘櫙 */
+    scene?: string;
+    /** 淇濋櫓鏂规 */
+    scheme?: string;
+    /** 淇濋櫓娴佺▼ */
+    flow?: string;
+    /** 淇濋櫓椤荤煡 */
+    needKnow?: string;
+    supplierType: number;
+    /** 渚涘簲鍟咺d */
+    supplierId?: string;
+    productUrl: string;
+    /** 鍚堜綔鏂囦欢 */
+    collaborateFile?: string;
+    /** 绾夸笂淇濋櫓杩樻槸绾夸笅淇濋櫓 */
+    onlineType?: number;
+    /** 鏄惁涓烘巿鏉冧骇鍝� */
+    isNeedAuth?: boolean;
+    /** 骞翠繚澶╂暟 */
+    yearWayDays?: number;
+    marketProductQuestion?: InsureMarketProductQuestionInput[];
+    marketProductSchemeType?: InsureMarketProductSchemeTypeInput[];
+  }
+
+  interface CreateOrEditParkOrHRAuditInput {
+    id?: string;
+    /** 绫诲埆ID */
+    categoryId: string;
+    /** 鎵�灞炶处鍙稩d */
+    userId?: string;
+    /** 浜鸿祫鍏徃Id */
+    parkOrHRId?: string;
+    /** 10 鍥尯 20 浜鸿祫浼佷笟 */
+    type?: number;
+    /** 鏄惁闅愯棌鍚嶅瓧 1闅愯棌 0涓嶉殣钘� */
+    isHideName?: boolean;
+    /** 鍥尯/浼佷笟鍚嶇О */
+    name: string;
+    /** 鑱旂郴浜� */
+    contact: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactPhone: string;
+    /** 鏄惁灞曠ず */
+    isShow?: boolean;
+    /** 鍥尯瀵瑰鑱旂郴浜� */
+    foreignContact?: string;
+    /** 鍥尯瀵瑰鑱旂郴鏂瑰紡 */
+    foreignContactPhone?: string;
+    provinceCode?: number;
+    cityCode?: number;
+    countyCode?: number;
+    provinceName?: string;
+    cityName?: string;
+    countyName?: string;
+    /** 鍥尯浠嬬粛 */
+    description?: string;
+    parkCustomersCount?: ParkCustomersCountTypeEnum;
+    /** 鎴愮珛骞翠唤 */
+    setUpDate?: number;
+    serveSetting?: string[];
+    workOfType?: string[];
+    parkStyle?: ParkStyleDto[];
+    hrArea?: HRAreaDto[];
+    honorCertificateCount?: number;
+    serviceWorkerCount?: ServiceWorkerCountTypeEnum;
+    /** 钀ヤ笟鎵х収 */
+    licenseUrl?: string;
+    /** 绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 浜哄姏璧勬簮璁稿彲璇� */
+    hrLicenseUrl?: string;
+    /** 鍔冲姟娲鹃仯璁稿彲璇� */
+    laborLienseUrl?: string;
+    /** 瀹℃牳澶囨敞 */
+    auditNote?: string;
+    publishSourceType?: ParkOrHRPublishSourceTypeEnum;
+    auditStatus?: ParkOrHRAuditStatusEnum;
+    /** 缂栬緫鎴� */
+    editStamp?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    /** 鍥尯鍏ラ┗瀹㈡埛鏁� */
+    parkSettledCustomersCount?: number;
+  }
+
+  interface CreateOrEditParkOrHRInput {
+    id?: string;
+    /** 鎵�灞炶处鍙� 10鑷姩鍒涘缓 20閫夋嫨璐﹀彿 */
+    belongAccountWay?: number;
+    /** 绫诲埆ID */
+    categoryId: string;
+    /** 鎵�灞炶处鍙稩d */
+    userId?: string;
+    /** 瀹℃壒鐘舵�� 1鍒濆鐘舵�� 5鑽夌 10寰呭鏍� 20鍔炵悊涓� 30閫氳繃 40椹冲洖 */
+    status?: number;
+    /** 10 鍥尯 20 浜鸿祫浼佷笟 */
+    type?: number;
+    /** 鏄惁闅愯棌鍚嶅瓧 1闅愯棌 0涓嶉殣钘� */
+    isHideName?: boolean;
+    /** 鍥尯/浼佷笟鍚嶇О */
+    name: string;
+    /** 鑱旂郴浜� */
+    contact: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactPhone: string;
+    /** 鍥尯/浼佷笟绾у埆 10鍥藉绾� 20鐪佺骇 30甯傜骇 40鍖哄幙绾� */
+    level?: number;
+    /** 鍥尯绫诲瀷 锛堝搴斾簬SearchSetting 涓璖earchType=40鐨処d锛夛紙瀹炰綋浜т笟鍥�/鏁板瓧浜т笟鍥�/...锛� */
+    parkTypeId?: string;
+    /** 鏄惁灞曠ず */
+    isShow?: boolean;
+    /** 鍥尯瀵瑰鑱旂郴浜� */
+    foreignContact?: string;
+    /** 鍥尯瀵瑰鑱旂郴鏂瑰紡 */
+    foreignContactPhone?: string;
+    provinceCode?: number;
+    cityCode?: number;
+    countyCode?: number;
+    provinceName?: string;
+    cityName?: string;
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    /** 鍥尯鍏ラ┗瀹㈡埛鏁� */
+    parkSettledCustomersCount?: number;
+    /** 杩愯惀鏈烘瀯 10姘戜紒杩愯惀 20鏀垮簻杩愯惀 */
+    operatingAgencies?: number;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 鍥尯浠嬬粛 */
+    description?: string;
+    parkCustomersCount?: ParkCustomersCountTypeEnum;
+    /** 鎴愮珛骞翠唤 */
+    setUpDate?: number;
+    serveSetting?: string[];
+    workOfType?: string[];
+    parkStyle?: ParkStyleDto[];
+    hrArea?: HRAreaDto[];
+    honorCertificateCount?: number;
+    serviceWorkerCount?: ServiceWorkerCountTypeEnum;
+    /** 钀ヤ笟鎵х収 */
+    licenseUrl?: string;
+    /** 绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 浜哄姏璧勬簮璁稿彲璇� */
+    hrLicenseUrl?: string;
+    /** 鍔冲姟娲鹃仯璁稿彲璇� */
+    laborLienseUrl?: string;
+    publishSourceType?: ParkOrHRPublishSourceTypeEnum;
+    /** 缂栬緫鎴� */
+    editStamp?: string;
+    /** 瀹℃牳澶囨敞 */
+    auditNote?: string;
+  }
+
+  interface CreateOrEditParkRewardApplyInput {
+    id?: string;
+    /** 鍏徃鍚嶇О */
+    companyName: string;
+    /** 鑱旂郴浜� */
+    contact: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone: string;
+    /** 鐢宠鐞嗙敱 */
+    applyReason: string;
+    parkRewardId?: string;
+  }
+
+  interface CreateOrEditParkRewardInput {
+    /** 濂栧姳鍚嶇О */
+    rewardName: string;
+    rewardType: RewardTypeEnum;
+    /** 閫傜敤鍥尯 */
+    parkId?: string;
+    /** 鐪乧ode */
+    provinceCode?: number;
+    /** 甯俢ode */
+    cityCode?: number;
+    /** 鐪佸悕绉� */
+    provinceName?: string;
+    /** 甯傚悕绉� */
+    cityName?: string;
+    /** 濂栧姳璇存槑 */
+    rewardIntroduce?: string;
+    /** 浣跨敤瑙勫垯 */
+    rewardRule?: string;
+    rewardUseType?: RewardUseTypeEnum;
+    status?: ParkRewardStatusEnum;
+    id?: string;
+  }
+
+  interface CreateOrEditPlatformContactInput {
+    id?: string;
+    /** 琛屼笟鏈嶅姟 = 0 琛屼笟閰嶅 = 1  鐢叉柟闇�姹� = 2 琛屼笟璧勮 = 3; */
+    categoryType: number;
+    categoryId?: string;
+    /** 鑱旂郴鏂瑰紡 */
+    contactPhone: string;
+  }
+
+  interface CreateOrEditPlatUserAccountSettingInput {
+    id?: string;
+    /** 璐︽埛鍚嶇О */
+    accountName?: string;
+    /** 璐︽埛澶村儚 */
+    headUrl?: string;
+    /** 鎻忚堪 */
+    description?: string;
+    /** 杩愯惀璐﹀彿鍚嶇О */
+    userName?: string;
+    status?: boolean;
+    categoryIds?: number[];
+  }
+
+  interface CreateOrEditResourceInput {
+    id?: string;
+    categoryId?: string;
+    /** 璧勬簮鏍囬 */
+    title: string;
+    /** 璧勬簮鏁伴噺 */
+    resourceCount: number;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactNumber?: string;
+    /** 棰勮浜や粯瀹屾垚澶╂暟 */
+    estimatedDeliveryCompletionMonth?: number;
+    /** 鍚堜綔璐� */
+    cooperationFee: string;
+    /** 10鏈彁浜� 20寰呭鏍� 30 杩涜涓� 40 涓嬫灦 50 绯荤粺涓嬫灦 */
+    status?: number;
+    /** 鏄惁鎺ㄨ崘 1鏄� */
+    isRecommend?: boolean;
+    /** 鏄惁鍚屾鍒版湅鍙嬪湀 */
+    isSyncCircleFriend?: boolean;
+    /** 鎵�鍦ㄧ渷鍖哄煙鐮� */
+    provinceCode?: number;
+    /** 鎵�鍦ㄧ渷 */
+    provinceName?: string;
+    checkRemark?: string;
+    /** 鏍囩Id */
+    resourceTagIds?: OrderSettingDto[];
+    /** 鎰忓悜杈撻�佸煄甯� */
+    intendedDeliveryCity: CityInfo[];
+    /** 鎵�鍦ㄥ煄甯� */
+    cities: CityInfo[];
+    resourceStyleInfo?: ResourceStyleInfo[];
+    /** 璧勬簮浠嬬粛 */
+    resourceIntros?: ResourceIntro[];
+    /** 鍚嶇墖鐢ㄦ埛id */
+    userId?: string;
+    /** 琛屼笟绫诲瀷 */
+    industryTypeId: string;
+    /** 鏄惁寮�閫氬湪绾夸氦鏄� */
+    isOpenOnlineTrade?: boolean;
+  }
+
+  interface CreateOrEditSearchInput {
+    id?: string;
+    parentId?: string;
+    /** 鎼滅礌绠$悊 10鐑悳璇� 20鏈嶅姟绫诲瀷 30宸ョ 40鍥尯绫诲瀷 50璧勮娲诲姩绫诲瀷 60鏀跨瓥棰佸竷鏈烘瀯 70鍖哄煙绠$悊 80浜у搧绫诲瀷 90闇�姹傜被鍨� 100闇�姹傝寖鍥�
+110 鍛樺伐绂忓埄 120琛屼笟绫诲瀷 130 鐚庡ご 140 鍜ㄨ绫诲埆 150 甯姪绫诲瀷 160 浜鸿祫琛屼笟绫诲瀷 */
+    searchType: number;
+    /** 鎵�灞炵被鍒� 10鍥尯 20浜鸿祫浼佷笟 */
+    belongType?: number;
+    /** 鍚嶇О */
+    name: string;
+    /** 鎺掑簭 */
+    sort: number;
+    /** 鐘舵�� 1鏄剧ず 0绂佺敤 */
+    status: boolean;
+    /** 鍥剧墖 */
+    src?: string;
+    /** 鎺ㄨ崘 1鎺ㄨ崘 0涓嶆帹鑽� */
+    isRecommend?: boolean;
+  }
+
+  interface CreateOrEditTrainingInput {
+    id?: string;
+    categoryId?: string;
+    userId?: string;
+    /** 鍩硅鏍囬 */
+    title: string;
+    /** 10鏈彁浜� 20寰呭鏍� 30 杩涜涓� 40 涓嬫灦 50 绯荤粺涓嬫灦 */
+    status?: number;
+    creationTime?: string;
+    lastModificationTime?: string;
+    /** 鐪� */
+    provinceCode?: number;
+    /** 甯� */
+    cityCode?: number;
+    /** 鍖� */
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 鏄惁鎺ㄨ崘 1鏄� */
+    isRecommend?: boolean;
+    /** 鑱旂郴浜� */
+    contact: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactNumber: string;
+    /** 鏈�鍚庝笂鏋舵椂闂� */
+    lastShelfTime?: string;
+    /** 鍛樺伐钖叕 */
+    salary?: number;
+    /** 璧峰缁煎悎鏈堣柂 */
+    startMonthlySalary?: number;
+    /** 鎴缁煎悎鏈堣柂 */
+    endMonthlySalary?: number;
+    /** 10 鍥哄畾 20 闈㈣ */
+    salaryType?: number;
+    department?: string;
+    month?: string;
+    /** 宸ヤ綔浠嬬粛 */
+    trainIntroduction?: string;
+  }
+
+  interface CreateOrUpdateAdvertisePriceInput {
+    /** 骞垮憡绫诲瀷锛�0浜у搧鏈嶅姟锛�1琛屼笟璧勮 */
+    type?: number;
+    /** 骞垮憡浣嶇疆锛�0棣栭〉涓�绾э紝1棣栭〉浜岀骇锛�2璇︽儏椤垫帹鑽� */
+    position?: number;
+    /** 浠锋牸淇℃伅 */
+    prices?: PeriodPriceInfo[];
+  }
+
+  interface CreateOrUpdateCategoryInput {
+    /** 绫诲埆Id */
+    id?: string;
+    /** 绫诲瀷锛�0浜у搧绫诲埆锛�1璧勮绫诲埆 */
+    type?: number;
+    /** 鍚嶇О */
+    name: string;
+    /** 绫诲埆Id */
+    categoryIntId?: number;
+    /** 绠�杩� */
+    sketch: string;
+    /** 鎺掑簭 */
+    sequence?: number;
+    /** 鍥炬爣鍦板潃 */
+    icon?: string;
+    /** 澶撮儴鍥炬爣鍦板潃 */
+    headIcon?: string;
+    /** 鏄惁鏀寔骞垮憡 */
+    isSupportAdvertise?: boolean;
+    /** 澶囬�夊浘鐗囷紙灏侀潰淇℃伅锛� */
+    coverInfo?: CoverMsg[];
+  }
+
+  interface CreateOrUpdateCooperationApplyInput {
+    id?: string;
+    /** 鍚堜綔鐨勭被鍒� */
+    title?: string;
+    /** 浼佷笟瑙勬ā */
+    companyScale?: number;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactPhone?: string;
+    /** 鐪佸競 */
+    provinceCity?: string;
+    /** 鐢宠鎻忚堪 */
+    applyDescription?: string;
+    status?: CooperationApplyStatusEnum;
+    applyType?: CooperationApplyTypeEnum;
+    companyName?: string;
+    insurePeopleNumber?: InsurePeopleNumberEnum;
+    /** 鎶曚繚闇�姹� */
+    requirement?: string;
+    /** 鐭俊楠岃瘉鐮� */
+    verificationCode: string;
+  }
+
+  interface CreateOrUpdateOrderinput {
+    id?: string;
+    /** 璁㈠崟鍚嶇О */
+    name: string;
+    categoryId?: string;
+    /** 鎵�灞炶处鍙稩d */
+    userId?: string;
+    /** -10 椹冲洖 10鏈彁浜� 20寰呭鏍� 30 杩涜涓� 40 涓嬫灦 50 绯荤粺涓嬫灦 */
+    status?: number;
+    /** 鎷涜仒浜烘暟绫诲瀷 10 鍥哄畾浜烘暟  20 鑼冨洿浜烘暟 */
+    hireType: number;
+    /** 鍥哄畾浜烘暟 鎴� 鑼冨洿浜烘暟鐨勮捣濮嬩汉鏁� */
+    hireNumber?: number;
+    /** 鑼冨洿浜烘暟鐨勬埅姝汉鏁� */
+    hireEndNumber?: number;
+    /** 杩旇垂澶囨敞 */
+    rebateRemark?: string;
+    /** 璧峰骞撮緞 */
+    ageStart?: number;
+    /** 鎴骞撮緞 */
+    ageEnd?: number;
+    /** 瀛﹀巻瑕佹眰 0 涓嶉檺 10 灏忓 20 鍒濅腑 30 楂樹腑 40 涓撶 50 澶у 60 纭曞+ 70 鍗氬+ 鍙婁互涓� */
+    education?: number;
+    /** 鎬у埆瑕佹眰 0 涓嶉檺 10 浠呴檺鐢峰+ 20 浠呴檺濂冲+ */
+    sexRequirement: number;
+    /** 鐢锋�т汉鏁� */
+    manNumber?: number;
+    /** 濂虫�т汉鏁� */
+    womanNumber?: number;
+    /** 宸ヤ綔鎬ц川 10 涓ょ彮鍊� 20 浠呯櫧鐝� */
+    workNature?: number;
+    /** 鐧界彮鏃堕棿 */
+    dayStartTime?: string;
+    /** 鐧界彮鎴鏃堕棿 */
+    dayEndTime?: string;
+    /** 鏅氱彮寮�濮嬫椂闂� */
+    nightStartTime?: string;
+    /** 鏅氱彮鎴鏃堕棿 */
+    nightEndTime?: string;
+    /** 鍛樺伐钖叕 */
+    salary?: number;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactNumber?: string;
+    /** 鍏徃搴ф満 */
+    companyLandline?: string;
+    /** 鎺ヨ溅鐢佃瘽 */
+    carNumber?: string;
+    provinceCode?: number;
+    cityCode?: number;
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    /** 宸ヤ綔浠嬬粛 */
+    jobIntroduction?: string;
+    /** 璧峰缁煎悎鏈堣柂 */
+    startMonthlySalary?: number;
+    /** 鎴缁煎悎鏈堣柂 */
+    endMonthlySalary?: number;
+    /** 缁撶畻鏂瑰紡 10 鏈堢粨 20 鍛ㄧ粨 30 鏃ョ粨 */
+    salaryType?: number;
+    /** 鏈嶅姟璐� */
+    service?: number;
+    /** 瀵瑰鑱旂郴鏂瑰紡 10 骞冲彴 20 鎵嬪姩杈撳叆 */
+    externalcontactType?: number;
+    /** 瀵瑰鑱旂郴鐢佃瘽 */
+    externalcontactNumber?: string;
+    /** 鍛樺伐绂忓埄 */
+    searchSettingId?: string[];
+    /** 鏄惁鍚屾鍒版湅鍙嬪湀 */
+    isSyncCircleFriend?: boolean;
+    /** 浼佷笟椋庨噰 */
+    src?: string[];
+    checkRemark?: string;
+    /** 琛屼笟绫诲瀷 */
+    industryTypeId?: string;
+    /** 鍛樺伐钖祫 10 鏈堣柂锛� 20 鍛ㄨ柂锛�30 鏃ヨ柂锛�40 鏃惰柂 */
+    salaryTimeType?: number;
+    /** 缁煎悎钖祫 */
+    integratedSalary?: string;
+    supplierRefundList?: SupplierRefundList[];
+  }
+
+  interface CreateOrUpdateRewardPercentageInput {
+    /** Up涓荤瓑绾� */
+    upLevel?: number;
+    /** Up涓诲崰姣� */
+    upRatio?: number;
+    /** 骞冲彴鍗犳瘮 */
+    platformRatio?: number;
   }
 
   interface CreateOrUpdateRoleInput {
@@ -485,6 +4867,339 @@
     remark?: string;
     /** 瑙掕壊Id */
     id?: string;
+  }
+
+  interface CreateOrUpdateTagInput {
+    /** 鏍囩Id */
+    id?: string;
+    /** 绫诲瀷锛�0浜у搧鏍囩锛�1璧勮鏍囩锛�2鑷畾涔夋爣绛撅紝3蹇嵎璇勮鏍囩 */
+    type?: number;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 琛屼笟鏈嶅姟 = 0 琛屼笟閰嶅 = 1  鐢叉柟闇�姹� = 2 琛屼笟璧勮 = 3; */
+    categoryType?: number;
+    /** 鍚嶇О */
+    name: string;
+    /** 鎺掑簭 */
+    sequence?: number;
+  }
+
+  interface CreateParkBountyTradeInput {
+    enterpriseId?: string;
+    /** 鏈�杩戝嚭璐﹂噾棰� */
+    tradeAmount?: number;
+    /** 鍑鸿处鍑瘉 */
+    payFileUrl?: string;
+    /** 娑堣垂绫诲瀷 */
+    payRemark?: string;
+  }
+
+  interface CreateParkOrHRAdvertiseInput {
+    /** 瀵瑰鑱旂郴浜� */
+    outerContacter?: string;
+    /** 瀵瑰鑱旂郴鐢佃瘽鏄惁骞冲彴鐢佃瘽 */
+    isOuterPhonePlatform?: boolean;
+    /** 瀵瑰鑱旂郴浜哄彿鐮� */
+    outerContacterPhone?: string;
+    /** 骞垮憡璧峰鏃堕棿 */
+    startTime?: string;
+    /** 骞垮憡鍒版湡鏃堕棿 */
+    endTime?: string;
+    /** 鎺掑簭 */
+    sequence?: number;
+    /** 骞垮憡浣嶇疆锛�0棣栭〉涓�绾э紝1棣栭〉浜岀骇锛�2璇︽儏椤垫帹鑽� */
+    position?: number;
+    /** 骞垮憡绫诲瀷锛�0浠樿垂锛�1鍏嶈垂 */
+    payType?: number;
+    /** 浠樿垂棰� */
+    fee?: number;
+    /** 鐘舵�侊細0锛堝鎴风锛夋彁浜わ紝-10涓嬫灦锛�10涓婃灦 */
+    status?: number;
+    userId?: string;
+    /** 浜у搧Id */
+    parkOrHRId?: string;
+  }
+
+  interface CreateParkRewardApplyFollowInput {
+    /** 澶囨敞 */
+    remark?: string;
+    /** 濂栧姳鐢宠ID */
+    parkRewardApplyId?: string;
+    status?: ParkRewardApplyStatusEnum;
+  }
+
+  interface CreatePlatformCooperationApplyInput {
+    /** 鍚堜綔鐨勭被鍒� */
+    title: string;
+    /** 鑱旂郴浜� */
+    contact: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactPhone: string;
+    /** 鍚堜綔澶囨敞 */
+    applyDescription: string;
+    /** 鍏徃鍚嶇О */
+    companyName: string;
+    applyType?: CooperationApplyTypeEnum;
+  }
+
+  interface CreateProductAdvertiseInput {
+    /** 瀵瑰鑱旂郴浜� */
+    outerContacter?: string;
+    /** 瀵瑰鑱旂郴鐢佃瘽鏄惁骞冲彴鐢佃瘽 */
+    isOuterPhonePlatform?: boolean;
+    /** 瀵瑰鑱旂郴浜哄彿鐮� */
+    outerContacterPhone?: string;
+    /** 骞垮憡璧峰鏃堕棿 */
+    startTime?: string;
+    /** 骞垮憡鍒版湡鏃堕棿 */
+    endTime?: string;
+    /** 鎺掑簭 */
+    sequence?: number;
+    /** 骞垮憡浣嶇疆锛�0棣栭〉涓�绾э紝1棣栭〉浜岀骇锛�2璇︽儏椤垫帹鑽� */
+    position?: number;
+    /** 骞垮憡绫诲瀷锛�0浠樿垂锛�1鍏嶈垂 */
+    payType?: number;
+    /** 浠樿垂棰� */
+    fee?: number;
+    /** 鐘舵�侊細0锛堝鎴风锛夋彁浜わ紝-10涓嬫灦锛�10涓婃灦 */
+    status?: number;
+    userId?: string;
+    /** 浜у搧Id */
+    productId?: string;
+  }
+
+  interface CreateProductInput {
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 杩愯惀绫诲埆锛�1骞冲彴鑷惀锛�2瀹㈡埛鑷惀 */
+    operateType?: number;
+    /** 瀹㈡埛Id */
+    customerId?: string;
+    /** 浜у搧鍚嶇О */
+    name: string;
+    /** 绠�杩� */
+    sketch?: string;
+    /** 鐘舵�侊細-1淇濆瓨锛�0鎻愪氦寰呭鏍革紙鍙戝竷锛� */
+    status?: number;
+    /** 灏侀潰淇℃伅 */
+    coverInfo?: CoverInfo[];
+    /** 璇︽儏淇℃伅 */
+    priceVersionInfo?: PriceVersionInfo[];
+    /** 鏍囩淇℃伅 */
+    tagInfo?: TagMsg[];
+    /** 璇︽儏淇℃伅 */
+    introInfo?: IntroInfo[];
+    /** 鍒濆閿�鍞噺 */
+    initSalesVolume?: number;
+    /** 鍒濆璇勫垎 */
+    initScore?: number;
+    /** 鍒濆娴忚閲� */
+    initViewCount?: number;
+    /** 鍒濆鍏虫敞閲� */
+    initAttendedCount?: number;
+    /** 鍒濆濂借瘎鏁� */
+    initPraiseCount?: number;
+    /** 鍒濆鐐硅禐鏁� */
+    initThumbsUpCount?: number;
+  }
+
+  interface CreatePurchasedProductInput {
+    /** 浜у搧Id */
+    productId?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 鐗堟湰Id */
+    versionId?: string;
+    /** 浜у搧鍗曚环 */
+    unitPrice?: number;
+    /** 鐗堟湰鍚� */
+    versionName?: string;
+    /** 鏀惰垂鏂瑰紡 */
+    chargeWay?: string;
+    /** 浜у搧鏁伴噺 */
+    count?: number;
+    /** 鐘舵�侊細0寰呯‘璁ら獙鏀讹紝10寰呰瘎浠�(纭楠屾敹)锛�20浜ゆ槗瀹屾垚锛�-10鐢宠閫�娆撅紝-20閫�娆炬垚鍔燂紝-30鐢宠閫�娆鹃┏鍥� */
+    status?: number;
+  }
+
+  interface CreateRechargeInput {
+    /** 鍏呭�奸噾棰濓紝鍗曚綅涓哄厓銆� */
+    amount: number;
+    /** 鎵撴鍑瘉 */
+    acountBillUrl: string;
+    userId: string;
+    /** 鎵撴鏃ユ湡 */
+    successTime: string;
+    /** 澶囨敞 */
+    remark?: string;
+  }
+
+  interface CreateUserForAdminInput {
+    createAccountData?: CreateAccountInput;
+    updateUserInfoData?: UpdateUserInfoInput;
+    /** 鍒濆瀵嗙爜 */
+    initPassword?: string;
+  }
+
+  interface CreateUserWithdrawInput {
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 鎻愮幇鍗曞彿 */
+    withDrawNo?: string;
+    /** 鎻愮幇绫诲瀷锛�10寰俊锛�20鏀粯瀹� 30 閾惰鍗� */
+    type?: number;
+    /** 璐﹀彿鍚� */
+    name?: string;
+    /** 鏀舵璐﹀彿 */
+    account?: string;
+    /** 璐﹀彿鏀 */
+    bankBranch?: string;
+    amount?: number;
+    /** 浜ゆ槗鐘舵�� */
+    status?: number;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 鍥炲崟URL */
+    receiptUrl?: string;
+  }
+
+  interface CreateWithdrawAccountInput {
+    /** 鏀舵璐﹀彿 */
+    account?: string;
+    /** 璐﹀彿鏀 */
+    bankBranch?: string;
+  }
+
+  interface CredentialVerifyEnterpriseIdInput {
+    userId?: string;
+    /** 浼佷笟鍚嶇О銆� 褰撲紒涓氫负涓綋宸ュ晢鎴锋椂鎯呭喌姣旇緝澶嶆潅锛氣憼涓綋宸ュ晢鎴疯惀涓氭墽鐓т笂鑻ユ湁鈥滀紒涓氬悕绉扳�濄�佲�滃悕绉扳�濄�佲�滅粡钀ュ瓧鍙封�濄�佲�滃瓧鍙封�濈瓑椤圭洰鍒欑敤杩欎簺椤圭洰浣滀负浼佷笟鍚嶇О浼犲叆锛涒憽涓綋宸ュ晢鎴疯惀涓氭墽鐓т笂鑻ユ病鏈夆�滀紒涓氬悕绉扳�濄�佲�滃悕绉扳�濄�佲�滅粡钀ュ瓧鍙封�濄�佲�滃瓧鍙封�濈瓑椤圭洰浠呮湁鈥滅粡钀ヨ�呪�濅笌鈥滅粺涓�绀句細淇$敤浠g爜鈥濓紝鍒欒瀛楁浼犵┖锛涒憿鑻ヤ釜浣撳伐鍟嗘埛鏈夆�滀紒涓氬悕绉扳�濄�佲�滃悕绉扳�濄�佲�滅粡钀ュ瓧鍙封�濄�佲�滃瓧鍙封�濈瓑椤圭洰浣嗛」鐩樉绀轰负***鎴栬�呮槸绌虹潃鐨勶紝鍒欏厛灏濊瘯鐢ㄢ�滅粡钀ヨ�呪�濆悕绉颁綔涓轰紒涓氬悕绉颁紶鍏ワ紝濡傛灉浼犫�滅粡钀ヨ�呪�濆悕绉伴�氫笉杩囧垯鍐嶆崲鎴愪紶绌洪噸璇曘�� */
+    name?: string;
+    /** 宸ュ晢娉ㄥ唽鍙锋垨缁熶竴绀句細淇$敤浠g爜锛岄檺涓浗澶ч檰浼佷笟 */
+    identity?: string;
+    /** 娉曞畾浠h〃浜哄鍚� */
+    legalPerson?: string;
+    /** 娉曞畾浠h〃浜鸿瘉浠跺彿 锛屽湪宸ュ晢灞�娉ㄥ唽鐨勬硶浜鸿瘉浠跺彿鐮� 浼佷笟鍥涜绱犺璇佹椂闇�瑕佽鍙傛暟 */
+    legalPersonIdentity?: string;
+    /** 璁よ瘉鏂瑰紡  10娉曚汉璁よ瘉  20浠g悊浜鸿璇� */
+    certificationMode?: number;
+    certificationContact?: string;
+    certificationContactPhone?: string;
+  }
+
+  interface CredentialVerifyEnterpriseIdResponse {
+    /** 璁よ瘉娑堟伅 */
+    msg?: string;
+    /** "1"琛ㄧず楠岃瘉閫氳繃锛屸��0鈥濊〃绀洪獙璇佷笉閫氳繃 
+闈炲ぇ闄嗚韩浠戒俊鎭簩瑕侀獙璇佹帴鍙� 瀵瑰簲 1 鎴愬姛锛�2澶辫触锛�3姝e湪澶勭悊涓紝4寮傚父
+浼佷笟搴旂瓟楠岃瘉鎺ュ彛 瀵瑰簲  1锛氭垚鍔� 0锛氶獙璇佸け璐�
+涓汉鎵嬫満鍙蜂笁瑕佺礌楠岃瘉鐮佹牎楠屾帴鍙� 1锛氭垚鍔� 0锛氶獙璇佸け璐� 4锛氭煡鏃犺褰曟垨涓嶆敮鎸佽鍙锋绛夊叾浠栨儏鍐�
+閾惰鍗″瑕佺礌楠岃瘉鐮佹牎楠屾帴鍙�  1锛氭垚鍔� 0锛氶獙璇佸け璐�
+閾惰鍗″瑕佺礌鏍¢獙鍙婂彂閫侀獙璇佺爜锛堟敮鎸侀潪韬唤璇侊級鎺ュ彛 1锛氭垚鍔燂紝闈�1锛氶獙璇佸け璐�
+閾惰鍗″瑕佺礌楠岃瘉鐮佹牎楠岋紙鏀寔闈炶韩浠借瘉锛夋帴鍙� 1锛氭垚鍔燂紝闈�1锛氶獙璇佸け璐� */
+    result?: string;
+    /** 浼佷笟缁忚惀鐘舵�� */
+    businessStatus?: string;
+    /** 娴佺▼id */
+    flowId?: string;
+    /** 浼佷笟缁忚惀鐘舵�� */
+    personalIdentity4PlusKey?: string;
+  }
+
+  interface CredentialVerifyEnterpriseIdResponseBestSignOutputBase {
+    errno?: string;
+    errmsg?: string;
+    cost?: string;
+    data?: CredentialVerifyEnterpriseIdResponse;
+  }
+
+  interface CredentialVerifyEnterprisePayAuthInput {
+    /** 閾惰鍗″彿 */
+    bizNo?: string;
+    /** 鎵撴閲戦 */
+    bankCard?: string;
+  }
+
+  interface CredentialVerifyEnterprisePayAuthVerifyInput {
+    /** 閾惰鍗″彿 */
+    bankCard?: string;
+    /** 鏀舵閲戦 */
+    amount?: number;
+    /** 鎵撴閲戦 */
+    transactionAmount?: string;
+  }
+
+  interface CredentialVerifyFaceAuthResultDownloadInput {
+    /** 璁㈠崟鍙� 鍒疯劯璁よ瘉锛歰rderNo鏄繘琛岃吘璁簯鍒疯劯璁よ瘉鏃朵娇鐢ㄧ殑鍞竴鏍囪瘑鐨勫瓧绗︿覆锛� 鍒疯劯绛剧讲锛歰rdrerNo闇�瑕佽皟鐢ㄣ�愯幏鍙栧埛鑴哥缃茶鍗曞彿銆戞帴鍙h幏鍙� */
+    orderNo?: string;
+    /** 杩斿洖鏁版嵁绫诲瀷 杩斿洖鏁版嵁绫诲瀷锛屾灇涓惧��1,2,3锛� 1琛ㄧず瑙嗛鐓х墖閮借繑鍥� 2琛ㄧず杩斿洖鐓х墖 3琛ㄧず杩斿洖瑙嗛 */
+    dataType?: string;
+  }
+
+  interface CredentialVerifyFaceAuthResultDownloadResponse {
+    /** 鎻忚堪淇℃伅 */
+    message?: string;
+    /** 瑙嗛鏂囦欢锛宐ase64缂栫爜鏍煎紡 */
+    video?: string;
+    /** 鐓х墖鏂囦欢锛宐ase64缂栫爜鏍煎紡 */
+    photo?: string;
+  }
+
+  interface CredentialVerifyFaceAuthResultDownloadResponseBestSignOutputBase {
+    errno?: string;
+    errmsg?: string;
+    cost?: string;
+    data?: CredentialVerifyFaceAuthResultDownloadResponse;
+  }
+
+  interface CredentialVerifyPersonalBankcard2Input {
+    /** 閾惰鍗″彿 */
+    bankcard?: string;
+    /** 濮撳悕/鍚嶇О */
+    name?: string;
+    /** 璇佷欢鍙凤紝鐩墠鍙敮鎸佷腑鍥藉ぇ闄嗚韩浠借瘉鍙� 閾惰鍗″绱犺璇佹椂蹇呴』 */
+    identity?: string;
+    /** 鎵嬫満鍙� 鍚� 锛岄摱琛屽崱澶氱礌璁よ瘉鏃跺繀椤� */
+    mobile?: string;
+  }
+
+  interface CredentialVerifyPersonalId3AbroadInput {
+    /** 浼佷笟鍚嶇О銆� 褰撲紒涓氫负涓綋宸ュ晢鎴锋椂鎯呭喌姣旇緝澶嶆潅锛氣憼涓綋宸ュ晢鎴疯惀涓氭墽鐓т笂鑻ユ湁鈥滀紒涓氬悕绉扳�濄�佲�滃悕绉扳�濄�佲�滅粡钀ュ瓧鍙封�濄�佲�滃瓧鍙封�濈瓑椤圭洰鍒欑敤杩欎簺椤圭洰浣滀负浼佷笟鍚嶇О浼犲叆锛涒憽涓綋宸ュ晢鎴疯惀涓氭墽鐓т笂鑻ユ病鏈夆�滀紒涓氬悕绉扳�濄�佲�滃悕绉扳�濄�佲�滅粡钀ュ瓧鍙封�濄�佲�滃瓧鍙封�濈瓑椤圭洰浠呮湁鈥滅粡钀ヨ�呪�濅笌鈥滅粺涓�绀句細淇$敤浠g爜鈥濓紝鍒欒瀛楁浼犵┖锛涒憿鑻ヤ釜浣撳伐鍟嗘埛鏈夆�滀紒涓氬悕绉扳�濄�佲�滃悕绉扳�濄�佲�滅粡钀ュ瓧鍙封�濄�佲�滃瓧鍙封�濈瓑椤圭洰浣嗛」鐩樉绀轰负***鎴栬�呮槸绌虹潃鐨勶紝鍒欏厛灏濊瘯鐢ㄢ�滅粡钀ヨ�呪�濆悕绉颁綔涓轰紒涓氬悕绉颁紶鍏ワ紝濡傛灉浼犫�滅粡钀ヨ�呪�濆悕绉伴�氫笉杩囧垯鍐嶆崲鎴愪紶绌洪噸璇曘�� */
+    name?: string;
+    /** 宸ュ晢娉ㄥ唽鍙锋垨缁熶竴绀句細淇$敤浠g爜锛岄檺涓浗澶ч檰浼佷笟 */
+    identity?: string;
+    /** 鍥界睄,3浣嶅浗绫嶄唬鐮侊紝鍥藉鍚嶈嫳鏂囩缉鍐欙紝闄ゆ腐婢充互澶栧弬鐓� ISO3166 鏍囧噯锛屽畾灞呭浗澶栫殑涓浗鍏皯鍜屾腐婢冲彴灞呮皯浣跨敤 CHN */
+    nationality?: string;
+    /** 璇佷欢绫诲瀷,鏋氫妇鍊硷紝1- 瀹氬眳鍥藉鐨勪腑鍥藉叕姘戞姢鐓э紱2-娓境鍙板眳姘戞潵寰�鍐呭湴閫氳璇侊紱3-澶栧浗浜烘案涔呭眳鐣欒韩浠借瘉锛�4-鍙版咕灞呮皯鏉ュ線澶ч檰閫氳璇� */
+    identityType?: string;
+  }
+
+  interface CredentialVerifyPersonalIdentity2Input {
+    /** 瀹㈡埛UserId */
+    userId?: string;
+    /** 濮撳悕 */
+    name?: string;
+    /** 璇佷欢鍙凤紝鐩墠鍙敮鎸佷腑鍥藉ぇ闄嗚韩浠借瘉鍙� */
+    identity?: string;
+    /** 鎵嬫満鍙风爜 涓汉鎵嬫満鍙蜂笁瑕佺礌楠岃瘉鏃跺繀椤� */
+    mobile?: string;
+  }
+
+  interface CredentialVerifyPersonalIdentity2Response {
+    /** "1"琛ㄧず楠岃瘉閫氳繃锛屸��0鈥濊〃绀洪獙璇佷笉閫氳繃 */
+    result?: string;
+    /** 璁よ瘉娑堟伅 */
+    msg?: string;
+    /** 娴佺▼id */
+    flowId?: string;
+    /** 涓氬姟娴佹按鍙� */
+    bizNo?: string;
+  }
+
+  interface CredentialVerifyPersonalIdentity2ResponseBestSignOutputBase {
+    errno?: string;
+    errmsg?: string;
+    cost?: string;
+    data?: CredentialVerifyPersonalIdentity2Response;
   }
 
   interface CurrentCultureDto {
@@ -523,6 +5238,152 @@
     roles?: string[];
   }
 
+  interface CusmterAmountDto {
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 浣欓鎬婚 */
+    amount?: number;
+    /** 鍏呭�奸噾棰� */
+    consumeAmount?: number;
+    customerName?: string;
+    contracter?: string;
+    contracterPhone?: string;
+  }
+
+  interface CusmterAmountDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: CusmterAmountDto[];
+  }
+
+  interface CusmterAmountListInput {
+    pageModel?: Pagination;
+    /** 瀹㈡埛鍚嶇О */
+    customerName?: string;
+    amountBegin?: number;
+    amountEnd?: number;
+    consumeBegin?: number;
+    consumeEnd?: number;
+  }
+
+  interface CusmterRewardDto {
+    transferId?: string;
+    /** 鎵撹祻鐢ㄦ埛Id */
+    userId?: string;
+    /** 琚墦璧忕敤鎴稩d */
+    rewardUserId?: string;
+    /** 鎵撹祻閲戦 */
+    amount?: number;
+    /** 琚墦璧忓鎴峰悕绉� */
+    rewardCustomerName?: string;
+    /** 鎵撹祻瀹㈡埛鍚嶇О */
+    customerName?: string;
+    /** 鎵撹祻浜虹殑鑱旂郴鏂瑰紡 */
+    customerPhone?: string;
+    rewardTime?: string;
+    title?: string;
+    url?: string;
+  }
+
+  interface CusmterRewardDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: CusmterRewardDto[];
+  }
+
+  interface CusmterRewardListInput {
+    pageModel?: Pagination;
+    /** 瀹㈡埛鍚嶇О */
+    customerName?: string;
+    amountBegin?: number;
+    amountEnd?: number;
+    beginTime?: string;
+    endTime?: string;
+  }
+
+  interface CustomerManageListOutput {
+    id?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 鐧诲綍鐢ㄦ埛鍚� */
+    userName?: string;
+    /** 鐢ㄦ埛鎵嬫満鍙� */
+    phoneNumber?: string;
+    authType?: EnterpriseTypeEnum;
+    /** 鏄惁瀹炲悕 */
+    isCertification?: boolean;
+    /** 浜т笟鍥尯id */
+    industrialParkId?: string;
+    /** 浜т笟鍥尯鍚嶇О */
+    industrialParkName?: string;
+    /** 鏄惁鏈夋湇鍔′汉鍛� */
+    isHasServiceStaff?: boolean;
+    /** 鏈嶅姟浜哄憳id */
+    userServiceStaffId?: string;
+    /** 鏈嶅姟浜哄憳鍚嶇О */
+    userServiceStaffName?: string;
+    /** 鏄惁濂栧姳閲戝彂鏀� */
+    isIncentivePayments?: boolean;
+    /** 鐢靛瓙绛捐禒閫� */
+    isSignFreeSet?: boolean;
+    /** 娉ㄥ唽鏃堕棿 */
+    registTime?: string;
+  }
+
+  interface CustomerManageListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: CustomerManageListOutput[];
+  }
+
+  interface CustomerMenu {
+    /** 瀹㈡埛Id */
+    customerId?: string;
+    /** 浼佷笟鍚嶇О/涓汉濮撳悕 */
+    customerName?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contacterPhone?: string;
+  }
+
+  interface CustomerRechargeListInput {
+    pageModel?: Pagination;
+    /** 鏄电О */
+    customerId?: string;
+  }
+
+  interface CustomerTemplateParamListOutput {
+    id?: string;
+    /** 妯℃澘id */
+    lgGigWorkerCustomerTemplateId?: string;
+    /** 鏁版嵁鍙傛暟瀛楀吀id */
+    templateDataParamId?: string;
+    /** 妯℃澘鍙傛暟鍚嶇О */
+    templateParamName?: string;
+    /** 鏁版嵁鍚嶇О */
+    dataParamName?: string;
+    /** 妯℃澘鍙傛暟瀛楁鍚嶇О */
+    templateParamFieldName?: string;
+    /** 鏁版嵁鍙傛暟瀛楁鍚嶇О */
+    dataParamNameFieldName?: string;
+    /** 妯℃澘鍙傛暟鍊� 浠呮棤鏁版嵁鍙傛暟鏃跺瓨鍦ㄥ�� */
+    templateParamValue?: string;
+    /** 妯℃澘鍙傛暟棰濆鏁版嵁 */
+    templateParamExtraData?: string;
+  }
+
+  interface DataprepareCreateExtInfo {
+    contextParams?: string;
+    shortUrl?: string;
+  }
+
+  interface DataprepareCreateOutput {
+    code?: string;
+    subMsg?: string;
+    jumpUrl?: string;
+    extInfoStr?: string;
+    extInfo?: DataprepareCreateExtInfo;
+  }
+
   interface DateTimeFormatDto {
     calendarAlgorithmType?: string;
     dateTimeFormatLong?: string;
@@ -533,9 +5394,393 @@
     longTimePattern?: string;
   }
 
+  interface DealWithRefundInput {
+    /** 浜у搧璐拱Id */
+    id?: string;
+    /** 閫�娆惧鐞嗙姸鎬佺姸鎬侊細-20閫�娆炬垚鍔燂紝-30鐢宠閫�娆鹃┏鍥� */
+    status?: number;
+    /** 閫�娆惧鐞嗗娉� */
+    refundDealRemark?: string;
+  }
+
+  type DecimalDecimalValueTuple = true;
+
+  interface DistTemplateCreateContractInput {
+    /** 璁㈠崟绛剧害Id */
+    orderSignId?: string;
+    orderId?: string;
+    fromUserId?: string;
+    toUserId?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 浼佷笟淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鍙戣捣鏂硅仈绯讳汉 */
+    contacterName?: string;
+    /** 鍙戣捣鏂硅仈绯讳汉鐢佃瘽 */
+    contactPhoneNum?: string;
+    /** 鍙戣捣鏂硅仈绯讳汉鍦板潃 */
+    contactAdress?: string;
+    /** 璐︽埛绫诲瀷 10閾惰 20鏀粯瀹� */
+    toUserAccountType?: number;
+    /** 閾惰寮�鎴蜂紒涓氬悕绉� */
+    bankEnterName?: string;
+    /** 寮�鎴烽摱琛屾墍灞為摱琛� */
+    bankName?: string;
+    /** 寮�鎴烽摱琛屾敮琛屽悕绉� */
+    bankRamus?: string;
+    /** 寮�鎴烽摱琛岃处鍙� */
+    bankAccoutNo?: string;
+    /** 鍗忚璧峰鏃ユ湡 */
+    pactStartDate?: string;
+    /** 鍗忚鎴鏃ユ湡 */
+    pactEndDate?: string;
+    /** 鏈嶅姟璐圭粨绠楁柟寮� */
+    feePayDays?: number;
+    /** 宸ヨ祫缁撶畻鍛ㄦ湡 */
+    wagesPayDays?: number;
+    /** 璐圭敤鏄庣粏琛ㄤ笂浼� */
+    payBillUploadDays?: number;
+    /** 鏈嶅姟璐瑰彂绁ㄥ紑鍏� */
+    invoiceDays?: number;
+    /** 鐩稿叧璐圭敤鏀粯 */
+    otherFeeDays?: number;
+    /** 浠樻鏈熸暟 */
+    datesCount?: number;
+    /** 鍚堝悓椤甸潰閿��(闈炲叏閮�) */
+    listParams?: Record<string, any>;
+  }
+
+  interface EditParkBountyApplyStepOneInput {
+    parkBountyApplyId?: string;
+    removeCompanyIds?: string[];
+  }
+
+  interface EDZ001Input {
+    recvLength?: number;
+    tradeDate?: number;
+    tradeTime?: number;
+    cnsmrSeqNo: string;
+    acctNo: string;
+    queryDate: string;
+    pageNo: string;
+    pageSize: string;
+    checkFlag?: string;
+  }
+
+  interface EDZ001Item {
+    actualPeriod?: string;
+    finishFlag1?: string;
+    acctNo?: string;
+    balanceDate?: string;
+    subAcctNo?: string;
+    finishFlag2?: string;
+    ccy?: string;
+    balance?: string;
+    valueDate?: string;
+    dueDate?: string;
+    cycle?: string;
+    reconResult?: string;
+    myBalance?: string;
+    myInfo?: string;
+    noMatchType?: string;
+  }
+
+  interface EDZ001Output {
+    recordTotalCount?: string;
+    resultNum?: string;
+    beginRowNum?: string;
+    endFlag?: string;
+    list?: EDZ001Item[];
+  }
+
+  interface EDZ002Input {
+    recvLength?: number;
+    tradeDate?: number;
+    tradeTime?: number;
+    cnsmrSeqNo: string;
+    acctNo: string;
+    balanceDate: string;
+    updateCts: string;
+    list?: EDZ002Item[];
+  }
+
+  interface EDZ002Item {
+    subAcctNo?: string;
+    ccy: string;
+    reconResult: string;
+    myBalance?: string;
+    myInfo?: number;
+    noMatchType?: string;
+  }
+
+  interface EDZ002Output {
+    stt?: string;
+  }
+
+  interface ElecBillInfoOutput {
+    /** 鐢靛瓙鍥炲崟鍚嶇О */
+    elecBillDocName?: string;
+    /** 鐢靛瓙鍥炲崟鍦板潃 */
+    elecBillUrl?: string;
+    /** 闅忔満瀵嗙爜 */
+    randomPwd?: string;
+  }
+
+  interface EnableSearchSettingInput {
+    id: string;
+    status: boolean;
+  }
+
+  interface EnquiriesAboutSingleTransactionInput {
+    mrchCode: string;
+    recvLength?: number;
+    tradeDate?: number;
+    tradeTime?: number;
+    cnsmrSeqNo: string;
+    origThirdVoucher?: string;
+    origFrontLogNo?: string;
+  }
+
+  interface EnquiriesAboutSingleTransactionOutput {
+    origThirdVoucher?: string;
+    frontLogNo?: string;
+    cstInnerFlowNo?: string;
+    ccyCode?: string;
+    outAcctBankName?: string;
+    outAcctNo?: string;
+    inAcctBankName?: string;
+    inAcctNo?: string;
+    inAcctName?: string;
+    tranAmount?: string;
+    unionFlag?: string;
+    stt?: string;
+    isBack?: string;
+    backRem?: string;
+    yhcljg?: string;
+    sysFlag?: string;
+    fee?: string;
+    transBsn?: string;
+    submitTime?: string;
+    accountDate?: string;
+    hostFlowNo?: string;
+    hostErrorCode?: string;
+  }
+
+  interface EnterinessLgGigSignFeeOutput {
+    accountRemainAmount?: number;
+    yesterdayFee?: number;
+    oneWeekFee?: number;
+    freeCount?: number;
+  }
+
+  interface EnterpriseBatchRefundInput {
+    guid?: string;
+    listOrderNo?: number[];
+  }
+
+  type EnterpriseBountyPayTypeEnum = 10 | 20;
+
+  interface EnterpriseMaterialDetailOutput {
+    id?: string;
+    /** 骞� */
+    year?: number;
+    /** 鏈� */
+    month?: number;
+    /** 鐢ㄦ埛id */
+    userId?: string;
+    materialType?: EnterpriseMaterialTypeEnum;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    lastModificationTime?: string;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 浜т笟鍥尯鍚嶇О */
+    industrialParkName?: string;
+    materialItemOutputList?: EnterpriseMaterialItemOutput[];
+  }
+
+  type EnterpriseMaterialFileBusinessTypeEnum =
+    | 10
+    | 20
+    | 30
+    | 40
+    | 50
+    | 60
+    | 70
+    | 80
+    | 90
+    | 100
+    | 110
+    | 200
+    | 210
+    | 220
+    | 999;
+
+  interface EnterpriseMaterialItemOutput {
+    fileBusinessType?: EnterpriseMaterialFileBusinessTypeEnum;
+    /** 鏂囦欢鏁伴噺 */
+    fileCount?: number;
+    /** 鏄惁涓婁紶 */
+    isUploaded?: boolean;
+    lastModificationTime?: string;
+    materialFileItemList?: MaterialFileItemOutput[];
+    lastModifierName?: string;
+  }
+
+  interface EnterpriseMaterialManageListOutput {
+    id?: string;
+    creationTime?: string;
+    userId?: string;
+    /** 骞� */
+    year?: number;
+    /** 鏈� */
+    month?: number;
+    materialType?: EnterpriseMaterialTypeEnum;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 鏂囦欢鏁伴噺 */
+    fileCount?: number;
+    lastModificationTime?: string;
+    lastModifierName?: string;
+    lastModifierId?: string;
+    /** 浜т笟鍥尯鍚嶇О */
+    industrialParkName?: string;
+    /** 浜т笟鍥尯Id */
+    industrialParkId?: string;
+    /** 璐﹀彿 */
+    userName?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+  }
+
+  interface EnterpriseMaterialManageListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: EnterpriseMaterialManageListOutput[];
+  }
+
+  type EnterpriseMaterialTypeEnum = 10 | 11 | 20;
+
+  type EnterpriseRechargeStatusEnum = 10 | 20 | 30;
+
+  interface EnterpriseRegVerifyInput {
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 璁よ瘉浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 浼佷笟淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 璁よ瘉鏂瑰紡 10娉曚汉璁よ瘉 20浠g悊浜鸿璇� */
+    certificationMode?: number;
+    /** 娉曚汉濮撳悕 */
+    legalPersonName?: string;
+    /** 娉曚汉韬唤璇佸彿 */
+    legalPersonIdNumber?: string;
+    /** 璁よ瘉鑱旂郴浜� */
+    certificationContact?: string;
+    /** 璁よ瘉浜烘墜鏈哄彿 */
+    certificationContactPhone?: string;
+    /** 浠g悊浜哄鍚� */
+    proxyPersonName?: string;
+    /** 浠g悊浜鸿韩浠借瘉鍙� */
+    proxyPersonIdNumber?: string;
+    /** 娉ㄥ唽绫诲瀷 1涓汉 2浼佷笟 */
+    userType?: string;
+    /** 鏄惁鎵嬫満楠岃瘉鐮佹牎楠� */
+    isVerifyVCode?: boolean;
+    /** 楠岃瘉鐮� */
+    vcode?: string;
+    /** 鐢ㄤ簬楠岃瘉鐨刱ey */
+    personalIdentity3Key?: string;
+  }
+
+  interface EnterpriseSimpleOutput {
+    name?: string;
+    userId?: string;
+    id?: string;
+  }
+
+  type EnterpriseTypeEnum = 10 | 20 | 30 | 40;
+
+  interface EnterpriseUserRegCredentialInput {
+    /** 璇佷欢绫诲瀷鍚� 璇ヨ瘉浠剁被鍨嬩細褰卞搷瀹為檯CA璇佷功涓殑鎻忚堪淇℃伅锛堜粎鏀寔CFCA浼佷笟璇佷功锛夛紝璇锋厧鐢紝璇ュ瓧娈典负闈炲繀濉紝榛樿涓�8-浼佷笟钀ヤ笟鎵х収锛� 
+鍏朵粬绀轰緥鍊硷細 3-宸ュ晢鐧昏璇侊紱4-绋庡姟鐧昏璇侊紱-5-鑲′笢浠g爜璇侊紱7-缁勭粐鏈烘瀯浠g爜璇侊紱8-浼佷笟钀ヤ笟鎵х収锛�9-娉曚汉浠g爜璇侊紱H-浜嬩笟鍗曚綅娉曚汉璇佷功锛汮-绀句細鍥綋鐧昏璇佷功锛�
+K-姘戝姙闈炰紒涓氱櫥璁拌瘉涔︼紱L-澶栧浗锛堝湴鍖猴級浼佷笟甯搁┗浠h〃鏈烘瀯锛汳-鏀垮簻鎵规枃锛汵-缁熶竴绀句細淇$敤浠g爜璇侊紱 浣跨敤璇ュ瓧娈垫椂锛岃瘉浠跺彿鐮佷粎浣跨敤regCode鍗冲彲 */
+    enterpriseIdentityType?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 澶氳瘉鍚堜竴鍚庢湰瀛楁濉啓缁熶竴绀句細淇$敤浠g爜锛屼娇鐢ㄥ璇佸悎涓�涔嬪墠鐨勬棫鐗堣惀涓氭墽鐓э紙鍦ㄦ湁鏁堟湡鍐咃級鐨勫彲濉啓宸ュ晢娉ㄥ唽鍙� */
+    regCode?: string;
+    /** 缁勭粐鏈烘瀯浠g爜 鍚� 鍥藉宸叉帹琛屽璇佸悎涓�锛屾湰瀛楁闈炲繀濉� */
+    orgCode?: string;
+    /** 绋庡姟鐧昏璇佸彿 鍚� 鍥藉宸叉帹琛屽璇佸悎涓�锛屾湰瀛楁闈炲繀濉� */
+    taxCode?: string;
+    /** 缁忓姙浜猴紙鎴栨硶瀹氫唬琛ㄤ汉锛夊鍚� 缁忓姙浜哄鍚嶆垨娉曞畾浠h〃浜哄鍚� */
+    legalPerson?: string;
+    /** 缁忓姙浜猴紙鎴栨硶瀹氫唬琛ㄤ汉锛夎瘉浠跺彿 缁忓姙浜鸿瘉浠跺彿鎴栨硶浜轰唬琛ㄨ瘉浠跺彿 */
+    legalPersonIdentity?: string;
+    /** 缁忓姙浜猴紙鎴栨硶瀹氫唬琛ㄤ汉锛夎瘉浠剁被鍨� 缁忓姙浜鸿瘉浠剁被鍨嬫垨娉曚汉浠h〃璇佷欢绫诲瀷锛屼笌鈥渓egalPersonIdentity鈥濊鍖归厤锛岄粯璁や负鈥�0鈥濓紝涓�0鏃朵細鏍¢獙18浣嶈韩浠借瘉鍙锋牸寮忋�� 0-灞呮皯韬唤璇� 1-鎶ょ収 B-娓境灞呮皯寰�鏉ュ唴鍦伴�氳璇� C-鍙版咕灞呮皯鏉ュ線澶ч檰閫氳璇� E-鎴峰彛绨� F-涓存椂灞呮皯韬唤璇� */
+    legalPersonIdentityType?: string;
+    /** 娉曞畾浠h〃浜烘垨缁忓姙浜烘墜鏈哄彿 娉曚汉浠h〃鎵嬫満鍙锋垨缁忓姙浜烘墜鏈哄彿 */
+    legalPersonMobile?: string;
+    /** 鑱旂郴鎵嬫満蹇呭~锛屼负CA骞存鎶芥煡鏃惰仈绯讳娇鐢紝鍙互濉啓缁忓姙浜烘墜鏈哄彿 */
+    contactMobile?: string;
+    /** 鑱旂郴閭 鍚� */
+    contactMail?: string;
+    /** 鐪佷唤 鍚� */
+    province?: string;
+    /** 鍩庡競 鍚� */
+    city?: string;
+    /** 鍦板潃 鍚� */
+    address?: string;
+  }
+
+  interface EnterpriseUserRegInput {
+    /** 鐢ㄦ埛璐﹀彿 鐢ㄦ埛鐨勫敮涓�鏍囪瘑锛屽彲浠ユ槸閭銆佹墜鏈哄彿銆佽瘉浠跺彿绛変笉闄愶紝寤鸿浣跨敤閭鎴栨墜鏈哄彿鐮併�傝鍕夸娇鐢ㄧ┖鏍笺�佸洖杞︺�佹崲琛岀瓑鐗规畩瀛楃銆� */
+    account?: string;
+    /** 鐢ㄦ埛鍚嶇О 蹇呴』鍜岃瘉浠朵笂鐧昏鐨勫鍚嶄竴鑷� */
+    name?: string;
+    /** 鐢ㄦ埛绫诲瀷 1琛ㄧず涓汉 2琛ㄧず浼佷笟 */
+    userType?: string;
+    /** 鐢ㄦ埛閭 鍚� */
+    mail?: string;
+    /** 鐢ㄦ埛鎵嬫満鍙� 鍚� */
+    mobile?: string;
+    /** 鏄惁鐢宠璇佷功 鍚� 闇�鐢宠璇佷功鍒欏~鍐�1锛岀敵璇疯瘉涔︽墍浣跨敤鐨勮瘉浠朵俊鎭鍏堟牳瀹炵‘璁ゆ纭棤璇悗鍐嶈皟鐢ㄦ湰鎺ュ彛銆� 鏃犻渶鐢宠濉啓0銆� */
+    applyCert?: string;
+    credential?: EnterpriseUserRegCredentialInput;
+    /** 鏄惁鐢宠鑷姩娉ㄥ唽 */
+    isDrivingApply?: boolean;
+  }
+
   interface EntityExtensionDto {
     properties?: Record<string, any>;
     configuration?: Record<string, any>;
+  }
+
+  interface ExportBountyApplyData {
+    /** 浼佷笟鍚嶇О */
+    enterpriseName: string;
+    /** 淇$敤浠g爜 */
+    societyCreditCode: string;
+    /** 璐㈡斂鎷ㄤ粯閲戦 */
+    financeToAmountStr?: string;
+    /** 骞冲彴鍏呭�奸噾棰� */
+    transferToAmountStr?: string;
+    /** 璐㈡斂鎷ㄤ粯閲戦 */
+    financeToAmount?: number;
+    /** 骞冲彴鍏呭�奸噾棰� */
+    transferToAmount?: number;
+    /** 澶囨敞 */
+    remark?: string;
+  }
+
+  interface ExportInsStaffInput {
+    companyId?: string;
+    url?: string;
+    insureMarketProductId?: string;
+    productSchemeTypeId?: string;
+    /** 淇濋殰鍛ㄦ湡锛�1D銆�30D銆�360D锛坆izCode涓洪暱鏈熸椂蹇呬紶锛� */
+    period?: string;
   }
 
   interface ExtensionEnumDto {
@@ -605,6 +5850,12 @@
     isVisible?: boolean;
   }
 
+  interface FailOrderInfo {
+    orderNo?: number;
+    name?: string;
+    failReason?: string;
+  }
+
   interface FeatureDto {
     name?: string;
     displayName?: string;
@@ -627,8 +5878,2446 @@
     key?: string;
   }
 
+  interface FileDetail {
+    fileName?: string;
+    previewUrl?: string;
+  }
+
+  interface FileUploadOutput {
+    code?: string;
+    subMsg?: string;
+    fileId?: string;
+  }
+
+  type FinanceStatusEnum = 1 | 2;
+
+  type FinanceTypeEnum = 10 | 20;
+
+  interface FirstPartyCompanyAuditDatilOutput {
+    id?: string;
+    userId?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone?: string;
+    /** 鐪乧ode */
+    provinceCode?: number;
+    /** 甯俢ode */
+    cityCode?: number;
+    /** 鍖哄幙code */
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    /** 浼佷笟logo */
+    enterpriseLogoUrl?: string;
+    /** 鎵�灞炶涓欼d */
+    industryTypeId?: string;
+    /** 鎵�灞炶涓氬悕绉� */
+    industryTypeName?: string;
+    auditStatus?: ParkOrHRAuditStatusEnum;
+    /** 璐﹀彿 */
+    userName?: string;
+    /** 鏈�鍚庢洿鏂版椂闂� */
+    lastModificationTime?: string;
+    /** 瀹℃牳澶囨敞 */
+    auditNote?: string;
+    /** 鍒涘缓鏃堕棿 */
+    creationTime?: string;
+    firstPartyCompanyId?: string;
+  }
+
+  interface FirstPartyCompanyAuditListOutput {
+    id?: string;
+    userId?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone?: string;
+    /** 鐪乧ode */
+    provinceCode?: number;
+    /** 甯俢ode */
+    cityCode?: number;
+    /** 鍖哄幙code */
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    /** 浼佷笟logo */
+    enterpriseLogoUrl?: string;
+    /** 鎵�灞炶涓欼d */
+    industryTypeId?: string;
+    /** 鎵�灞炶涓氬悕绉� */
+    industryTypeName?: string;
+    auditStatus?: ParkOrHRAuditStatusEnum;
+    /** 璐﹀彿 */
+    userName?: string;
+    /** 鏈�鍚庢洿鏂版椂闂� */
+    lastModificationTime?: string;
+    /** 瀹℃牳澶囨敞 */
+    auditNote?: string;
+    /** 鍒涘缓鏃堕棿 */
+    creationTime?: string;
+    firstPartyCompanyId?: string;
+  }
+
+  interface FirstPartyCompanyAuditListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: FirstPartyCompanyAuditListOutput[];
+  }
+
+  interface FirstPartyCompanyDto {
+    id?: string;
+    userId?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone?: string;
+    /** 鐪乧ode */
+    provinceCode?: number;
+    /** 甯俢ode */
+    cityCode?: number;
+    /** 鍖哄幙code */
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    /** 浼佷笟logo */
+    enterpriseLogoUrl?: string;
+    /** 鎵�灞炶涓欼d */
+    industryTypeId?: string;
+    status?: ParkOrStatusEnum;
+    isUserCertification?: boolean;
+  }
+
+  interface FirstPartyCompanyListOutput {
+    id?: string;
+    userId?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone?: string;
+    /** 鐪乧ode */
+    provinceCode?: number;
+    /** 甯俢ode */
+    cityCode?: number;
+    /** 鍖哄幙code */
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    /** 浼佷笟logo */
+    enterpriseLogoUrl?: string;
+    /** 鎵�灞炶涓欼d */
+    industryTypeId?: string;
+    /** 鎵�灞炶涓氬悕绉� */
+    industryTypeName?: string;
+    status?: ParkOrStatusEnum;
+    /** 璐﹀彿 */
+    userName?: string;
+    /** 鏈�鍚庢洿鏂版椂闂� */
+    lastModificationTime?: string;
+    /** 鍒涘缓鏃堕棿 */
+    creationTime?: string;
+  }
+
+  interface FirstPartyCompanyListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: FirstPartyCompanyListOutput[];
+  }
+
+  interface FollowUserInput {
+    userId?: string;
+    followUserId?: string;
+  }
+
+  interface FollowUserListOutput {
+    /** 鍚嶇О */
+    name?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 澶村儚鍦板潃 */
+    avatarUrl?: string;
+    creationTime?: string;
+    /** 鏄惁浜掔浉鍏虫敞 */
+    isMutualFollow?: boolean;
+    id?: string;
+    /** 鍏虫敞鐢ㄦ埛鐨処d */
+    followUserId?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+  }
+
+  interface FollowUserListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: FollowUserListOutput[];
+  }
+
+  interface FrontHROfParkInput {
+    pageModel?: Pagination;
+    parkId: string;
+    /** 鍐犲悕绾у埆 10鍥藉绾� 20鐪佺骇 30甯傜骇 40鍖哄幙绾� */
+    level?: number;
+    workOfType?: string[];
+    service?: string[];
+    searchName?: string;
+    isMy?: boolean;
+  }
+
+  interface FrontHROfParkList {
+    id?: string;
+    userId?: string;
+    /** 浼佷笟鍚嶇О */
+    name?: string;
+    /** 灏侀潰 */
+    topSrc?: string;
+    serviceWorkerCount?: ServiceWorkerCountTypeEnum;
+    /** 钀ヤ笟鎵х収 */
+    licenseUrl?: string;
+    /** 绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 浜哄姏璧勬簮璁稿彲璇� */
+    hrLicenseUrl?: string;
+    /** 鍔冲姟娲鹃仯璁稿彲璇� */
+    laborLienseUrl?: string;
+    /** 鏈嶅姟 */
+    service?: string[];
+    /** 宸ョ */
+    workOfType?: string[];
+    /** 鏄惁鍏虫敞 */
+    isMyAttention?: boolean;
+    /** 鍐犲悕 */
+    level?: number;
+    location?: string;
+  }
+
+  interface FrontHROfParkListPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: FrontHROfParkList[];
+  }
+
+  interface FrontOrderList {
+    id?: string;
+    categoryId?: string;
+    /** 璁㈠崟鍚嶇О */
+    orderName?: string;
+    creatorId?: string;
+    creatorName?: string;
+    companyName?: string;
+    userId?: string;
+    /** 璧峰缁煎悎鏈堣柂 */
+    startMonthlySalary?: number;
+    /** 鎴缁煎悎鏈堣柂 */
+    endMonthlySalary?: number;
+    /** 鏈�鍚庝笂鏋舵椂闂� */
+    lastShelfTime?: string;
+    /** 鎷涜仒浜烘暟绫诲瀷 10 鍥哄畾浜烘暟  20 鑼冨洿浜烘暟 */
+    hireType?: number;
+    /** 鍥哄畾浜烘暟 鎴� 鑼冨洿浜烘暟鐨勮捣濮嬩汉鏁� */
+    hireNumber?: number;
+    /** 宸ヤ綔鎬ц川 10 涓ょ彮鍊� 20 浠呯櫧鐝� */
+    workNature?: number;
+    /** 鑼冨洿浜烘暟鐨勬埅姝汉鏁� */
+    hireEndNumber?: number;
+    /** 璧峰骞撮緞 */
+    ageStart?: number;
+    /** 鎴骞撮緞 */
+    ageEnd?: number;
+    /** 鎬у埆瑕佹眰 0 涓嶉檺 10 浠呴檺鐢峰+ 20 浠呴檺濂冲+ 30 鐢峰コ璁惧畾 */
+    sexRequirement?: number;
+    /** 鐢锋�т汉鏁� */
+    manNumber?: number;
+    /** 濂虫�т汉鏁� */
+    womanNumber?: number;
+    /** 瀛﹀巻瑕佹眰 0 涓嶉檺 10 灏忓 20 鍒濅腑 30 楂樹腑 40 涓撶 50 澶у 60 纭曞+ 70 鍗氬+ 鍙婁互涓� */
+    education?: number;
+    /** 鏈嶅姟璐� */
+    service?: number;
+    /** -10 椹冲洖 10鏈彁浜� 20寰呭鏍� 30 杩涜涓� 40 涓嬫灦 50 绯荤粺涓嬫灦 */
+    status?: number;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 瀹℃牳澶囨敞 */
+    checkRemark?: string;
+    /** 娴忚閲� */
+    viewCount?: number;
+    creationTime?: string;
+    provinceCode?: number;
+    cityCode?: number;
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 鐢宠鍚堜綔浼佷笟 */
+    companyCount?: number;
+    isRecommend?: boolean;
+    userName?: string;
+    lastModificationTime?: string;
+    /** 璁剧疆淇℃伅 */
+    searchSettings?: SearchSettingInfo[];
+    /** 杩旇垂淇℃伅 */
+    orderSupplierRefundInfo?: OrderSupplierRefundInfo[];
+    /** 瀹℃牳閫氳繃鏃堕棿 */
+    approvalTime?: string;
+    /** 杩愯垂妯″紡 10闄愭椂杩旇垂 20涓�娆℃�ц繑璐� 30 闀挎湡杩� */
+    rebateMode?: number;
+    /** 渚涘簲鍟嗗埄娑� */
+    supplierProfit?: number;
+    /** 10 涓�娆℃�у埄娑� 20 xx鍏�/姣忎汉/姣忓皬鏃� 30 xx鍏�/姣忎汉/姣忔湀 */
+    supplierProfitUint?: number;
+    rebateTime?: number;
+    addressDetail?: string;
+    /** 缁煎悎钖祫 */
+    integratedSalary?: string;
+    /** 琛屼笟绫诲瀷鍚嶇О */
+    industryTypeName?: string;
+    /** 鐢ㄦ埛澶村儚鍦板潃 */
+    avatarUrl?: string;
+    /** 鑱岀О */
+    jobTitle?: string;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鍛樺伐钖祫 10 鏈堣柂锛� 20 鍛ㄨ柂锛�30 鏃ヨ柂锛�40 鏃惰柂 */
+    salaryTimeType?: number;
+    /** 鐢宠浜烘暟 */
+    matchMakingApplyCount?: number;
+  }
+
+  interface FrontOrderListInput {
+    pageModel?: Pagination;
+    searchName?: string;
+    /** 宸ヤ綔鎬ц川 10 涓ょ彮鍊� 20 浠呯櫧鐝� */
+    workNature?: number;
+    provinceCode?: number;
+    searchSettings?: string[];
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    categoryId?: string;
+    rebateMode?: number;
+    hireNumberBegin?: number;
+    hireNumberEnd?: number;
+  }
+
+  interface FrontOrderListPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: FrontOrderList[];
+  }
+
+  interface FundOrderChangedInput {
+    notifyId?: string;
+    utcTimestamp?: string;
+    msgMethod?: string;
+    appId?: string;
+    version?: string;
+    bizContent?: OrderChangedBzContentInput;
+    sign?: string;
+    signType?: string;
+    charset?: string;
+  }
+
+  interface GeAlltCompanyUsersInput {
+    /** 鍐犲悕锛�0鍏朵粬锛�1鐪佺骇锛�2甯傜骇锛�3鍖哄幙绾� */
+    namingType?: number;
+    /** 鏌ヨ鏉′欢锛氬鎴峰悕绉� */
+    queryCondition?: string;
+    /** 閫傜敤鍖哄煙 */
+    provinceCodes?: number[];
+  }
+
+  interface GeInformationByUserIdInput {
+    pageModel?: Pagination;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+  }
+
+  type GenderTypeEnum = 1 | 2;
+
+  interface GenerateUserNameInput {
+    /** 鎵嬫満鍙� */
+    phoneNumber: string;
+  }
+
+  interface GetAdvertisePriceInfosInput {
+    /** 鎺掑簭淇℃伅锛氶粯璁ゆ寜骞垮憡绫诲瀷锛歍ype銆佸箍鍛婁綅缃細Position鍗囧簭 */
+    orderInput?: OrderInput[];
+  }
+
+  interface GetAlipayAccount {
+    companyName?: string;
+    aliPayAccount?: string;
+    societyCreditCode?: string;
+  }
+
+  interface GetAllAttestationsInputV2 {
+    pageModel?: Pagination;
+    authType?: EnterpriseTypeEnum;
+    status?: UserCertificationStatusEnum;
+    /** 鏌ヨ鏉′欢锛氬鎴峰悕绉�/鑱旂郴浜�/鎵嬫満鍙� */
+    queryCondition?: string;
+    /** 寮�濮嬫渶鍚庣櫥褰曟椂闂� */
+    beginLastLoginTime?: string;
+    /** 缁撴潫鏈�鍚庣櫥褰曟椂闂� */
+    endLastLoginTime?: string;
+    /** 寮�濮嬫敞鍐屾棩鏈� */
+    beginRegistDate?: string;
+    /** 缁撴潫娉ㄥ唽鏃ユ湡 */
+    endRegistDate?: string;
+  }
+
+  interface GetApplyCompanyListInput {
+    pageModel?: Pagination;
+    parkId?: string;
+    searchKeyWord?: string;
+    /** 鍩烘湰鎴锋槸鍚﹀凡瀹屽杽 */
+    bankIsVerify?: boolean;
+    /** 钀ヤ笟鎵х収鏄惁宸插畬鍠� */
+    enterpriseIsVerify?: boolean;
+    /** 閫夋嫨鍏徃Id */
+    removeCompanyIds?: string[];
+  }
+
+  interface GetAreaListInput {
+    /** 1鐪� 2甯� 3鍖� 4闀� */
+    layer?: number;
+    /** 鐖剁骇缂栫爜 */
+    parentCode?: number;
+  }
+
+  interface GetAsyncapplyCertStatusInput {
+    /** 璐﹀彿Id */
+    account?: string;
+    /** 璇佷功Id */
+    taskId?: string;
+  }
+
+  interface GetBackClientUsersInput {
+    pageModel?: Pagination;
+    /** 璐︽埛鏄惁閿佷綇锛堟槸鍚︾鐢級 */
+    isLocked?: boolean;
+    /** 鏌ヨ鏉′欢锛氬悕绉�/璐﹀彿/鎵嬫満鍙� */
+    queryCondition?: string;
+  }
+
+  interface GetBatchBillDetailInput {
+    pageModel?: Pagination;
+    /** 淇濆崟Id */
+    insurancePolicyId?: string;
+    /** 鎵瑰崟Id */
+    batchBillId?: string;
+    /** 鏌ヨ鏉′欢锛氫汉鍛樺悕绉�/韬唤璇佸彿/鐢ㄥ伐浼佷笟 */
+    queryCondition?: string;
+    companyId?: string;
+  }
+
+  interface GetBatchBillStaffListOutput {
+    addList?: InsureInsStaffList[];
+    delList?: InsureInsStaffList[];
+    updateList?: InsureInsStaffList[];
+    remainList?: InsureInsStaffList[];
+  }
+
+  interface GetBatchChooseCompanyOutput {
+    listCanChooseCompany?: GetCompanyNameListOutput[];
+    listDeleteChooseCompany?: GetCompanyNameListOutput[];
+  }
+
+  interface GetBusinessPayInfoInput {
+    pageModel?: Pagination;
+    settleNo?: string;
+  }
+
+  interface GetBusinessPayInfoOutput {
+    /** 鏀舵鏂硅处鍙� */
+    inAccountNo?: string;
+    /** 鏀舵鏂规埛鍚� */
+    name?: string;
+    /** 鏀舵鏂瑰紑鎴疯 */
+    inAccountBankName?: string;
+    /** 寮�鎴疯琛屽彿 */
+    inAccountBankNo?: string;
+    /** 閲戦 */
+    amount?: number;
+    /** 鎵嬫満鍙� */
+    phoneNum?: string;
+    /** 鐢ㄩ�� */
+    useTo?: string;
+    creationTime?: string;
+  }
+
+  interface GetBusinessPayInfoOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetBusinessPayInfoOutput[];
+  }
+
+  interface GetCanAuthMarkProductOutput {
+    hasAuthList?: AuthInsureMarkProductDto[];
+    notAuthList?: AuthInsureMarkProductDto[];
+  }
+
+  interface GetCategoriesInput {
+    /** 绫诲瀷锛�0浜у搧绫诲埆锛�1璧勮绫诲埆 */
+    type?: number;
+    /** 鎺掑簭淇℃伅锛氶粯璁ゆ寜Sequence鍗囧簭 */
+    orderInput?: OrderInput[];
+  }
+
+  interface GetCertDataInput {
+    /** 璐﹀彿Id */
+    account?: string;
+    userId?: string;
+    userCertifiId?: string;
+  }
+
+  interface GetCertDataResponse {
+    /** 璐﹀彿Id */
+    account?: string;
+    /** 璇佷功Id */
+    certId?: string;
+  }
+
+  interface GetCertDataResponseBestSignOutputBase {
+    errno?: string;
+    errmsg?: string;
+    cost?: string;
+    data?: GetCertDataResponse;
+  }
+
+  interface GetCircleFriendListInput {
+    pageModel?: Pagination;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 鏌ヨ鏉′欢锛氬唴瀹�/鍙戝竷浜� */
+    queryCondition?: string;
+    createStartTime?: string;
+    createEndTime?: string;
+  }
+
+  interface GetCircleFriendMutualFollowListInput {
+    pageModel?: Pagination;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+  }
+
+  interface GetCircleFriendReplyListInput {
+    pageModel?: Pagination;
+    /** 鍥炲浜哄悕鐗囧悕 */
+    name?: string;
+    /** 璇勮鍐呭 */
+    content?: string;
+    /** 琚洖澶嶄汉/琚瘎璁轰汉鍚嶇墖鍚� */
+    beRepliedName?: string;
+  }
+
+  interface GetCommentsForManageInput {
+    pageModel?: Pagination;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 鐘舵�侊細0鎻愪氦寰呭鏍革紝10閫氳繃锛�-10椹冲洖 */
+    status?: number;
+    /** 璇勮璧峰鏃ユ湡 */
+    commentStartTime?: string;
+    /** 璇勮鎴鏃ユ湡 */
+    commentEndTime?: string;
+    /** 鏌ヨ鏉′欢锛氫拱瀹跺悕绉�/鍗栧鍚嶇О/浜у搧鍚嶇О */
+    queryCondition?: string;
+  }
+
+  interface GetCommentsForProductInput {
+    pageModel?: Pagination;
+    /** 浜у搧Id */
+    productId?: string;
+  }
+
+  interface GetCommonInfoInput {
+    pageModel?: Pagination;
+    /** 鏌ヨ鏉′欢 */
+    queryCondition?: string;
+    commonInfoType?: CommonInfoType;
+    companyId?: string;
+  }
+
+  interface GetCompanyInsureAddressList {
+    id?: string;
+    companyId?: string;
+    address?: string;
+  }
+
+  interface GetCompanyInsurePagedListInput {
+    pageModel?: Pagination;
+    /** 鏄惁閰嶇疆 */
+    configStatus?: boolean;
+    queryCondition?: string;
+    /** 閿�鍞叕鍙窱d */
+    salesCompanyId?: string;
+    /** 鎷涘晢浜哄憳Id */
+    merchantsId?: string;
+    /** 鍚堜綔寮�濮嬫椂闂� */
+    collaborateBeginDate?: string;
+    /** 鍚堜綔缁撴潫鏃堕棿 */
+    collaborateEndDate?: string;
+  }
+
+  interface GetCompanyInsuresExportInput {
+    /** 鏌ヨ鏉′欢锛氬鎴峰悕绉�/鎷涘晢浜哄憳鍚嶇О */
+    queryCondition?: string;
+  }
+
+  interface GetCompanyInsureSignResult {
+    /** 鏄惁澶勭悊鎴愬姛 */
+    success?: boolean;
+    /** 澶勭悊澶辫触鐨勫師鍥� */
+    message?: string;
+    /** 淇濋櫓绛剧害璁よ瘉杩炴帴浜岀淮鐮丅ase64 */
+    insureQrCode?: string;
+  }
+
+  interface GetCompanyNameListInput {
+    parkId?: string;
+    /** 閫夋嫨鍏徃Id */
+    removeCompanyIds?: string[];
+  }
+
+  interface GetCompanyNameListOutput {
+    companyId?: string;
+    name?: string;
+  }
+
+  interface GetCooperationApplyInput {
+    pageModel?: Pagination;
+    status?: CooperationApplyStatusEnum;
+    /** 鑱旂郴鏂瑰紡锛岃仈绯讳汉 绫诲埆鍚嶇О */
+    searchKey?: string;
+    /** 鏄惁鏄垜鐨勭敵璇� */
+    isMy?: boolean;
+    applyTimeBegin?: string;
+    applyTimeEnd?: string;
+    applyType?: CooperationApplyTypeEnum;
+  }
+
+  interface GetCustomerInfoExportInput {
+    /** 鏌ヨ鏉′欢锛氬鎴峰悕绉� */
+    queryCondition?: string;
+    /** 鍚堜綔璧峰鏃ユ湡 */
+    cooperateStartDate?: string;
+    /** 鍚堜綔鎴鏃ユ湡 */
+    cooperateEndDate?: string;
+    /** 鐘舵�� */
+    status?: number;
+  }
+
+  interface GetCustomerInfoListInput {
+    pageModel?: Pagination;
+    /** 鏌ヨ鏉′欢锛氬鎴峰悕绉� */
+    queryCondition?: string;
+    /** 鍚堜綔璧峰鏃ユ湡 */
+    cooperateStartDate?: string;
+    /** 鍚堜綔鎴鏃ユ湡 */
+    cooperateEndDate?: string;
+    /** 鐘舵�� */
+    status?: number;
+  }
+
+  interface GetCustomerListInput {
+    pageModel?: Pagination;
+    /** 鏌ヨ鍏抽敭瀛� */
+    keyWord?: string;
+    /** 妯℃澘鏄惁宸蹭笂浼犵姸鎬� */
+    templateStatus?: boolean;
+    /** 鐢ㄦ埛id */
+    companyId?: string;
+    /** 鏄惁鏈夊緟鍒剁増 */
+    hasPendingPlateMaking?: boolean;
+  }
+
+  interface GetCustomerListOutput {
+    /** 鐢叉柟瀹㈡埛Id */
+    customerId?: string;
+    /** 鐢叉柟瀹㈡埛鍚嶇О */
+    customerName?: string;
+    /** 鍚堝悓妯℃澘Id */
+    templateId?: string;
+    /** 妯℃澘Url */
+    templateUrl?: string;
+    /** 绀句細缁熶竴淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鐢叉柟鑱旂郴浜� */
+    contactMan?: string;
+    /** 鐢叉柟鑱旂郴鏂瑰紡 */
+    contactPhone?: string;
+    /** 鍚堝悓鏁伴噺 */
+    contractCount?: number;
+    /** 寰呭埗鐗堟暟 */
+    pendingPlateMakingCount?: number;
+    /** 骞冲彴鐢ㄦ埛Id */
+    companyId?: string;
+    /** 骞冲彴鐢ㄦ埛鍚嶇О */
+    enterpriseName?: string;
+    /** 鏄惁宸蹭笂浼犳ā鏉� */
+    isUploadTemplate?: boolean;
+  }
+
+  interface GetCustomerListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetCustomerListOutput[];
+  }
+
+  interface GetCustomerParkBountyApplyListInput {
+    pageModel?: Pagination;
+    /** 鐢宠鎵规鍙� */
+    batchNo?: string;
+    /** 鐢宠璧峰鏃ユ湡 */
+    creationTimeBegin?: string;
+    /** 鐢宠缁撴潫鏃ユ湡 */
+    creationTimeEnd?: string;
+    /** 鍐呴儴瀹℃牳璧峰鏃ユ湡 */
+    inCheckTimeBegin?: string;
+    /** 鍐呴儴瀹℃牳缁撴潫鏃ユ湡 */
+    inCheckTimeEnd?: string;
+    /** 澶栭儴瀹℃牳璧峰鏃ユ湡 */
+    outCheckTimeBegin?: string;
+    /** 澶栭儴瀹℃牳缁撴潫鏃ユ湡 */
+    outCheckTimeEnd?: string;
+    outCheckStatus?: BountyCheckStatusEnum;
+    inCheckStatus?: BountyCheckStatusEnum;
+  }
+
+  interface GetCustomersExportInput {
+    /** 鏌ヨ鏉′欢锛氱敳鏂瑰悕绉�/鑱旂郴浜� */
+    queryCondition?: string;
+  }
+
+  interface GetCustomerTemplateDetailOutput {
+    id?: string;
+    templateId?: string;
+    templateUrl?: string;
+    name?: string;
+    bussinessCode?: string;
+    creationTime?: string;
+    signChannel?: SignChannelEnum;
+    /** 妯℃澘缂栬緫鏁版嵁 */
+    templateEditData?: string;
+    /** 妯℃澘娓叉煋json鏁版嵁 */
+    templateJsonData?: string;
+    creatorId?: string;
+    /** 鏄惁鍙互缂栬緫鍚嶇О */
+    isCanEditName?: boolean;
+  }
+
+  interface GetCustomerTemplateListOutput {
+    id?: string;
+    templateId?: string;
+    templateUrl?: string;
+    customerName?: string;
+    name?: string;
+    bussinessCode?: string;
+    creationTime?: string;
+    signPluginType?: SignChannelEnum;
+    signChannel?: SignChannelEnum;
+    status?: LgGigWorkerCustomerTemplateStatusEnum;
+    /** 鍒剁増鏃堕棿 */
+    platedTime?: string;
+    /** 鎿嶄綔浜� */
+    operator?: string;
+  }
+
+  interface GetEnterpriseBuntyTradeDto {
+    id?: string;
+    payDateTime?: string;
+    amount?: number;
+    payType?: EnterpriseBountyPayTypeEnum;
+    remianAmount?: number;
+    payRemark?: string;
+    fileUrl?: string;
+    financeType?: FinanceTypeEnum;
+    payFileUrls?: string[];
+  }
+
+  interface GetEnterpriseBuntyTradeDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetEnterpriseBuntyTradeDto[];
+  }
+
+  interface GetEnterpriseCredentialDataResponse {
+    contactMobile?: string;
+    address?: string;
+    province?: string;
+    legalPersonIdentityType?: string;
+    city?: string;
+    legalPersonIdentity?: string;
+    regCode?: string;
+    taxCode?: string;
+    legalPersonMobile?: string;
+    orgCode?: string;
+    legalPerson?: string;
+    name?: string;
+    contactMail?: string;
+  }
+
+  interface GetEnterpriseCredentialDataResponseBestSignOutputBase {
+    errno?: string;
+    errmsg?: string;
+    cost?: string;
+    data?: GetEnterpriseCredentialDataResponse;
+  }
+
+  interface GetEnterprisePreChargeCheckListInput {
+    pageModel?: Pagination;
+    keyWord?: string;
+    beginDateTime?: string;
+    endDateTime?: string;
+    checkStatus?: EnterpriseRechargeStatusEnum;
+  }
+
+  interface GetEnterprisePreChargeCheckListOutput {
+    id?: string;
+    /** 鐧诲綍璐﹀彿 */
+    userName?: string;
+    /** 閾惰璐︽埛 */
+    outBankNum?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 鍑烘浼佷笟璐︽埛鍚嶇О */
+    outEnterpriseName?: string;
+    /** 鍏呭�奸噾棰� */
+    prechargeAmount?: number;
+    /** 鍑鸿处鎵�灞為摱琛� */
+    outBankName?: string;
+    /** 鍏呭�兼祦姘村彿 */
+    rechargeSerialNo?: string;
+    /** 鎻愪氦鏃ユ湡 */
+    creationTime?: string;
+    checkStatus?: EnterpriseRechargeStatusEnum;
+  }
+
+  interface GetEnterprisePreChargeCheckListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetEnterprisePreChargeCheckListOutput[];
+  }
+
+  interface GetEnterpriseRechargeDetail {
+    id?: string;
+    /** 鍏呭�艰处鍙� */
+    incomeBankNum?: string;
+    /** 浼佷笟鍚嶇О */
+    incomeEnterpriseName?: string;
+    /** 鍑烘璐﹀彿 */
+    outBankNum?: string;
+    /** 鍑烘浼佷笟鍚嶇О */
+    outEnterpriseName?: string;
+    /** 鍏呭�奸噾棰� */
+    prechargeAmount?: number;
+    /** 鍑鸿处鎵�灞為摱琛� */
+    outBankName?: string;
+    /** 鍑鸿处鏀鍚嶇О */
+    outBankResumeName?: string;
+    /** 鍑鸿处鍥炲崟 */
+    outReceiptFileUrl?: string;
+    /** 瀹℃牳澶囨敞 */
+    checkRemark?: string;
+    checkStatus?: EnterpriseRechargeStatusEnum;
+    /** 鎻愪氦鏃ユ湡 */
+    creationTime?: string;
+  }
+
   interface GetFeatureListResultDto {
     groups?: FeatureGroupDto[];
+  }
+
+  interface GetFileMetaSDKInput {
+    /** 璐﹀彿Id */
+    account?: string;
+    /** 婧愭枃浠秈d */
+    fid?: string;
+  }
+
+  interface GetFrontConsultListInput {
+    pageModel?: Pagination;
+    consultName?: string;
+    provinceCode?: number;
+    userId?: string;
+  }
+
+  interface GetFrontHeadHunterListInput {
+    pageModel?: Pagination;
+    jobName?: string;
+    provinceCode?: number;
+    userId?: string;
+  }
+
+  interface GetFrontResourceList {
+    id?: string;
+    userId?: string;
+    categoryId?: string;
+    title?: string;
+    /** 瀹℃牳澶囨敞 */
+    checkRemark?: string;
+    /** 鎵�鍦ㄧ渷鍖哄煙鐮� */
+    provinceCode?: number;
+    /** 鎵�鍦ㄧ渷 */
+    provinceName?: string;
+    /** 灞曠ず鏃堕棿 */
+    showTime?: string;
+    viewCount?: number;
+    tags?: TagInfo[];
+    viewUsers?: ViewUserInfo[];
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactNumber?: string;
+    status?: number;
+    lastModificationTime?: string;
+    /** 琚姩鏂筰d */
+    visitForUserId?: string;
+    /** 鍏徃鍚嶇О */
+    companyName?: string;
+    /** 浠嬬粛 */
+    intros?: ResourceIntro[];
+    /** 鎵�鍦ㄥ煄甯� */
+    cities?: CityInfo[];
+    /** 鎰忓悜杈撻�佸煄甯� */
+    intendedDeliveryCities?: CityInfo[];
+    /** 鍚堜綔璐� */
+    cooperationFee?: string;
+    /** 鏄惁鎺ㄨ崘 1鏄� */
+    isRecommend?: boolean;
+    /** 璧勬簮鏁伴噺 */
+    resourceCount?: number;
+    creationTime?: string;
+    /** 琛屼笟绫诲瀷 */
+    industryTypeId?: string;
+    /** 琛屼笟绫诲瀷鍚嶇О */
+    industryTypeName?: string;
+    /** 鐢ㄦ埛澶村儚鍦板潃 */
+    avatarUrl?: string;
+    /** 鑱岀О */
+    jobTitle?: string;
+    /** 鍙戝竷鏃堕棿 */
+    lastShelfTime?: string;
+  }
+
+  interface GetFrontResourceListInput {
+    pageModel?: Pagination;
+    searchName?: string;
+    tags?: string[];
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 鐪両d */
+    provinceCode?: number;
+    resourceCountBegin?: number;
+    resourceCountEnd?: number;
+  }
+
+  interface GetFrontResourceListPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetFrontResourceList[];
+  }
+
+  interface GetFrontTrainingListInput {
+    pageModel?: Pagination;
+    title?: string;
+    provinceCode?: number;
+    userId?: string;
+  }
+
+  interface GetGigWorkerRechargeFeeInput {
+    pageModel?: Pagination;
+    status?: LgGigWorkerRechargeStatusEnum;
+    /** 鎻愪氦璧峰鏃堕棿 */
+    creationTimeBegin?: string;
+    /** 鎻愪氦缁撴潫鏃堕棿 */
+    creationTimeEnd?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+  }
+
+  interface GetGigWorkerSignChannelSettingInput {
+    pageModel?: Pagination;
+    channelName?: string;
+    settingStatus?: LgGigWorkerSignChannelSettingStatus;
+  }
+
+  interface GetGigWorkerSignFreeSettingInput {
+    pageModel?: Pagination;
+    /** 浼佷笟鍚嶇О/鏇存柊浜�/璐﹀彿 */
+    searchKeyWord?: string;
+    /** 寮�濮嬫湀浠借寖鍥� */
+    startMonth?: string;
+    /** 缁撴潫鏈堜唤鑼冨洿 */
+    endMonth?: string;
+  }
+
+  interface GetGigWorkerSignSettingInput {
+    pageModel?: Pagination;
+    signName?: string;
+    status?: LgGigWorkerSignStatus;
+    settingStatus?: LgGigWorkerSignSettingStatus;
+  }
+
+  interface GetGoverDataBoardOutput {
+    /** 寰呭鏍� */
+    waitCheckEnterpriseNumber?: number;
+    /** 濂栧姳閲戝緟鍙戞斁 */
+    waitForSettleRewardNumber?: number;
+    /** 绱宸插鏍镐紒涓� */
+    accumulatedCheckEnterpriseNumber?: number;
+    /** 绱宸插鏍搁�氳繃浼佷笟 */
+    accumulatedCheckPassEnterpriseNumber?: number;
+    /** 绱鏈鏍搁�氳繃浼佷笟 */
+    accumulatedCheckRejectEnterpriseNumber?: number;
+    /** 绱宸插彂鏀惧鍔遍噾 */
+    accumulatedHasSettleRewardAmount?: number;
+    /** 绱寰呭彂鏀惧鍔遍噾 */
+    accumulatedWaitForSettleRewardAmount?: number;
+    /** 绱宸蹭娇鐢ㄥ鍔遍噾 */
+    accumulatedUsedRewardAmount?: number;
+  }
+
+  interface GetHasApplyCompanyNameListInput {
+    parkBountyApplyId?: string;
+    /** 閫夋嫨鍏徃Id */
+    removeCompanyIds?: string[];
+  }
+
+  interface GetHeadlineInformationInput {
+    /** 鎺掑簭淇℃伅锛氶粯璁ゆ寜骞垮憡鎺掑簭AdSequence鍗囧簭 */
+    orderInput?: OrderInput[];
+  }
+
+  interface GetHeadSumInfo {
+    /** 鑱屽伐浜哄憳 */
+    staffCount?: number;
+    /** 鎶曚繚鎬婚 */
+    insureAmount?: number;
+    /** 鎶曚繚浜哄憳 */
+    insureStaffCount?: number;
+    /** 閫�淇濅汉鍛� */
+    insureRefundStaffCount?: number;
+    /** 鎶曚繚浜烘 */
+    insureCount?: number;
+  }
+
+  interface GetHelpQuestionListInput {
+    pageModel?: Pagination;
+    helpTypeSettingId?: string;
+    title?: string;
+    status?: number;
+  }
+
+  interface GetHotProductAdvertiseInput {
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 鏌ヨ鏉′欢锛氫骇鍝佸悕绉�/鏈嶅姟鍟嗗悕绉� */
+    queryCondition?: string;
+  }
+
+  interface GetInformationAdvertiseByCategoryInput {
+    pageModel?: Pagination;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    userId?: string;
+    /** 鏌ヨ鏉′欢锛氫骇鍝佸悕绉�/鏈嶅姟鍟嗗悕绉� */
+    queryCondition?: string;
+    /** 0:鎶ュ悕涓�  10 杩涜涓� 20 宸茬粨鏉� */
+    informationApplyStatus?: number;
+    provinceCode?: number;
+  }
+
+  interface GetInformationAdvertisesForManageInput {
+    pageModel?: Pagination;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 鏌ヨ鏉′欢锛氳祫璁爣棰�/鍙戝竷鍗曚綅 */
+    queryCondition?: string;
+  }
+
+  interface GetInformationForManageInput {
+    pageModel?: Pagination;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 鐘舵�侊細10閫氳繃锛堟樉绀轰腑锛夛紝-20宸蹭笅鏋� */
+    status?: number;
+    /** 鏄惁骞垮憡鍖� */
+    isOnAdvertise?: boolean;
+    /** 鍙戝竷璧峰鏃堕棿 */
+    publishStartDate?: string;
+    /** 鍙戝竷姝㈡椂闂� */
+    publishEndDate?: string;
+    /** 鍒涘缓璧峰鏃堕棿 */
+    beginCreationTime?: string;
+    /** 鍒涘缓鎴鏃堕棿 */
+    endCreationTime?: string;
+    /** 鏌ヨ鏉′欢锛氳祫璁爣棰�/浣滆�� */
+    queryCondition?: string;
+    /** 閫傜敤鍖哄煙 */
+    provinceCodes?: number[];
+    /** 鏄惁鏀寔骞垮憡 */
+    isSupportAdvertise?: boolean;
+    showStatus?: InformationShowStatusEnum;
+    /** 瀹㈡埛Id */
+    customerId?: string;
+    /** 鏍囬 */
+    title?: string;
+  }
+
+  interface GetInformationWaitForCheckInput {
+    pageModel?: Pagination;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 鐘舵�侊細0鎻愪氦寰呭鏍革紝-10椹冲洖 */
+    status?: number;
+    /** 鍙戝竷璧峰鏃堕棿 */
+    publishStartDate?: string;
+    /** 鍙戝竷姝㈡椂闂� */
+    publishEndDate?: string;
+    /** 鍒涘缓璧峰鏃堕棿 */
+    beginCreationTime?: string;
+    /** 鍒涘缓鎴鏃堕棿 */
+    endCreationTime?: string;
+    /** 鏌ヨ鏉′欢锛氭爣棰�/璧勮鏉ユ簮 */
+    queryCondition?: string;
+  }
+
+  interface GetInsuranceBatchBillInput {
+    pageModel?: Pagination;
+    /** 淇濆崟Id */
+    insurancePolicyId?: string;
+    /** 鎶曚繚鏂瑰紡 10绾夸笂鎶曚繚  20绾夸笅鎶曚繚 */
+    insureOnlineType?: number;
+    /** 浜鸿祫鏈烘瀯Id */
+    companyId?: string;
+    /** 鎶曚繚鏂瑰紡(淇濋殰鍛ㄦ湡:1D,30D,360D) */
+    period?: string;
+    /** 鎶曚繚绫诲瀷(鎶曚繚鐨勯櫓绉嶇紪鐮�: ACCIDENT: 鎰忓闄�, EMPLOYER_LIABILITY: 闆囦富闄�) */
+    insuranceTypeCode?: string;
+    status?: BatchBillCheckStatus;
+    /** 鎼滅储鍏抽敭瀛� 淇濋櫓鍚嶇О/淇濆崟缂栧彿/鎵瑰崟缂栧彿 */
+    keyword?: string;
+  }
+
+  interface GetInsurancePoliciesInput {
+    pageModel?: Pagination;
+    /** 淇濋櫓鍚嶇О/淇濆崟缂栧彿 */
+    searchKeyword?: string;
+    /** 鎶曚繚鏂瑰紡 10绾夸笂鎶曚繚  20绾夸笅鎶曚繚 */
+    insureOnlineType?: number;
+    /** 浜鸿祫鏈烘瀯Id */
+    companyId?: string;
+    /** 鎶曚繚鏂瑰紡(淇濋殰鍛ㄦ湡:1D,30D,360D) */
+    period?: string;
+    /** 鎶曚繚绫诲瀷(鎶曚繚鐨勯櫓绉嶇紪鐮�: ACCIDENT: 鎰忓闄�, EMPLOYER_LIABILITY: 闆囦富闄�) */
+    insuranceTypeCode?: string;
+    startDate?: string;
+    endDate?: string;
+    /** 淇濋櫓寮�濮嬭捣濮嬫棩鏈� */
+    insureStartStartDate?: string;
+    /** 淇濋櫓寮�濮嬫埅姝㈡棩鏈� */
+    insureStartEndDate?: string;
+    /** 淇濋櫓缁撴潫璧峰鏃ユ湡 */
+    insureEndStartDate?: string;
+    /** 淇濋櫓缁撴潫鎴鏃ユ湡 */
+    insureEndEndDate?: string;
+    isBack?: boolean;
+    /** 璇峰弬鑰僆nsure.Domain.Shared.InsureConstant.InsurancePolicyDetailStatus */
+    status?: number;
+    /** 鍏徃鍚嶇О */
+    companyName?: string;
+    /** 淇濋櫓鍒版湡澶╂暟 */
+    insureEndDays?: number;
+  }
+
+  interface GetInsurancePolicyDetailInput {
+    pageModel?: Pagination;
+    /** 淇濆崟Id */
+    insurancePolicyId?: string;
+    statusList?: number[];
+    /** 鏌ヨ鏉′欢锛氫汉鍛樺悕绉�/韬唤璇佸彿/鎵嬫満鍙� */
+    queryCondition?: string;
+    companyId?: string;
+  }
+
+  interface GetInsurancePolicyList {
+    companyId?: string;
+    companyName?: string;
+    policyId?: string;
+    customerId?: string;
+    customerName?: string;
+    staffName?: string;
+    /** 鎶曚繚娓犻亾 10绾夸笂鎶曚繚  20绾夸笅鎶曚繚 */
+    insureOnlineType?: number;
+    /** 浜у搧Id */
+    insureMarketProductId?: string;
+    /** 韬唤璇佸彿 */
+    idNumber?: string;
+    phone?: string;
+    /** 淇濆崟鐢熸晥鏃堕棿 */
+    effectStartTime?: string;
+    /** 淇濆崟澶辨晥鏃堕棿 */
+    effectEndTime?: string;
+    /** 鎶曚繚璁板綍 */
+    insureCount?: number;
+    /** 鎶曚繚鐘舵�� 10 姝e父 20 宸查��淇� 30 宸茶繃鏈� */
+    insureStatus?: number;
+    /** 1 鍦ㄤ繚 0鍚� */
+    isInsuring?: boolean;
+    creationTime?: string;
+    insuranceTypeCode?: string;
+    /** 淇濋锛堝垎锛� */
+    sumInsured?: number;
+    /** 鎶曚繚鏂瑰紡 10鍚触璐� 20鍚対姝� 30娲ヨ创+鐚濇 40鍩虹鍏ㄥぉ鐗� 50鍚笁鑰呭叏澶╃増 */
+    insureWay?: number;
+    /** 鑱屼笟缂栫爜: default-1-涓�绫昏亴涓�; default-2-浜岀被鑱屼笟;default-3-涓夌被鑱屼笟;default-4-鍥涚被鑱屼笟; */
+    jobCode?: string;
+    /** 浜у搧鍗曚环 */
+    unitPrice?: number;
+    /** 淇濊垂閲戦(鍒�) */
+    premium?: number;
+    /** 閫�璐归噾棰�(鍒�) */
+    refundPremium?: number;
+    /** 瀹為檯淇濊垂閲戦(鍒�) */
+    realPremium?: number;
+    errorMsg?: string;
+    /** 淇濆崟鍙� */
+    policyNo?: string;
+    /** 鑿滈笩璁㈠崟鍙� */
+    orderNo?: number;
+    merchantsId?: string;
+    merchantsName?: string;
+    salesCompanyName?: string;
+    /** 閿�鍞叕鍙窱D */
+    salesCompanyId?: string;
+    period?: string;
+    /** 鏂规鍚嶇О */
+    schemeType?: string;
+    /** 浜у搧鍚嶇О */
+    productName?: string;
+    sex?: number;
+    age?: number;
+    useEmploer?: string;
+    useEmploerId?: string;
+    jobName?: string;
+    jobType?: string;
+  }
+
+  interface GetInsurancePolicyListInput {
+    pageModel?: Pagination;
+    companyId?: string;
+    policyId?: string;
+    customerId?: string;
+    /** 1 鍦ㄤ繚 0鍚� */
+    isInsuring?: boolean;
+    searchName?: string;
+    isBack?: boolean;
+    statusList?: number[];
+    isInputDate?: boolean;
+    startDateTime?: string;
+    endDateTime?: string;
+    /** 淇濋櫓寮�濮嬭捣濮嬫棩鏈� */
+    insureStartStartDate?: string;
+    /** 淇濋櫓寮�濮嬫埅姝㈡棩鏈� */
+    insureStartEndDate?: string;
+    /** 淇濋櫓缁撴潫璧峰鏃ユ湡 */
+    insureEndStartDate?: string;
+    /** 淇濋櫓缁撴潫鎴鏃ユ湡 */
+    insureEndEndDate?: string;
+  }
+
+  interface GetInsurancePolicyListPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetInsurancePolicyList[];
+  }
+
+  interface GetInsurancePolicyRecordsExportInput {
+    startTime?: string;
+    endTime?: string;
+    /** 鍏ラ┗瀹㈡埛Id */
+    companyId?: string;
+    policyId?: string;
+    /** 鎶曚繚璁″垝Id */
+    insurePlanId?: string;
+    /** 瀹㈡埛鐢叉柟Id */
+    customerId?: string;
+    /** 韬唤璇佸彿 */
+    idNumber?: string;
+    /** 鎶曚繚鐘舵�� 0鍒濆鐘舵�� 5妫�娴嬪け璐�  10鎶曚繚鎴愬姛 -10鎶曚繚澶辫触  20寮傚父 30閫�淇� 60纭涓� 70淇濋櫓涓� 80宸茶繃鏈� */
+    status?: number;
+  }
+
+  interface GetInsurancePolicyRecordsInput {
+    pageModel?: Pagination;
+    startTime?: string;
+    /** 鎶曚繚绠$悊Id */
+    policyId?: string;
+    /** 鎶曚繚璁″垝Id */
+    insurePlanId?: string;
+    endTime?: string;
+    /** 鍏ラ┗瀹㈡埛Id */
+    companyId?: string;
+    /** 瀹㈡埛鐢叉柟Id */
+    customerId?: string;
+    /** 韬唤璇佸彿 */
+    idNumber?: string;
+    /** 鎶曚繚鐘舵�� 0鍒濆鐘舵�� 5妫�娴嬪け璐�  10鎶曚繚鎴愬姛 -10鎶曚繚澶辫触  20寮傚父 30閫�淇� 60纭涓� 70淇濋櫓涓� 80宸茶繃鏈� */
+    status?: number;
+  }
+
+  interface GetInsuranceStaticByCustomerDto {
+    /** 瀹㈡埛Id */
+    companyId?: string;
+    /** 瀹㈡埛鍚嶇О */
+    companyName?: string;
+    /** 鎷涘晢浜哄憳 */
+    merchantsName?: string;
+    /** 鎶曚繚浜烘暟 */
+    numberOfInsured?: number;
+    /** 鎶曚繚鎴愬姛 */
+    numberOfSuccess?: number;
+    /** 鎶曚繚澶辫触 */
+    numberOfFailed?: number;
+    /** 閫�淇濅汉鏁� */
+    numberOfRefund?: number;
+    /** 閫�淇濋噾棰� */
+    refundPremium?: number;
+    /** 閫�淇濋噾棰� */
+    refundMoney?: number;
+    /** 瀹為檯鎶曚繚鎴愬姛璐圭敤 */
+    successAmount?: number;
+    /** 鎶曚繚璐圭敤 */
+    amount?: number;
+  }
+
+  interface GetInsuranceStaticByCustomerDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetInsuranceStaticByCustomerDto[];
+  }
+
+  interface GetInsureActionLogInput {
+    pageModel?: Pagination;
+    insurancePolicyId?: string;
+    batchBillId?: string;
+  }
+
+  interface GetInsureConsultExportInput {
+    /** 鍏徃鍚嶇О */
+    companyName?: string;
+    /** 璺熻繘鐘舵�� 1 锛氬緟澶勭悊 -1锛氭殏鍋� -2 锛氫綔搴� 10锛氬鎺ヤ腑 20 纭鍚堜綔 */
+    status?: number;
+  }
+
+  interface GetInsureConsultFollowInput {
+    pageModel?: Pagination;
+    status?: number;
+    /** 鍜ㄨId */
+    id?: string;
+  }
+
+  interface GetInsureConsultInput {
+    pageModel?: Pagination;
+    /** 鍏徃鍚嶇О */
+    companyName?: string;
+    /** 璺熻繘鐘舵�� 1 锛氬緟澶勭悊 -1锛氭殏鍋� -2 锛氫綔搴� 10锛氬鎺ヤ腑 20 纭鍚堜綔 */
+    status?: number;
+  }
+
+  interface GetInsureCustomersInput {
+    pageModel?: Pagination;
+    /** 鏌ヨ鏉′欢锛氱敳鏂瑰悕绉�/鑱旂郴浜� */
+    queryCondition?: string;
+  }
+
+  interface GetInsureEffectDateTimeOutput {
+    effectStartTime?: string;
+    /** 鐢熸晥鎴鏃堕棿 */
+    effectEndTime?: string;
+    /** 鏄惁宸茶繃鏈� */
+    isOutTime?: boolean;
+  }
+
+  interface GetInsureInfo {
+    /** 鍏徃Id */
+    companyId?: string;
+    /** 鎵瑰鏈夋晥璧峰鏃ユ湡 */
+    batchAddEffectStarTime?: string;
+    /** 鏈夋晥鎴鏃堕棿 */
+    effectEndTime?: string;
+    /** 鍗曚环 */
+    unitPrice?: number;
+    insuranceTypeCode?: string;
+    /** 淇濋櫓鍦烘櫙鐮�: FLEXIBLE_EMPLOYMENT-鏃ュ崟锛堝疄鏃剁敓鏁堬級锛汭NITIATIVE_EMPLOYMENT-闀挎湡锛堟鏃�0鐐圭敓鏁堬級 */
+    bizCode?: string;
+    /** 淇濋殰鍛ㄦ湡锛�1D鎸夋棩鏈熸姇淇濄��30D鎸夋湀鎶曚繚銆�360D鎸夊勾鎶曚繚锛坆izCode涓洪暱鏈熸椂蹇呬紶锛� */
+    period?: string;
+    /** 鑱屼笟缂栫爜: default-1-涓�绫昏亴涓�; default-2-浜岀被鑱屼笟;default-3-涓夌被鑱屼笟;default-4-鍥涚被鑱屼笟; */
+    jobCode?: string;
+    /** 鎶曚繚鏂瑰紡 10鍚触璐� 20鍚対姝� 30娲ヨ创+鐚濇 40鍩虹鍏ㄥぉ鐗� 50鍚笁鑰呭叏澶╃増 */
+    insureWay?: number;
+    /** 淇濋锛堝垎锛� */
+    sumInsured?: number;
+    /** 宸ヤ綔鍦扮偣 */
+    companyInsureAddress?: string;
+    remark?: string;
+    serialNum?: string;
+    /** 鎶曚繚璐圭敤 */
+    insureMoney?: number;
+    insStaffList?: ImportInsStaffAnalysisList[];
+  }
+
+  interface GetInsureInfoByMonth {
+    /** 10 闆囦富闄� 20 鎰忓闄� 30 鎶曚繚浜烘暟 40 閫�淇濅汉鏁� 50 鎶曚繚浜烘 60 鎶曚繚鎬婚 */
+    type?: number;
+    timeRange?: TimeRange[];
+  }
+
+  interface GetInsureInfoByMonthInput {
+    companyId: string;
+    startTime: string;
+    endTime: string;
+  }
+
+  interface GetInsureMarketProductAllInput {
+    /** 淇濋櫓闄╃ */
+    insureType?: string;
+  }
+
+  interface GetInsureMarketProductInput {
+    pageModel?: Pagination;
+    /** 淇濋櫓闄╃ */
+    insureType?: string;
+    /** 淇濋櫓鍏徃 */
+    companyId?: string;
+    /** 淇濋櫓浜у搧鍚嶇О */
+    name?: string;
+    /** 鐘舵�� 1锛氭甯� 0锛氱鐢� -1 锛氫笅鏋� */
+    status?: number;
+    /** 绾夸笂淇濋櫓杩樻槸绾夸笅淇濋櫓 */
+    onlineType?: number;
+    /** 鏄惁涓烘巿鏉冧骇鍝佹煡鐪嬫ā寮� (姹熻タ妯″紡) */
+    isSearchAuthProduct?: boolean;
+  }
+
+  interface GetInsureMoneyInput {
+    /** 鏂规Id */
+    productSchemeTypeId?: string;
+    period?: string;
+    /** 浜哄憳鍚嶇О */
+    staffList?: InsureInsStaffList[];
+  }
+
+  interface GetInsureOfflineBillExportInput {
+    /** 淇濋櫓闄╃ */
+    insureType?: string;
+    /** 淇濋櫓鏈夋晥鏈熻捣濮嬫椂闂� 璧峰鏃堕棿 */
+    insureBeginStartDate?: string;
+    /** 淇濋櫓鏈夋晥鏈熻捣濮嬫椂闂� 缁撴潫鏃堕棿 */
+    insureBeginEndDate?: string;
+    /** 淇濋櫓鏈夋晥鏈熺粨鏉� 寮�濮嬫椂闂� */
+    insureEndStartDate?: string;
+    /** 淇濋櫓鏈夋晥鏈熺粨鏉熸椂闂� 缁撴潫鏃堕棿 */
+    insureEndEndDate?: string;
+    /** 淇濋櫓浜у搧Id */
+    insureProductId?: string;
+    /** 鐘舵�� 1 鏈紑濮� 2 淇濋殰涓� 宸插け鏁� -1 */
+    status?: number;
+    /** 鍏徃鍚嶇О銆侀攢鍞叕鍙搞�佷笟鍔″憳 */
+    searchKey?: string;
+  }
+
+  interface GetInsureOfflineBillInput {
+    pageModel?: Pagination;
+    /** 鏌ヨ绫诲瀷 1閫�淇濇暟鎹�  2鎵瑰鏁版嵁 */
+    operateType?: number;
+    /** 淇濋櫓闄╃ */
+    insureType?: string;
+    /** 淇濋櫓鏈夋晥鏈熻捣濮嬫椂闂� 璧峰鏃堕棿 */
+    insureBeginStartDate?: string;
+    /** 淇濋櫓鏈夋晥鏈熻捣濮嬫椂闂� 缁撴潫鏃堕棿 */
+    insureBeginEndDate?: string;
+    /** 淇濋櫓鏈夋晥鏈熺粨鏉� 寮�濮嬫椂闂� */
+    insureEndStartDate?: string;
+    /** 淇濋櫓鏈夋晥鏈熺粨鏉熸椂闂� 缁撴潫鏃堕棿 */
+    insureEndEndDate?: string;
+    /** 淇濋櫓浜у搧Id */
+    insureProductId?: string;
+    /** 鐘舵�� 1 鏈紑濮� 2 淇濋殰涓� 宸插け鏁� -1 */
+    status?: number;
+    /** 鍏徃鍚嶇О銆侀攢鍞叕鍙搞�佷笟鍔″憳 */
+    searchKey?: string;
+  }
+
+  interface GetInsureOrganizationInput {
+    pageModel?: Pagination;
+    searchKey?: string;
+  }
+
+  interface GetInsurePersonSortList {
+    id?: number;
+    /** 澶х被琛屼笟 */
+    bigIndustry?: string;
+    /** 灏忕被琛屼笟 */
+    smallIndustry?: string;
+    /** 鑱屼笟浠g爜 */
+    code?: string;
+    /** 鑱屼笟鍚嶇О */
+    name?: string;
+    /** 鑱屼笟绫诲埆 */
+    type?: number;
+    /** 澶囨敞 */
+    remark?: string;
+  }
+
+  interface GetInsurePersonSortListInput {
+    pageModel?: Pagination;
+    /** 琛屼笟鍏抽敭瀛� */
+    industryName?: string;
+    /** 鑱屼笟鍚嶇О */
+    searchName?: string;
+  }
+
+  interface GetInsurePersonSortListPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetInsurePersonSortList[];
+  }
+
+  interface GetInsurePlanDetailInput {
+    pageModel?: Pagination;
+    id?: string;
+    insurePlanId?: string;
+    status?: number;
+    isInsureing?: boolean;
+    searchWord?: string;
+  }
+
+  interface GetInsurePlanInfoExportInput {
+    /** 鎶曚繚鍛ㄦ湡 1D  30D  360D */
+    period?: string;
+    /** 闄╃绫诲瀷: ACCIDENT: 鎰忓闄�; EMPLOYER_LIABILITY: 闆囦富闄� */
+    insuranceTypeCode?: string;
+    /** 璁″垝鐘舵�� 1鏈紑濮�  10杩涜涓�  20宸茬粨鏉� */
+    status?: number;
+    /** 浼佷笟鍚嶇О */
+    companyName?: string;
+    startTime?: string;
+    endTime?: string;
+    /** 浼佷笟Id */
+    companyId?: string;
+  }
+
+  interface GetInsurePlanInput {
+    pageModel?: Pagination;
+    /** 鎶曚繚鍛ㄦ湡 1D  30D  360D */
+    period?: string;
+    /** 闄╃绫诲瀷: ACCIDENT: 鎰忓闄�; EMPLOYER_LIABILITY: 闆囦富闄� */
+    insuranceTypeCode?: string;
+    /** 璁″垝鐘舵�� 0鏈紑濮�  10杩涜涓�  20宸茬粨鏉� */
+    status?: number;
+    /** 浼佷笟鍚嶇О */
+    companyName?: string;
+    startTime?: string;
+    endTime?: string;
+  }
+
+  interface GetInsureProductConsultRequest {
+    bizIdentity?: string;
+    enterpriseName?: string;
+    socialCreditCode?: string;
+    bizCode?: string;
+    insuranceTypeCode?: string;
+  }
+
+  interface GetInsureProductConsultResponse {
+    success?: boolean;
+    message?: string;
+    module?: InsureProductDTO[];
+  }
+
+  interface GetInsureProductInput {
+    pageModel?: Pagination;
+    /** 鎶曚繚鐨勯櫓绉嶇紪鐮�: ACCIDENT: 鎰忓闄�, EMPLOYER_LIABILITY: 闆囦富闄� */
+    insuranceTypeCode?: string;
+    /** 浜у搧鍚嶇О */
+    name?: string;
+    /** 鎶曚繚鐗堟湰 5鎰忓闄╁熀纭�宸ヤ綔鐗� 10鍚触璐� 20鍚対姝� 30娲ヨ创+鐚濇 35闆囦富閫氱敤鍩虹宸ヤ綔鐗� 40鍩虹鍏ㄥぉ鐗� 50鍚笁鑰呭叏澶╃増 60闆囦富閫氱敤浣忛櫌娲ヨ创鐗� 70闆囦富寤虹瓚鍩虹宸ヤ綔鐗� 80闆囦富寤虹瓚鍩虹24灏忔椂鐗� */
+    insureWay?: number;
+    /** 浜у搧绫诲瀷: 濂楅绫诲瀷: common-鎰忓闄╅�氱敤锛沘llowance-鎰忓闄╂触璐�; suddenDeath-鎰忓闄╃対姝�; liabilityCommon-闆囦富闄╁熀纭�; liabilityThird-闆囦富闄╀笁鑰�; liabilityAllowance-闆囦富闄╂触璐寸増; liabilityBuilding-闆囦富闄╁缓绛� */
+    type?: string;
+    /** 浜у搧鐘舵�� 0绂佺敤 1鍚敤 */
+    status?: number;
+  }
+
+  interface GetInsureProductPrice {
+    productId?: string;
+    price?: number;
+    /** 鎺ㄨ崘缂栫爜 */
+    recomFlowNo?: string;
+    sumInsured?: number;
+    unitPrice?: number;
+    yearWayDays?: number;
+  }
+
+  interface GetInsureProductPriceInput {
+    companyId?: string;
+    insuranceTypeCode?: string;
+    /** 淇濋櫓鍦烘櫙鐮�: FLEXIBLE_EMPLOYMENT-鏃ュ崟锛堝疄鏃剁敓鏁堬級锛汭NITIATIVE_EMPLOYMENT-闀挎湡锛堟鏃�0鐐圭敓鏁堬級 */
+    bizCode?: string;
+    /** 淇濋殰鍛ㄦ湡锛�1D銆�30D銆�360D锛坆izCode涓洪暱鏈熸椂蹇呬紶锛� */
+    period?: string;
+    /** 鑱屼笟缂栫爜: default-1-涓�绫昏亴涓�; default-2-浜岀被鑱屼笟;default-3-涓夌被鑱屼笟;default-4-鍥涚被鑱屼笟; */
+    jobCode?: string;
+    /** 鎶曚繚鐗堟湰 10鍚触璐� 20鍚対姝� 30娲ヨ创+鐚濇 40鍩虹鍏ㄥぉ鐗� 50鍚笁鑰呭叏澶╃増 */
+    insureWay?: number;
+    /** 淇濋锛堝垎锛� */
+    sumInsured?: number;
+  }
+
+  interface GetInsureProjectByShortId {
+    id?: string;
+    insuranceTypeCode?: string;
+    /** 淇濋锛堝垎锛� */
+    sumInsured?: number;
+    /** 鎶曚繚鏂瑰紡 10鍚触璐� 20鍚対姝� 30娲ヨ创+鐚濇 40鍩虹鍏ㄥぉ鐗� 50鍚笁鑰呭叏澶╃増 */
+    insureWay?: number;
+    /** 鑱屼笟缂栫爜: default-1-涓�绫昏亴涓�; default-2-浜岀被鑱屼笟;default-3-涓夌被鑱屼笟;default-4-鍥涚被鑱屼笟; */
+    jobCode?: string;
+    /** 浜у搧鍗曚环 */
+    unitPrice?: number;
+    /** 淇濋櫓浜у搧Id */
+    productId?: string;
+    /** 宸ヤ綔鍦扮偣 */
+    address?: string;
+    companyId?: string;
+    /** 鍦哄湴鐮佺被鍨� 10闀挎湡鐮�  20鏃舵晥鐮� */
+    qrType?: number;
+    /** 鐘舵�� 1鍚敤  0绂佺敤 */
+    status?: number;
+    /** 鍦哄湴鐮佽捣濮嬫湁鏁堟湡 */
+    effectStartDateTime?: string;
+    /** 鍦哄湴鐮佹埅姝㈡湁鏁堟湡 */
+    effectEndDateTime?: string;
+    /** 鍦哄湴鐮佹壂鐮佺粨鏋� */
+    success?: boolean;
+    /** 寮傚父淇℃伅 褰� success 涓篺alse鏃朵笉涓虹┖ */
+    msg?: string;
+  }
+
+  interface GetInsureProjectList {
+    id?: string;
+    insuranceTypeCode?: string;
+    /** 淇濋锛堝垎锛� */
+    sumInsured?: number;
+    /** 鎶曚繚鏂瑰紡 10鍚触璐� 20鍚対姝� 30娲ヨ创+鐚濇 40鍩虹鍏ㄥぉ鐗� 50鍚笁鑰呭叏澶╃増 */
+    insureWay?: number;
+    /** 鑱屼笟缂栫爜: default-1-涓�绫昏亴涓�; default-2-浜岀被鑱屼笟;default-3-涓夌被鑱屼笟;default-4-鍥涚被鑱屼笟; */
+    jobCode?: string;
+    /** 浜у搧鍗曚环 */
+    unitPrice?: number;
+    /** 宸ヤ綔鍦扮偣 */
+    address?: string;
+    url?: string;
+    /** 鍦哄湴鐮佺被鍨� 10闀挎湡鐮�  20鏃舵晥鐮� */
+    qrType?: number;
+    /** 鐘舵�� 1鍚敤  0绂佺敤 */
+    status?: number;
+    /** 鍦哄湴鐮佽捣濮嬫湁鏁堟湡 */
+    effectStartDateTime?: string;
+    /** 鍦哄湴鐮佹埅姝㈡湁鏁堟湡 */
+    effectEndDateTime?: string;
+    /** 鎶曚繚鍛ㄦ湡 1D  30D  360D */
+    period?: string;
+    /** 鍒涘缓鏃堕棿 */
+    creationTime?: string;
+  }
+
+  interface GetInsureProjectListInput {
+    pageModel?: Pagination;
+    companyId?: string;
+    insuranceTypeCode?: string;
+  }
+
+  interface GetInsureProjectListPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetInsureProjectList[];
+  }
+
+  interface GetInsureQueryUnitPriceRequest {
+    bizIdentity?: string;
+    enterpriseName?: string;
+    socialCreditCode?: string;
+    productId?: string;
+    jobCode?: string;
+    period?: string;
+  }
+
+  interface GetInsureQueryUnitPriceResponse {
+    success?: boolean;
+    message?: string;
+    module?: InsureProductDetail;
+  }
+
+  interface GetInsureRefundResultNotifyResponse {
+    success?: boolean;
+    message?: string;
+  }
+
+  interface GetInsureRefundSendRequest {
+    bizIdentity?: string;
+    outBizNo?: string;
+    enterpriseName?: string;
+    socialCreditCode?: string;
+    batchOrderNo?: number;
+    orderNoList?: number[];
+  }
+
+  interface GetInsureRefundSendResponse {
+    success?: boolean;
+    message?: string;
+    module?: FailOrderInfo[];
+  }
+
+  interface GetInsureResultNotifyRequest {
+    logisticsInterface?: GetInsureResultNotifyRequestInfo;
+    logisticsInterfaceStr?: string;
+    dataDigest?: string;
+    msgType?: string;
+    msgId?: string;
+    partnerCode?: string;
+    fromCode?: string;
+  }
+
+  interface GetInsureResultNotifyRequestInfo {
+    outBizNo?: string;
+    outSubBizNo?: string;
+    type?: string;
+    resultCode?: string;
+    errorCode?: string;
+    errorMsg?: string;
+    insurePolicyDTO?: InsurePolicyDTO;
+  }
+
+  interface GetInsureResultNotifyResponse {
+    success?: boolean;
+    message?: string;
+  }
+
+  interface GetInsureSendRequest {
+    bizIdentity?: string;
+    outBizNo?: string;
+    enterpriseName?: string;
+    socialCreditCode?: string;
+    bizCode?: string;
+    insuranceTypeCode?: string;
+    productId?: string;
+    jobCode?: string;
+    period?: string;
+    recomFlowNo?: string;
+    address?: string;
+    effectStartTime?: string;
+    employeeListmployeeList?: InsureEmployeeDTO[];
+  }
+
+  interface GetInsureSendResponse {
+    success?: boolean;
+    message?: string;
+    module?: InsureFailEmployeeDTO[];
+  }
+
+  interface GetInsureSettingPricesInput {
+    /** 鎶曚繚闄╃Id */
+    typeId?: string;
+  }
+
+  interface GetInsureSettingsInput {
+    /** 绫诲瀷 */
+    type?: number;
+    /** 鐘舵�� */
+    status?: number;
+  }
+
+  interface GetInsureSignNotifyResponse {
+    success?: boolean;
+    message?: string;
+  }
+
+  interface GetInsureSignUrlInput {
+    /** 浜鸿祫鏈烘瀯Id */
+    companyId?: string;
+  }
+
+  interface GetInsureSignUrlRequest {
+    bizIdentity?: string;
+    enterpriseName?: string;
+    socialCreditCode?: string;
+    authAccount?: string;
+    mobile?: string;
+    outBizNo?: string;
+  }
+
+  interface GetInsureSignUrlResponse {
+    success?: boolean;
+    message?: string;
+    module?: SignInfo;
+  }
+
+  interface GetInsureStatusInfo {
+    insureStatus?: number;
+    insureSignMsg?: string;
+    effectStartTime?: string;
+    effectEndTime?: string;
+    insureSignTime?: string;
+  }
+
+  interface GetInsureSubSettingsInput {
+    /** Tab绫诲瀷 */
+    type?: number;
+  }
+
+  interface GetInsureSupplierInput {
+    pageModel?: Pagination;
+    searchKey?: string;
+    /** 渚涘簲鍟嗙被鍨� 1娓犻亾浠g悊 2淇濋櫓鍏徃 */
+    suppierType?: number;
+  }
+
+  interface GetLgGigWorkerContractUrlOutput {
+    contractUrl?: string;
+    signChannel?: SignChannelEnum;
+  }
+
+  interface GetLgGigWorkUserInput {
+    pageModel?: Pagination;
+    /** 鏌ヨ鍏抽敭瀛� */
+    searchKey?: string;
+    /** 鐧昏鏃堕棿寮�濮� */
+    regiterTimeBegin?: string;
+    /** 鐧昏鏃堕棿缁撴潫 */
+    regiterTimeEnd?: string;
+    regiterStatus?: boolean;
+    /** 绛剧害鏃堕棿寮�濮嬫椂闂� */
+    signTimeBegin?: string;
+    /** 绛剧害鏃堕棿缁撴潫鏃堕棿 */
+    signTimeEnd?: string;
+    realVerifyStatus?: LgGigRealVerifyStatus;
+    signStatus?: LgGigUserSignEnum;
+    enterSignStatus?: LgGigUserSignEnum;
+  }
+
+  interface GetMarketProductPriceDto {
+    price?: number;
+    marketProductId?: string;
+    schemeTypeId?: string;
+    schemeTypeDetailId?: string;
+    insureBillTemplateUrl?: string;
+  }
+
+  interface GetMarketProductPriceInput {
+    period?: string;
+    marketProductId?: string;
+    schemeTypeId?: string;
+    staffLevel?: number;
+  }
+
+  interface GetMessageInput {
+    pageModel?: Pagination;
+    /** 鏄惁宸茶 */
+    isRead?: boolean;
+  }
+
+  interface GetMyAttentionsInput {
+    pageModel?: Pagination;
+    /** 绫诲埆Id */
+    categoryId?: string;
+  }
+
+  interface GetMyConsultListInput {
+    pageModel?: Pagination;
+    status?: number;
+    /** 寮�濮嬫椂闂� */
+    startDate?: string;
+    /** 缁撴潫鏃堕棿 */
+    endDate?: string;
+  }
+
+  interface GetMyHeadHunterListInput {
+    pageModel?: Pagination;
+    status?: number;
+    /** 寮�濮嬫椂闂� */
+    startDate?: string;
+    /** 缁撴潫鏃堕棿 */
+    endDate?: string;
+  }
+
+  interface GetMyInformationAttentionsInput {
+    pageModel?: Pagination;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 鏌ヨ鏉′欢锛氭爣棰�/鏈嶅姟鍟嗗悕绉� */
+    queryCondition?: string;
+  }
+
+  interface GetMyInformationInput {
+    pageModel?: Pagination;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 鏌ヨ鏉′欢锛氭爣棰�/鍗曚綅 */
+    queryCondition?: string;
+    showStatus?: InformationShowStatusEnum;
+    /** 鍙戝竷璧峰鏃堕棿 */
+    publishStartDate?: string;
+    /** 鍙戝竷姝㈡椂闂� */
+    publishEndDate?: string;
+    /** 鍒涘缓璧峰鏃堕棿 */
+    beginCreationTime?: string;
+    /** 鍒涘缓鎴鏃堕棿 */
+    endCreationTime?: string;
+    /** 鐘舵�� */
+    status?: number;
+  }
+
+  interface GetMyProductAttentionsInput {
+    pageModel?: Pagination;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 鏌ヨ鏉′欢锛氫骇鍝佸悕绉�/鏈嶅姟鍟嗗悕绉� */
+    queryCondition?: string;
+  }
+
+  interface GetMyProductsInput {
+    pageModel?: Pagination;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 鏌ヨ鏉′欢锛氫骇鍝佸悕绉�/鏈嶅姟鍟嗗悕绉� */
+    queryCondition?: string;
+  }
+
+  interface GetMyPurchasesInput {
+    pageModel?: Pagination;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 浜у搧鍚嶇О */
+    productName?: string;
+  }
+
+  interface GetMyResourceListInput {
+    pageModel?: Pagination;
+    status?: number;
+    /** 寮�濮嬫椂闂� */
+    startDate?: string;
+    /** 缁撴潫鏃堕棿 */
+    endDate?: string;
+    title?: string;
+  }
+
+  interface GetMySellsInput {
+    pageModel?: Pagination;
+    /** 鏌ヨ鏉′欢锛氫拱瀹跺悕绉�/涔板鑱旂郴浜�/涔板鑱旂郴鐢佃瘽 */
+    purchaserInfo?: string;
+  }
+
+  interface GetMyTrainingListInput {
+    pageModel?: Pagination;
+    status?: number;
+    /** 寮�濮嬫椂闂� */
+    startDate?: string;
+    /** 缁撴潫鏃堕棿 */
+    endDate?: string;
+  }
+
+  interface GetNotTransferCompanyNameListOutput {
+    companyId?: string;
+    name?: string;
+    parkBountyApplyDetailId?: string;
+  }
+
+  interface GetOperateHistoryInput {
+    pageModel?: Pagination;
+    relationId?: string;
+    operateName?: string;
+  }
+
+  interface GetOrderContractInfo {
+    id?: string;
+    orderName?: string;
+    orderService?: string;
+    empTypes?: string;
+    orderAddress?: string;
+    fromUserSignStatus?: BestSignUserSignStatusEunm;
+    toUserSignStatus?: BestSignUserSignStatusEunm;
+    contractId?: string;
+    orderId?: string;
+    toUserId?: string;
+    fromUserId?: string;
+    fromUserAccount?: string;
+    toUserAccount?: string;
+    fromUserEnterpriseName?: string;
+    creationTime?: string;
+    previewUrl?: string;
+    toLongUrl?: string;
+    toShortUrl?: string;
+    toSignDateTime?: string;
+  }
+
+  interface GetOrderContractInfoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetOrderContractInfo[];
+  }
+
+  interface GetOrderContractInput {
+    pageModel?: Pagination;
+    orderId?: string;
+    userId?: string;
+    status?: BestSignUserSignStatusEunm;
+    /** 鏌ヨ绫诲瀷 10鍙戣捣鏂�  20鎺ユ敹鏂� */
+    sendType?: number;
+  }
+
+  interface GetOrderSignPayInput {
+    pageModel?: Pagination;
+    /** 鑾峰彇绫诲瀷 10浠樻淇℃伅 20 鏀舵淇℃伅 */
+    searchType?: number;
+    /** 褰撳墠浜篒d */
+    userId?: string;
+    /** 璁㈠崟绛剧害Id */
+    orderSignId?: string;
+    /** 鐘舵�� 10鏈畬鎴� 20宸插畬鎴� */
+    status?: number;
+    startDateTime?: string;
+    endDateTime?: string;
+    enterinessName?: string;
+  }
+
+  interface GetParkApplyCompanyStepTwoListInput {
+    pageModel?: Pagination;
+    parkBountyApplyId?: string;
+    searchKeyWord?: string;
+    /** 鍩烘湰鎴锋槸鍚﹀凡瀹屽杽 */
+    bankIsVerify?: boolean;
+    /** 钀ヤ笟鎵х収鏄惁宸插畬鍠� */
+    enterpriseIsVerify?: boolean;
+    /** 閫夋嫨鍏徃Id */
+    removeCompanyIds?: string[];
+  }
+
+  interface GetParkBountyApplyFileInput {
+    parkBountyApplyId?: string;
+    companyId?: string;
+  }
+
+  interface GetParkBountyApplyFileOutput {
+    /** 鍥尯绫诲瀷 */
+    parkType?: string;
+    /** 鍥尯鍏ラ┗鍗忚 */
+    parkEnterPactUrl?: string;
+    /** 瀹岀◣璇佹槑 */
+    ratePaymentFileUrl?: string;
+    /** 浼佷笟缂寸◣鏄庣粏姹囨�昏〃 */
+    taxSubFileUrl?: string;
+    /** 浼佷笟缁忚惀鍒╂鼎琛� */
+    operateProfitesUrl?: string;
+    /** 鍏ラ┗鍏宠仈璇存槑 */
+    personTaxInstructUrl?: string;
+    /** C绔釜绋庡畬绋庢儏鍐佃鏄� */
+    personTaxRatePayUrl?: string;
+  }
+
+  interface GetParkBountyApplyInfoInput {
+    pageModel?: Pagination;
+    parkBountyApplyId?: string;
+    /** 浼佷笟鍚�/淇$敤浠g爜 */
+    searchKeyWord?: string;
+    /** 鍩烘湰鎴锋槸鍚﹀凡瀹屽杽 */
+    bankIsVerify?: boolean;
+    /** 钀ヤ笟鎵х収鏄惁宸插畬鍠� */
+    enterpriseIsVerify?: boolean;
+  }
+
+  interface GetParkBountyApplyListInput {
+    pageModel?: Pagination;
+    /** 鐢宠鎵规鍙� */
+    batchNo?: string;
+    /** 鐢宠璧峰鏃ユ湡 */
+    creationTimeBegin?: string;
+    /** 鐢宠缁撴潫鏃ユ湡 */
+    creationTimeEnd?: string;
+    /** 鍙戞斁璧峰鏃ユ湡 */
+    settleTimeBegin?: string;
+    /** 鍙戞斁缁撴潫鏃ユ湡 */
+    settleTimeEnd?: string;
+    /** 鎷ㄤ粯璧峰鏃ユ湡 */
+    financeTimeBegin?: string;
+    /** 鎷ㄤ粯缁撴潫鏃ユ湡 */
+    financeTimeEnd?: string;
+    /** 鍏ヨ处璧峰鏃ユ湡 */
+    incomeTimeBegin?: string;
+    /** 鍏ヨ处缁撴潫鏃ユ湡 */
+    incomeTimeEnd?: string;
+    /** 澶栭儴瀹℃牳璧峰鏃ユ湡 */
+    outCheckTimeBegin?: string;
+    /** 澶栭儴瀹℃牳缁撴潫鏃ユ湡 */
+    outCheckTimeEnd?: string;
+    outCheckStatus?: BountyCheckStatusEnum;
+    inCheckStatus?: BountyCheckStatusEnum;
+    settleStatus?: SettleStatusEnum;
+    incomeStatus?: IncomeStatusEnum;
+    financeStatus?: FinanceStatusEnum;
+  }
+
+  interface GetParkBountyApplyListOutput {
+    id?: string;
+    /** 鐢宠鎵规鍙� */
+    batchNo?: string;
+    /** 鍏ヨ处鏃堕棿 */
+    incomeTime?: string;
+    /** 鐢宠鍥尯Id */
+    parkId?: string;
+    /** 鐢宠鍥尯 */
+    parkName?: string;
+    /** 鐢宠鍥尯绫诲瀷 */
+    parkTypeName?: string;
+    /** 鐢宠濂栧姳閲戞湀浠� */
+    applyMonth?: string;
+    /** 濂栧姳閲戞眹鎬婚噾棰� */
+    applySumAmount?: number;
+    /** 鐢宠鏃ユ湡 */
+    creationTime?: string;
+    settleStatus?: SettleStatusEnum;
+    /** 鍙戞斁鏃ユ湡 */
+    settleTime?: string;
+    incomeStatus?: IncomeStatusEnum;
+    inCheckStatus?: BountyCheckStatusEnum;
+    /** 鍐呴儴瀹℃牳鏃ユ湡 */
+    inCheckTime?: string;
+    outCheckStatus?: BountyCheckStatusEnum;
+    /** 澶栭儴瀹℃牳鏃ユ湡 */
+    outCheckTime?: string;
+    /** 鍙戞斁鍑瘉 */
+    settleFileUrl?: string;
+    financeStatus?: FinanceStatusEnum;
+    /** 璐㈡斂鍙戞斁鏃堕棿 */
+    financeTime?: string;
+    /** 璐㈡斂鍙戞斁鍑瘉 */
+    financeFileUrl?: string;
+    /** 鍏呭�奸噾棰� */
+    settleSumAmount?: number;
+    /** 璐㈡斂鍙戞斁閲戦 */
+    financeSumAmount?: number;
+  }
+
+  interface GetParkBountyApplyListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetParkBountyApplyListOutput[];
+  }
+
+  interface GetParkBountyApplyTransferInfoInput {
+    pageModel?: Pagination;
+    parkBountyApplyId?: string;
+    /** 浼佷笟鍚�/淇$敤浠g爜 */
+    searchKeyWord?: string;
+    transferToStatus?: TransferToStatusEnum;
+    financeToStatus?: FinanceStatusEnum;
+  }
+
+  interface GetParkBountyTradeDetailByIdInput {
+    pageModel?: Pagination;
+    /** 浼佷笟鍚�/淇$敤浠g爜 */
+    searchKeyWord?: string;
+    /** 鐢宠璧峰鏃ユ湡 */
+    creationTimeBegin?: string;
+    /** 鐢宠缁撴潫鏃ユ湡 */
+    creationTimeEnd?: string;
+    /** 鍑鸿处璧峰鏃ユ湡 */
+    transferTimeBegin?: string;
+    /** 鍑鸿处缁撴潫鏃ユ湡 */
+    transferTimeEnd?: string;
+    enterpriseId?: string;
+  }
+
+  interface GetParkBountyTradeDetailOutput {
+    id?: string;
+    /** 鏈�杩戝嚭璐﹂噾棰� */
+    tradeAmount?: number;
+    /** 鍑鸿处鍑瘉 */
+    payFileUrl?: string;
+    /** 娑堣垂绫诲瀷 */
+    payRemark?: string;
+    /** 鍑鸿处鏃堕棿 */
+    tradeTime?: string;
+    /** 濂栧姳閲戜綑棰� */
+    remianAmount?: number;
+    financeType?: FinanceTypeEnum;
+  }
+
+  interface GetParkBountyTradeDetailOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetParkBountyTradeDetailOutput[];
+  }
+
+  interface GetParkBountyTradeInput {
+    pageModel?: Pagination;
+    /** 浼佷笟鍚�/淇$敤浠g爜 */
+    searchKeyWord?: string;
+    /** 鐢宠璧峰鏃ユ湡 */
+    creationTimeBegin?: string;
+    /** 鐢宠缁撴潫鏃ユ湡 */
+    creationTimeEnd?: string;
+    /** 鍑鸿处璧峰鏃ユ湡 */
+    transferTimeBegin?: string;
+    /** 鍑鸿处缁撴潫鏃ユ湡 */
+    transferTimeEnd?: string;
+  }
+
+  interface GetParkBountyTradeOutput {
+    enterpriseId?: string;
+    /** 璐﹀彿 */
+    userName?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 鐢佃瘽 */
+    contactPhone?: string;
+    /** 绀句細缁熶竴淇$敤浠g爜 */
+    societyCreditCode?: string;
+    authType?: EnterpriseTypeEnum;
+    /** 鏈�杩戝嚭璐﹂噾棰� */
+    tradeAmount?: number;
+    /** 鍑鸿处鏃堕棿 */
+    tradeTime?: string;
+    /** 濂栧姳閲戜綑棰� */
+    remianAmount?: number;
+    /** 鐢宠鍥尯 */
+    parkName?: string;
+    /** 鐢宠鍥尯绫诲瀷 */
+    parkTypeName?: string;
+  }
+
+  interface GetParkBountyTradeOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetParkBountyTradeOutput[];
+  }
+
+  interface GetParkCustomerBountyApplyOutput {
+    id?: string;
+    /** 鐢宠鎵规鍙� */
+    batchNo?: string;
+    /** 鐢宠鏃ユ湡 */
+    creationTime?: string;
+    inCheckStatus?: BountyCheckStatusEnum;
+    /** 鍐呴儴瀹℃牳鏃ユ湡 */
+    inCheckTime?: string;
+    outCheckStatus?: BountyCheckStatusEnum;
+    /** 澶栭儴瀹℃牳鏃ユ湡 */
+    outCheckTime?: string;
+  }
+
+  interface GetParkCustomerBountyApplyOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetParkCustomerBountyApplyOutput[];
+  }
+
+  interface GetParkCustomerBountyConsumptionOutput {
+    id?: string;
+    /** 濂栧姳閲戞秷璐规棩鏈� */
+    payDateTime?: string;
+    /** 娑堣垂閲戦 */
+    amount?: number;
+    /** 娑堣垂绫诲瀷 */
+    payRemark?: string;
+    /** 濂栧姳閲戜綑棰� */
+    remianAmount?: number;
+    /** 鍑瘉 */
+    payFileUrl?: string;
+    payFileUrls?: string[];
+  }
+
+  interface GetParkCustomerBountyConsumptionOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetParkCustomerBountyConsumptionOutput[];
+  }
+
+  interface GetParkCustomerBountyGrantOutput {
+    id?: string;
+    /** 鐢宠鎵规鍙� */
+    batchNo?: string;
+    /** 鐢虫姤鎬婚 */
+    applySumAmount?: number;
+    /** 骞冲彴鍏呭�煎叆璐︽椂闂� */
+    transferToTime?: string;
+    transferToStatus?: TransferToStatusEnum;
+    /** 骞冲彴鍏呭�奸噾棰� */
+    transferToAmount?: number;
+    /** 骞冲彴鍏呭�煎叆璐﹀嚟璇� */
+    transferToFileUrl?: string;
+    /** 璐㈡斂鎷ㄤ粯閲戦 */
+    financeToAmount?: number;
+    /** 璐㈡斂鎷ㄤ粯鍏ヨ处鏃堕棿 */
+    financeToTime?: string;
+    /** 璐㈡斂鎷ㄤ粯鍙戞斁鏃ユ湡 */
+    financeTime?: string;
+    /** 骞冲彴鍏呭�煎彂鏀炬棩鏈� */
+    settleTime?: string;
+    financeToStatus?: FinanceStatusEnum;
+    /** 鎷ㄤ粯鍏ヨ处鍑瘉 */
+    financeToFileUrl?: string;
+  }
+
+  interface GetParkCustomerBountyGrantOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetParkCustomerBountyGrantOutput[];
+  }
+
+  interface GetParkCustomerManageDetailOutput {
+    id?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 淇$敤浠g爜 */
+    societyCreditCode?: string;
+    enterpriseType?: EnterpriseTypeEnum;
+    industrialParkId?: string;
+    /** 鎵�灞炲洯鍖� */
+    industrialParkName?: string;
+    /** 鍥尯绫诲瀷 */
+    parkTypeId?: string;
+    /** 鍥尯绫诲瀷鍚嶇О */
+    parkTypName?: string;
+    /** 钀ヤ笟鎵х収 */
+    licenseUrl?: string;
+    /** 閾惰鎬昏鍚嶇О */
+    bankName?: string;
+    /** 閾惰鏀鍚嶇О */
+    bankBranchName?: string;
+    /** 閾惰鍗″彿 */
+    bankCardNumber?: string;
+  }
+
+  interface GetParkCustomerManageOutput {
+    id?: string;
+    /** 甯愬彿 */
+    userName?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鐢佃瘽 */
+    phoneNumber?: string;
+    enterpriseType?: EnterpriseTypeEnum;
+    industrialParkId?: string;
+    /** 鎵�灞炲洯鍖� */
+    industrialParkName?: string;
+    /** 鍥尯绫诲瀷 */
+    parkTypeId?: string;
+    /** 鍥尯绫诲瀷鍚嶇О */
+    parkTypName?: string;
+    /** 钀ヤ笟鎵х収鏄惁宸插畬鍠� */
+    licenseIsVerify?: boolean;
+    /** 浼佷笟淇℃伅鏄惁宸插畬鍠� */
+    enterpriseIsVerify?: boolean;
+    bankName?: string;
+    bankBranchName?: string;
+    bankCardNumber?: string;
+    bankIsVerify?: boolean;
+    /** 鐢虫姤娆℃暟 */
+    applyCount?: number;
+    /** 鏈�杩戠敵鎶� */
+    lastApplyTime?: string;
+    /** 鍙戞斁娆℃暟 */
+    payCount?: number;
+    /** 鏈�杩戝彂鏀炬椂闂� */
+    lastPayTime?: string;
+    /** 鍙戞斁鎬婚 */
+    bountySumAmount?: number;
+    /** 濂栧姳閲戜綑棰� */
+    bountyAmount?: number;
+  }
+
+  interface GetParkCustomerManageOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetParkCustomerManageOutput[];
+  }
+
+  interface GetParkOrHRInfoByUserInput {
+    categoryId?: string;
+    userId?: string;
+  }
+
+  interface GetParkRewardApplyFollowInput {
+    pageModel?: Pagination;
+    status?: ParkRewardApplyStatusEnum;
+    /** 鍜ㄨId */
+    id?: string;
+  }
+
+  interface GetParkRewardApplyInput {
+    pageModel?: Pagination;
+    /** 鍏徃鍚嶇О/鎵嬫満鍙� */
+    seachKey?: string;
+    status?: ParkRewardApplyStatusEnum;
+    beginCreationTime?: string;
+    endCreationTime?: string;
+  }
+
+  interface GetParkRewardInput {
+    pageModel?: Pagination;
+    rewardType?: RewardTypeEnum;
+    status?: ParkRewardStatusEnum;
+    /** 濂栧姳鍚嶇О */
+    rewardName?: string;
   }
 
   interface GetPermissionListResultDto {
@@ -636,10 +8325,1162 @@
     groups?: PermissionGroupDto[];
   }
 
+  interface GetPersonalCredentialDataResponse {
+    contactMobile?: string;
+    address?: string;
+    province?: string;
+    identityType?: string;
+    city?: string;
+    identity?: string;
+    name?: string;
+    contactMail?: string;
+  }
+
+  interface GetPersonalCredentialDataResponseBestSignOutputBase {
+    errno?: string;
+    errmsg?: string;
+    cost?: string;
+    data?: GetPersonalCredentialDataResponse;
+  }
+
+  interface GetPersonalUsersInput {
+    pageModel?: Pagination;
+    /** 鏌ヨ鏉′欢锛氬悕绉�/鎵嬫満鍙� */
+    queryCondition?: string;
+  }
+
+  interface GetPhoneNumberInfo {
+    phoneNumber?: string;
+    idNumber?: string;
+    /** 濮撳悕 */
+    name?: string;
+    staffId?: string;
+    /** 鏈夋棤鏈夋晥鎶曚繚 */
+    hasValidInsured?: boolean;
+  }
+
+  interface GetPlaformServicePayQRCodeInput {
+    /** 骞冲彴鏈嶅姟鏀粯Id */
+    plaformServicePayId?: string;
+    payType?: PayTypeEnum;
+    platformServiceType?: PlatformServiceTypeEnum;
+  }
+
+  interface GetPlatFormPurchasesInput {
+    pageModel?: Pagination;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 璐拱璧峰鏃ユ湡 */
+    purchaseMinDate?: string;
+    /** 璐拱鎴鏃ユ湡 */
+    purchaseMaxDate?: string;
+    /** 鎴愪氦璧峰鏃ユ湡 */
+    fixtureMinDate?: string;
+    /** 鎴愪氦鎴鏃ユ湡 */
+    fixtureMaxDate?: string;
+    /** 鎴愪氦鏈�灏忛噾棰� */
+    minAmount?: number;
+    /** 鎴愪氦鏈�澶ч噾棰� */
+    maxAmount?: number;
+    /** 鏌ヨ鏉′欢锛氫拱瀹跺悕绉�/鍗栧鍚嶇О/浜у搧鍚嶇О */
+    queryCondition?: string;
+  }
+
+  interface GetPlatIncomeRechargeAccountOutput {
+    bankNumber?: string;
+    bankName?: string;
+    bankBranchName?: string;
+    bankAccountName?: string;
+  }
+
+  interface GetProductAdvertiseByCategoryInput {
+    pageModel?: Pagination;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 鏌ヨ鏉′欢锛氫骇鍝佸悕绉�/鏈嶅姟鍟嗗悕绉� */
+    queryCondition?: string;
+    tags?: string[];
+    provinceCode?: number;
+  }
+
+  interface GetProductAdvertisesForManageInput {
+    pageModel?: Pagination;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 鏌ヨ鏉′欢锛氫骇鍝佸悕绉�/鏈嶅姟鍟嗗悕绉� */
+    queryCondition?: string;
+  }
+
+  interface GetProductByCategoryInput {
+    pageModel?: Pagination;
+    categoryId?: string;
+    userId?: string;
+    provinceCode?: number;
+    /** 鏌ヨ鏉′欢锛氫骇鍝佸悕绉�/鏈嶅姟鍟嗗悕绉� */
+    queryCondition?: string;
+    tags?: string[];
+  }
+
+  interface GetProductForHomePageInput {
+    pageModel?: Pagination;
+    categoryId?: string;
+    userId?: string;
+  }
+
+  interface GetProductsForManageInput {
+    pageModel?: Pagination;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 鐘舵�侊細10閫氳繃锛堟樉绀轰腑锛夛紝-20宸蹭笅鏋� */
+    status?: number;
+    /** 鏄惁骞垮憡鍖� */
+    isOnAdvertise?: boolean;
+    /** 鍙戝竷璧峰鏃堕棿 */
+    publishStartDate?: string;
+    /** 鍙戝竷姝㈡椂闂� */
+    publishEndDate?: string;
+    /** 鏌ヨ鏉′欢锛氫骇鍝佸悕绉�/鏈嶅姟鍟嗗悕绉� */
+    queryCondition?: string;
+  }
+
+  interface GetProductsWaitForCheckInput {
+    pageModel?: Pagination;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 鐘舵�侊細0鎻愪氦寰呭鏍革紝-10椹冲洖 */
+    status?: number;
+    /** 鍙戝竷璧峰鏃堕棿 */
+    publishStartDate?: string;
+    /** 鍙戝竷姝㈡椂闂� */
+    publishEndDate?: string;
+    /** 鏌ヨ鏉′欢锛氫骇鍝佸悕绉�/鏈嶅姟鍟嗗悕绉� */
+    queryCondition?: string;
+  }
+
+  interface GetRewardPercentagesInput {
+    /** 鎺掑簭淇℃伅锛氶粯璁ゆ寜Up涓荤瓑绾э細UpLevel鍗囧簭 */
+    orderInput?: OrderInput[];
+  }
+
   interface GetRolesInput {
     pageModel?: Pagination;
     /** 鏌ヨ鏉′欢锛氳鑹插悕绉� */
     queryCondition?: string;
+  }
+
+  interface GetSearchSettingList {
+    id?: string;
+    parentId?: string;
+    parentName?: string;
+    /** 鎵�灞炵被鍒� 10鍥尯 20浜鸿祫浼佷笟 */
+    belongType?: number;
+    /** 鍚嶇О */
+    name?: string;
+    /** 鎺掑簭 */
+    sort?: number;
+    /** 鐘舵�� 1鏄剧ず 0绂佺敤 */
+    status?: boolean;
+    /** 琚偣鍑绘鏁� */
+    clickCount?: number;
+    src?: string;
+    /** 鎺ㄨ崘 */
+    isRecommend?: boolean;
+  }
+
+  interface GetSearchSettingListInput {
+    pageModel?: Pagination;
+    /** 鎼滅礌绠$悊 10鐑悳璇� 20鏈嶅姟绫诲瀷 30宸ョ 40鍥尯绫诲瀷 50璧勮娲诲姩绫诲瀷 60鏀跨瓥棰佸竷鏈烘瀯 70鍖哄煙绠$悊 80浜у搧绫诲瀷 90闇�姹傜被鍨� 100闇�姹傝寖鍥�
+110 鍛樺伐绂忓埄 120琛屼笟绫诲瀷 130 鐚庡ご 140 鍜ㄨ绫诲埆 150 甯姪绫诲瀷 160 浜鸿祫琛屼笟绫诲瀷 */
+    searchType: number;
+    /** 鎵�灞炵被鍒� 10鍥尯 20浜鸿祫浼佷笟 */
+    belongType?: number;
+    /** 鍚嶇О */
+    name?: string;
+    /** 鎺ㄨ崘 */
+    isRecommend?: boolean;
+    /** 鏄惁鏄剧ず */
+    status?: boolean;
+    /** 琛屼笟绫诲埆 */
+    parentId?: string;
+  }
+
+  interface GetSearchSettingListPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetSearchSettingList[];
+  }
+
+  interface GetSignContractToOrderInput {
+    pageModel?: Pagination;
+    /** 璁㈠崟绛剧害Id */
+    orderSignId?: string;
+    /** 鑾峰彇绫诲瀷 10鎴戝彂璧风殑 20 鎴戞敹鍒扮殑 */
+    searchType?: number;
+    /** 褰撳墠浜篒d */
+    userId?: string;
+    /** 绛剧害鐘舵�� 1寰呯‘璁� 10寰呯绾� 20宸茬缃� 50宸叉嫆缁� */
+    status?: number;
+    startDateTime?: string;
+    endDateTime?: string;
+    enterinessName?: string;
+  }
+
+  interface GetSignContractToOrderOutput {
+    /** 绛剧害Id */
+    orderSignId?: string;
+    /** 鍚堝悓缂栧彿 */
+    contactNo?: string;
+    fromUserId?: string;
+    /** 鐢叉柟浼佷笟鍚嶇О */
+    fromEnternissName?: string;
+    /** 鐢叉柟鍙戞斁 */
+    fromLegalPersonName?: string;
+    /** 鐢叉柟浼佷笟淇$敤浠g爜 */
+    fromEnternissSecoic?: string;
+    /** 鐢叉柟鑱旂郴浜� */
+    fromContracter?: string;
+    /** 鐢叉柟鑱旂郴鐢佃瘽 */
+    fromContractPhone?: string;
+    fromAddress?: string;
+    fromSignDateTime?: string;
+    toUserId?: string;
+    /** 涔欐柟浼佷笟鍚嶇О */
+    toEnternissName?: string;
+    /** 涔欐柟娉曚汉 */
+    toLegalPersonName?: string;
+    /** 涔欐柟浼佷笟淇$敤浠g爜 */
+    toEnternissSecoic?: string;
+    /** 涔欐柟鑱旂郴浜� */
+    toContracter?: string;
+    /** 涔欐柟鑱旂郴鐢佃瘽 */
+    toContractPhone?: string;
+    toAddress?: string;
+    /** 浼佷笟鏀舵寮�鎴峰悕绉� */
+    toUserBankEnterName?: string;
+    /** 璐︽埛绫诲瀷 10閾惰 20鏀粯瀹� */
+    toUserAccountType?: number;
+    /** 鏀舵璐︽埛鎵�灞為摱琛� */
+    toUserBankName?: string;
+    /** 鏀舵寮�鎴锋敮琛� */
+    toUserBankRamus?: string;
+    /** 鏀舵璐﹀彿 */
+    toUserBankAccoutNo?: string;
+    toLongUrl?: string;
+    toShortUrl?: string;
+    /** 鍚堝悓Id */
+    contractId?: string;
+    /** 鏈敮浠樻潯鏁� */
+    waitPayCount?: number;
+    /** 鏀粯淇℃伅鏉℃暟 */
+    payCount?: number;
+    /** 鍗忚浠樻鐘舵�� 10杩涜涓�/浜ゆ槗涓� 20宸插畬鎴�/宸茬粨鏉� 50宸插叧闂� */
+    payStatus?: number;
+    /** 绛剧害鐘舵�� 10寰呯绾� 20宸茬绾� 50宸叉嫆缁� */
+    orderSignStatus?: number;
+    /** 绛剧害鐘舵�� 1寰呬箼鏂圭‘璁� 2寰呮垜纭 11寰呮垜绛剧害  12寰呯敳鏂圭绾�  30宸茬绾�  50宸叉嫆缁� */
+    signStatus?: number;
+    /** 鍙戦�佹棩鏈� */
+    creationTime?: string;
+    /** 鍚堝悓鍦板潃 */
+    contractUrl?: string;
+    /** 鍗忚璧峰鏃ユ湡 */
+    pactStartDate?: string;
+    /** 鍗忚鎴鏃ユ湡 */
+    pactEndDate?: string;
+    fromStatus?: number;
+    toStatus?: number;
+  }
+
+  interface GetSignContractToOrderOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetSignContractToOrderOutput[];
+  }
+
+  interface GetSignCostListInput {
+    pageModel?: Pagination;
+    /** 鐢ㄦ埛Id */
+    companyId?: string;
+    /** 璐圭敤绫诲瀷 10鐭俊璐圭敤 20瀹炲悕鐢ㄩ噺 30鐢靛瓙绛剧敤閲� 40缁熶竴鐢靛瓙绛� */
+    costType?: number;
+  }
+
+  interface GetSignMergeCostListOutput {
+    /** 鍙戠敓鏃堕棿 */
+    creationTime?: string;
+    /** 濮撳悕 */
+    name?: string;
+    /** 鐭俊绫诲瀷 10涓夎绱犺璇� */
+    verifyType?: number;
+    /** 鐢佃瘽鍙风爜 */
+    phone?: string;
+    /** 璐圭敤 */
+    cost?: number;
+  }
+
+  interface GetSignMergeCostListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetSignMergeCostListOutput[];
+  }
+
+  interface GetSignMessageCostListOutput {
+    /** 鍙戠敓鏃堕棿 */
+    creationTime?: string;
+    /** 鎵嬫満鍙� */
+    phone?: string;
+    /** 鐭俊绫诲瀷 10绛剧害鐭俊 20鐧昏鐭俊 */
+    messageType?: number;
+    /** 鐭俊閫氶亾 10涓婁笂绛� 20闃块噷浜� */
+    messageChannel?: number;
+    /** 璐圭敤 */
+    cost?: number;
+  }
+
+  interface GetSignMessageCostListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetSignMessageCostListOutput[];
+  }
+
+  interface GetSignOrderToPayDto {
+    id?: string;
+    /** 绾﹀畾浠樻鏃ユ湡 */
+    payDrawDate?: string;
+    /** 璐圭敤鏄庣粏琛� */
+    feeSubFile?: string;
+    /** 璐圭敤鏄庣粏鏂囦欢涓婁紶鐘舵�� 10鏈笂浼� 20宸蹭笂浼� 30宸茬‘璁� 40宸叉嫆缁� */
+    feeSubFileStatus?: number;
+    /** 鍙戠エ鐘舵�� 10寰呬箼鏂瑰紑鍏� 20寰呯‘璁� 30宸茬‘璁�  40宸叉嫆缁� */
+    invoiceStatus?: number;
+    /** 鍙戠エ鏂囦欢 */
+    invoiceFile?: string;
+    /** 瀵瑰叕鏀粯鐘舵�� 10寰呯敳鏂规敮浠� 15 鏀粯涓� 20宸叉敮浠� */
+    businessPayStatus?: number;
+    /** 鍙戣柂鐘舵��  10寰呬箼鏂瑰彂钖� 15鍙戣柂涓� 20宸插彂钖� */
+    settleFinalStatus?: number;
+    /** 鍒涘缓鏃堕棿 */
+    creationTime?: string;
+    /** 鍏鍏敮浠樻祦姘村彿 */
+    businessPayNo?: string;
+    /** 鎵归噺鍙戞斁娴佹按鍙� */
+    settleNo?: string;
+    singleTransStatus?: WalletTransactionStatusEnum;
+    batchTransStatus?: BatchIssuanceRegulatorsStatusEnum;
+  }
+
+  interface GetSignRealNameCostListOutput {
+    /** 鍙戠敓鏃堕棿 */
+    creationTime?: string;
+    /** 濮撳悕 */
+    name?: string;
+    /** 鐭俊绫诲瀷 10涓夎绱犺璇� */
+    verifyType?: number;
+    /** 璐圭敤 */
+    cost?: number;
+    /** 鐢佃瘽鍙风爜 */
+    phone?: string;
+  }
+
+  interface GetSignRealNameCostListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetSignRealNameCostListOutput[];
+  }
+
+  interface GetTagsInput {
+    /** 绫诲瀷锛�0浜у搧鏍囩锛�1璧勮鏍囩锛�3蹇嵎璇勮鏍囩 */
+    type?: number;
+    categoryType?: number;
+    /** 鎺掑簭淇℃伅锛氶粯璁ゆ寜Sequence鍗囧簭 */
+    orderInput?: OrderInput[];
+  }
+
+  interface GetTemplateInfoInput {
+    /** 妯$増缂栧彿 涓婁笂绛惧紑鏀惧钩鍙扮殑妯$増绠$悊鍒楄〃鑾峰彇锛屾垨鑰呴�氳繃鈥滆幏鍙栧紑鍙戣�呮ā鐗堝垪琛ㄢ�濇帴鍙h幏鍙� */
+    tid?: string;
+  }
+
+  interface GetTemplateVarsDto {
+    newId?: string;
+    type?: string;
+    pageNum?: string;
+    name?: string;
+    x?: string;
+    y?: string;
+    tag?: string;
+    dateTimeFormat?: string;
+    maxLength?: string;
+  }
+
+  interface GetTemplateVarsSubNodeTemplateDto {
+    fid?: string;
+    pageCount?: string;
+    fileName?: string;
+    title?: string;
+    tid?: string;
+    templateVars?: GetTemplateVarsDto[];
+  }
+
+  interface GetTencentUserInput {
+    pageModel?: Pagination;
+    /** 鑵捐鐨勮亰澶︰SERID */
+    tencentUserId?: string;
+    userName?: string;
+  }
+
+  interface GetTypeSearchSettingList {
+    id?: string;
+    /** 鍚嶇О */
+    name?: string;
+    /** 鍥剧墖 */
+    src?: string;
+  }
+
+  interface GetTypeSearchSettingListInput {
+    /** 鎼滅礌绠$悊 10鐑悳璇� 20鏈嶅姟绫诲瀷 30宸ョ 40鍥尯绫诲瀷 50璧勮娲诲姩绫诲瀷 60鏀跨瓥棰佸竷鏈烘瀯 70鍖哄煙绠$悊 80浜у搧绫诲瀷 90闇�姹傜被鍨� 100闇�姹傝寖鍥�
+110 鍛樺伐绂忓埄 120琛屼笟绫诲瀷 130 鐚庡ご 140 鍜ㄨ绫诲埆 150 甯姪绫诲瀷 160 浜鸿祫琛屼笟绫诲瀷 */
+    searchType: number;
+    /** 鎵�灞炵被鍒� 10鍥尯 20浜鸿祫浼佷笟 */
+    belongType?: number;
+  }
+
+  interface GetUserAccountDto {
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 鏀舵璐﹀彿 */
+    account?: string;
+    /** 璐﹀彿鏀 */
+    bankBranch?: string;
+  }
+
+  interface GetUserAttestationsInput {
+    pageModel?: Pagination;
+    /** 璁よ瘉绫诲瀷锛�1涓轰紒涓氾紝2涓轰釜浜� */
+    type?: number;
+    /** 10 浜鸿祫鍏徃 20 鍥尯缁忚惀 30 鐢ㄥ伐鍗曚綅 40 姘戣惀浼佷笟 */
+    authType?: number;
+    /** 鐘舵�侊細0鎻愪氦寰呭鏍革紝1锛屽畬鍠勪腑 2锛� 宸插畬鍠� 9锛� 鎻愪氦瀹℃牳  10閫氳繃锛�-10椹冲洖 -20 绂佺敤 -30 鏈璇� */
+    status?: number;
+    /** 娉ㄥ唽璧峰鏃ユ湡 */
+    registStartDate?: string;
+    /** 娉ㄥ唽鎴鏃ユ湡 */
+    registEndDate?: string;
+    /** 鎻愪氦璁よ瘉璧峰鏃堕棿 */
+    attestateStartDate?: string;
+    /** 鎻愪氦璁よ瘉鎴鏃堕棿 */
+    attestateEndDate?: string;
+    /** 鏌ヨ鏉′欢锛氬鎴峰悕绉�/鑱旂郴浜�/鎵嬫満鍙� */
+    queryCondition?: string;
+  }
+
+  interface GetUserBaseEnterpriseInfoOutput {
+    /** 濂栧姳閲戜綑棰� */
+    bountyAmount?: number;
+    /** 鍏呭�间綑棰� */
+    rechargeAmount?: number;
+    enterpriseName?: string;
+    societyCreditCode?: string;
+    licenseUrl?: string;
+    enterpriseIsVerify?: boolean;
+    bankName?: string;
+    bankBranchName?: string;
+    bankCardNumber?: string;
+    bankIsVerify?: boolean;
+  }
+
+  interface GetUserBaseInfoDataResponse {
+    /** 鐢ㄦ潵鎺ユ敹閫氱煡閭欢鐨勭數瀛愰偖绠� */
+    mail?: string;
+    /** 涓汉涓哄鍚嶏紝 浼佷笟涓轰紒涓氬悕绉� */
+    name?: string;
+    /** 鐢ㄦ潵鎺ユ敹閫氱煡鐭俊鐨勬墜鏈哄彿鐮� */
+    mobile?: string;
+    /** 鏋氫妇鍊硷細1-涓汉 2-浼佷笟 */
+    userType?: string;
+    /** 鐢ㄦ埛鍞竴璐﹀彿锛屽彲浠ユ槸鎵嬫満鍙风爜锛岄偖绠憋紝韬唤璇佸彿鐮佺瓑 */
+    account?: string;
+  }
+
+  interface GetUserBaseInfoDataResponseBestSignOutputBase {
+    errno?: string;
+    errmsg?: string;
+    cost?: string;
+    data?: GetUserBaseInfoDataResponse;
+  }
+
+  interface GetUserCertInfoDataResponse {
+    /** 鐢ㄦ埛鍞竴鏍囪瘑 */
+    account?: string;
+    /** 璇佷功缂栧彿 */
+    certId?: string;
+    /** 璇佷功涓婚锛屽嵆璇ヨ瘉涔︿唬琛ㄧ殑涓汉鎴栦紒涓氱殑鍚嶇О绛変俊鎭�,璇佷功涓婚锛屽嵆璇ヨ瘉涔︿唬琛ㄧ殑涓汉鎴栦紒涓氱殑鍚嶇О绛変俊鎭� */
+    subjectDN?: string;
+    /** 棰佸彂鏈烘瀯 */
+    issuerDN?: string;
+    /** 鏈夋晥鏈熷紑濮嬫椂闂� */
+    startTime?: string;
+    /** 鏈夋晥鏈熸埅姝㈡椂闂� */
+    stopTime?: string;
+    /** 鍚婇攢鏃ユ湡锛屾甯镐娇鐢ㄤ腑鐨勮瘉涔︽棤姝ら」鍐呭 */
+    revokedTime?: string;
+    /** 鍚婇攢鍘熷洜锛屾甯镐娇鐢ㄤ腑鐨勮瘉涔︽棤姝ら」鍐呭 */
+    revokedReason?: string;
+    /** 鐘舵�佺爜 1锛� -2 */
+    status?: string;
+    /** 鐘舵�佹弿杩帮紝1锛氭縺娲伙紝 -2锛氬悐閿� */
+    statusMsg?: string;
+  }
+
+  interface GetUserCertInfoDataResponseBestSignOutputBase {
+    errno?: string;
+    errmsg?: string;
+    cost?: string;
+    data?: GetUserCertInfoDataResponse;
+  }
+
+  interface GetUserContractCreateInput {
+    /** 鏂囦欢缂栧彿 涓婁紶鍚堝悓鏂囦欢寰楀埌鐨勬枃浠剁紪鍙� */
+    fid?: string;
+    /** 绛剧讲鑰呰处鍙� 鎸囧畾缁欏摢涓敤鎴风湅锛堝繀椤绘槸鍚堝悓鍙備笌鑰呮墠鏈夋潈闄愰瑙� */
+    account?: string;
+    /** 閾炬帴鏈夋晥鏈� 鍚�  棰勮閾炬帴鐨勮繃鏈熸椂闂达紝unix鏃堕棿鎴炽�傛牸寮忎负绉掔骇鐨剈nix鏃堕棿鎴筹紝濡傚笇鏈涒��2017/12/30 10:21:52鈥濆埌鏈燂紝鍒欒缃负鈥�1514600512鈥濄�� */
+    expireTime?: string;
+    /** 鍚堝悓鏍囬 */
+    title?: string;
+    /** 鍚堝悓鎻忚堪 鍚� */
+    description?: string;
+    /** 鐑瓨鍛ㄦ湡 鍚� */
+    hotStoragePeriod?: string;
+  }
+
+  interface GetUserContractGetInfoResponse {
+    /** 鏂囦欢缂栧彿 */
+    fid?: string;
+    /** 鍚堝悓鐨勫畬鎴愭椂闂� */
+    finishTime?: string;
+    /** 鏂囦欢绫诲瀷 鍚� 濡侾DF绛� */
+    senderAccount?: string;
+    /** 鍚堝悓鐨勫彂閫佹椂闂� 娣诲姞绗竴涓缃茶�呯殑鏃堕棿锛屽綋绗竴涓缃茶�呮坊鍔犳垚鍔熷嵆璁や负鍚堝悓宸插彂閫� */
+    sendTime?: string;
+    /** 鎬婚〉鏁� */
+    signers?: string;
+    /** 寮�鍙戣�呯紪鍙� */
+    developerId?: string;
+    /** 鍚堝悓缂栧彿 */
+    contractId?: string;
+    /** 鍒犻櫎鏍囪 0-鏈垹闄� 1-宸插垹闄� */
+    isDel?: string;
+    /** 鍚堝悓鐘舵�� 鍚堝悓鐘舵�侊紝鏋氫妇鍊硷細2锛氬凡鍒涘缓锛�3锛氬凡鍙戦�侊紝姝e湪绛剧讲涓紱4锛氭嫆缁濈缃�,宸插彇娑堬紱5锛氬凡瀹屾垚锛�9锛氬凡杩囨湡锛�99锛氬悎鍚屾娴嬫棤鏁� */
+    status?: string;
+    /** 鐢ㄦ埛id 鍗冲垱寤鸿�呯殑account鍦ㄤ笂涓婄绯荤粺鍐呯殑鐢ㄦ埛id */
+    userId?: string;
+    /** 鎬婚〉鏁� */
+    pages?: string;
+    /** 鍚堝悓鏍囬 */
+    title?: string;
+    /** 鍚堝悓鍐呭鎻忚堪 */
+    description?: string;
+    /** 鏈夋晥鏈� 璇ュ悎鍚岄渶瑕佸湪璇ユ椂闂存埅姝箣鍓嶅畬鎴愶紝鏈畬鎴愬悎鍚屼細杩囨湡銆傚缓璁牴鎹笟鍔″疄闄呴渶瑕佽瀹氥�傚崟浣嶏細绉掞紱璁$畻鏂规硶锛氬綋鍓嶇郴缁熸椂闂寸殑鏃堕棿鎴崇鏁�+鏈夋晥鏈熺鏁般�� */
+    expireTime?: string;
+  }
+
+  interface GetUserContractGetInfoResponseBestSignOutputBase {
+    errno?: string;
+    errmsg?: string;
+    cost?: string;
+    data?: GetUserContractGetInfoResponse;
+  }
+
+  interface GetUserContractGetPreviewInput {
+    fromUserId?: string;
+    toUserId?: string;
+    orderSignId?: string;
+    isAuth?: boolean;
+    /** 鍚堝悓ID 鍒涘缓鐨勫悎鍚孖D锛屽湪鍚庣画鎺ュ彛涓娇鐢� */
+    contractId?: string;
+    /** 绛剧讲鑰呰处鍙� 鎸囧畾缁欏摢涓敤鎴风湅锛堝繀椤绘槸鍚堝悓鍙備笌鑰呮墠鏈夋潈闄愰瑙� */
+    account?: string;
+    /** 閾炬帴鏈夋晥鏈� 鍚�  棰勮閾炬帴鐨勮繃鏈熸椂闂达紝unix鏃堕棿鎴炽�傛牸寮忎负绉掔骇鐨剈nix鏃堕棿鎴筹紝濡傚笇鏈涒��2017/12/30 10:21:52鈥濆埌鏈燂紝鍒欒缃负鈥�1514600512鈥濄��
+瓒呰繃姝ゆ椂闂村垯鏃犳硶棰勮鍚堝悓锛岄渶瑕佽幏鍙栨柊鐨勯瑙堝悎鍚寀rl銆�
+娉細骞朵笉鏄悎鍚岀殑鍙缃插埌鏈熸椂闂达紝鍙槸姝ら瑙堥摼鎺ョ殑鏈夋晥鏈熴�� */
+    expireTime?: string;
+    /** 鍥剧墖鍒嗚鲸鐜� 鍚� 棰勮鍥剧墖娓呮櫚搴︼紝鏋氫妇鍊硷細96-浣庢竻锛堥粯璁わ級锛�120-鏅竻锛�160-楂樻竻锛�240-瓒呮竻 */
+    dpi?: string;
+  }
+
+  interface GetUserContractGetPreviewResponse {
+    /** 鍚堝悓棰勮URL 棰勮鍚堝悓椤甸潰鐨剈rl锛岀缃茶�呭湪姝ら〉闈笂棰勮鍚堝悓锛屼絾涓嶅彲鎿嶄綔绛剧讲銆� */
+    url?: string;
+  }
+
+  interface GetUserContractGetPreviewResponseBestSignOutputBase {
+    errno?: string;
+    errmsg?: string;
+    cost?: string;
+    data?: GetUserContractGetPreviewResponse;
+  }
+
+  interface GetUserCreateSignatureEntInput {
+    userId?: string;
+    /** 璐﹀彿Id */
+    account?: string;
+    /** 涓婂鸡鏂囷紙浼佷笟鍚嶇О锛夊惁 濡傛灉娌℃湁濉啓锛屼娇鐢ㄦ敞鍐屾椂鍊欑敤鎴峰悕绉� */
+    text?: string;
+    /** 绗竴琛屾í鍚戞枃瀛� 鍚� */
+    footText?: string;
+    /** 绗簩琛屾í鍚戞枃瀛� 鍚� */
+    footText2?: string;
+    /** 鍗扮珷鍚嶇О 鍚� */
+    imageName?: string;
+    /** 涓嬪鸡鏂� 鍚� */
+    bottomText?: string;
+  }
+
+  interface GetUserCreateSignatureImageInput {
+    /** 璐﹀彿Id */
+    account?: string;
+    /** 绛惧悕/鍗扮珷鍥剧墖 鍚� 涓婄敓鎴愮殑鏂囨湰 鍙笉濉紝绯荤粺榛樿浣跨敤璇佷欢淇℃伅涓婄殑鍚嶇О */
+    text?: string;
+    /** 瀛椾綋鍚嶇О锛堜粎閽堝涓汉绫诲瀷璐﹀彿鏈夋晥锛夊惁 鐩墠鏋氫妇鍊煎涓嬶細 SimHei 榛戜綋 SimSun 瀹嬩綋 SimKai 妤蜂綋 */
+    fontName?: string;
+    /** 鍗扮珷鍚嶇О 鍚�  褰撲紶浜嗚瀛楁鏃讹紝涓嶈缃负榛樿鐨勫嵃绔狅紝绛剧讲鍜屼笅杞芥椂锛屽彲浠ラ�氳繃鍗扮珷鍚嶇О锛岃繘琛屼笅杞藉拰绛剧讲 浼犵┖鎴栦笉浼犳椂锛屼负鍘熼�昏緫锛岀敓鎴愪竴涓柊鐨勯粯璁ゅ嵃绔� */
+    imageName?: string;
+    /** 瀛楀彿锛堜粎閽堝涓汉绫诲瀷璐﹀彿鏈夋晥锛夊惁  20~120锛岄粯璁�30锛屾鍙傛暟褰卞搷绛惧悕瀛椾綋鐨勬竻鏅板害鍜岀鍚嶅浘鐗囧ぇ灏忥紝瀛楀彿瓒婇珮锛屽瓧浣撴樉绀鸿秺澶э紝娓呮櫚搴﹁秺楂樸��
+娉細杩囧皬鐨勫瓧鍙峰湪鎵嬪姩绛剧殑棰勮椤甸潰涓婃樉绀轰細涓庡疄闄呭ぇ灏忔湁宸埆锛屼絾绛剧讲涔嬪悗鐨凱DF涓婄殑澶у皬姝e父銆� */
+    fontSize?: string;
+    /** 瀛椾綋棰滆壊锛堜粎閽堝涓汉绫诲瀷璐﹀彿鏈夋晥锛夊惁 鎸囧畾瀛椾綋鐨勯鑹诧紝鏀寔锛� red锛堢孩锛夛紝black锛堥粦锛夛紝blue锛堣摑锛夛紝purple锛堢传锛夛紝grey锛堢伆锛夛紝brown锛堟锛夛紝tan(瑜愯壊)锛宑yan(闈掕壊) */
+    fontColor?: string;
+  }
+
+  interface GetUserFileMetaSDKDataResponse {
+    fid?: string;
+    fname?: string;
+    server?: string;
+    dhash?: string;
+    ftype?: string;
+    fsize?: string;
+    ownerDeveloperId?: string;
+    fpages?: string;
+    nid?: string;
+    ownerUserId?: string;
+    driverName?: string;
+    fhash?: string;
+  }
+
+  interface GetUserFileMetaSDKDataResponseBestSignOutputBase {
+    errno?: string;
+    errmsg?: string;
+    cost?: string;
+    data?: GetUserFileMetaSDKDataResponse;
+  }
+
+  interface GetUserFollowInfoOutput {
+    /** 鍏虫敞 */
+    totalFollow?: number;
+    /** 绮変笣 */
+    totalFollowUser?: number;
+    /** 浜掑叧 */
+    totalMutualFollow?: number;
+  }
+
+  interface GetUserOrderSignPayListInput {
+    pageModel?: Pagination;
+    /** 绛剧害鐘舵�� 10寰呯绾� 20宸茬绾� 50宸叉嫆缁� */
+    signStatus?: number;
+    /** 浜ゆ槗鐘舵�� 10浜ゆ槗涓� 20宸茬粨鏉� 50宸插叧闂� */
+    payStatus?: number;
+    /** 鍙戣捣鏃ユ湡 */
+    creationStartDateTime?: string;
+    creationEndDateTime?: string;
+    /** 绛剧害鏃ユ湡 */
+    signStartDateTime?: string;
+    signEndDateTime?: string;
+    /** 鏌ヨ鍏抽敭瀛� */
+    searchKey?: string;
+  }
+
+  interface GetUserStorageaddPdfElementsInput {
+    /** 鏂囦欢id 閫氳繃鏂囦欢涓婁紶鎺ュ彛涓婁紶鐨刾df鏂囦欢id */
+    fid?: string;
+    /** 鐢ㄦ埛甯愬彿,蹇呴』瑕佹寚瀹氫竴涓敤鎴峰笎鍙蜂綔涓烘搷浣滆�� */
+    account?: string;
+    elements?: GetUserStorageElementsInput;
+  }
+
+  interface GetUserStorageContractUploadInput {
+    /** 璐﹀彿Id */
+    account?: string;
+    /** 鏂囦欢MD5鍊� 	
+渚嬪锛� FileInputStream file = new FileInputStream("d: \\test\\鎺ュ彛绯荤粺.pdf"); byte[] bdata = IOUtils.toByteArray(file); String fmd5 = DigestUtils.md5Hex(bdata); */
+    fmd5?: string;
+    /** 鏂囦欢绫诲瀷 鍚� 濡侾DF绛� */
+    ftype?: string;
+    /** 鍘熷鏂囦欢鍚� 鏂囦欢鍚嶅繀椤诲甫涓婂悗缂�鍚嶏紝渚嬪鈥淴XXX.pdf鈥� */
+    fname?: string;
+    /** 鎬婚〉鏁� */
+    fpages?: string;
+    /** 鏂囦欢鍐呭  渚嬪锛� FileInputStream file = new FileInputStream("d: \\test\\鎺ュ彛绯荤粺.pdf"); byte[] bdata = IOUtils.toByteArray(file); String fdata =Base64.encodeBase64String(bdata); */
+    fdata?: string;
+    /** 鍚堝悓鏍囬 */
+    title?: string;
+    /** 鍚堝悓鍐呭鎻忚堪 */
+    description?: string;
+    /** 鏈夋晥鏈� 璇ュ悎鍚岄渶瑕佸湪璇ユ椂闂存埅姝箣鍓嶅畬鎴愶紝鏈畬鎴愬悎鍚屼細杩囨湡銆傚缓璁牴鎹笟鍔″疄闄呴渶瑕佽瀹氥�傚崟浣嶏細绉掞紱璁$畻鏂规硶锛氬綋鍓嶇郴缁熸椂闂寸殑鏃堕棿鎴崇鏁�+鏈夋晥鏈熺鏁般�� */
+    expireTime?: string;
+    /** 鐑瓨鍛ㄦ湡 鍚� 姝ゅ弬鏁版槸鍚堝悓鏂囦欢鍦ㄧ儹瀛樺偍涓繚鐣欑殑鏃堕棿闀垮害锛屽崟浣嶄负绉掋�備繚瀛樺湪鐑瓨鍌ㄤ腑鐨勫悎鍚屾暟鎹紝鑷悎鍚岀粨鏉熸椂闂寸畻璧凤紝瓒呰繃姝ゆ鍙傛暟璁惧畾鏃堕暱鐨勫悎鍚屾枃浠讹紝浼氳浆绉诲埌鍐峰瓨鍌ㄤ腑銆�
+璁$畻绀轰緥锛氬淇濆瓨365澶╋紝鍒欏�间负3600*24*365=31536000銆傚弬鏁板彲涓虹┖锛屼负绌烘椂榛樿鍊间负1骞达紙31536000锛夈�傚彇鍊艰寖鍥翠负3600锛�1灏忔椂锛墌157680000锛�5骞达級 */
+    hotStoragePeriod?: string;
+  }
+
+  interface GetUserStorageContractUploadResponse {
+    /** 鍚堝悓ID 鍒涘缓鐨勫悎鍚孖D锛屽湪鍚庣画鎺ュ彛涓娇鐢�
+涓嬭浇绛剧害瀛樿瘉鎶ュ憡 */
+    contractId?: string;
+  }
+
+  interface GetUserStorageContractUploadResponseBestSignOutputBase {
+    errno?: string;
+    errmsg?: string;
+    cost?: string;
+    data?: GetUserStorageContractUploadResponse;
+  }
+
+  interface GetUserStorageElementsInput {
+    /** 椤电爜 鏂版坊鍔犲厓绱犳墍鍦ㄧ殑椤电爜 */
+    pageNum?: string;
+    /** x鍧愭爣 鏂版坊鍔犲厓绱爔鍧愭爣锛岀敤鐧惧垎姣旇〃绀猴紝鍙栧��0.0~1.0銆� */
+    x?: string;
+    /** y鍧愭爣 鏂版坊鍔犲厓绱爕鍧愭爣锛岀敤鐧惧垎姣旇〃绀猴紝鍙栧��0.0~1.0銆� */
+    y?: string;
+    /** 鍏冪礌绫诲瀷 鏂版坊鍔犲厓绱犵殑绫诲瀷銆傜洰鍓嶆敮鎸侊細text锛宨mage涓ょ锛岄粯璁や负text銆� */
+    type?: string;
+    /** 鍏冪礌鍐呭  鏂版坊鍔犲厓绱犵殑鍐呭銆傚鏋滄槸text绫诲瀷锛屼负鏂囨湰锛涘鏋滄槸image绫诲瀷锛屼负base64缂栫爜鍚庣殑鍥剧墖鍐呭銆� */
+    value?: string;
+    /** 瀛椾綋澶у皬 鍚� 濡傛灉鏂版坊鍔犲厓绱犳槸text绫诲瀷锛屽彲浠ョ敤鏉ユ寚瀹氭柊娣诲姞鍏冪礌鐨勫瓧浣撳ぇ灏忋�傞粯璁�14 */
+    fontSize?: string;
+  }
+
+  interface GetUserStorageUploadInput {
+    /** 璐﹀彿Id */
+    account?: string;
+    /** 鏂囦欢MD5鍊� 	
+渚嬪锛� FileInputStream file = new FileInputStream("d: \\test\\鎺ュ彛绯荤粺.pdf"); byte[] bdata = IOUtils.toByteArray(file); String fmd5 = DigestUtils.md5Hex(bdata); */
+    fmd5?: string;
+    /** 鏂囦欢绫诲瀷 鍚� 濡侾DF绛� */
+    ftype?: string;
+    /** 鍘熷鏂囦欢鍚� 鏂囦欢鍚嶅繀椤诲甫涓婂悗缂�鍚嶏紝渚嬪鈥淴XXX.pdf鈥� */
+    fname?: string;
+    /** 鎬婚〉鏁� */
+    fpages?: string;
+    /** 鏂囦欢鍐呭  渚嬪锛� FileInputStream file = new FileInputStream("d: \\test\\鎺ュ彛绯荤粺.pdf"); byte[] bdata = IOUtils.toByteArray(file); String fdata =Base64.encodeBase64String(bdata); */
+    fdata?: string;
+    /** 鏄惁寮哄埗娓呯悊pdf 鏌愪簺pdf涓瓨鍦ㄤ竴浜涚壒娈婂厓绱狅紝浼氬鑷寸鍚嶆棤鏁堛�傛鍙傛暟鍙己鍒舵竻鐞唒df涓殑鐗规畩鍏冪礌锛屼繚璇佺鍚嶆湁鏁堛�� 鏋氫妇鍊硷細 0-涓嶅己鍒舵竻鐞� 1-寮哄埗娓呯悊 */
+    isCleanup?: string;
+  }
+
+  interface GetUserTotalInfoOutput {
+    userId?: string;
+    /** 鍏虫敞 */
+    totalFollow?: number;
+    /** 绮変笣 */
+    totalFollowUser?: number;
+    /** 鐐硅禐 */
+    totalThumbsUp?: number;
+    /** 鏄惁鍏虫敞 */
+    isFollow?: boolean;
+  }
+
+  interface GetUserUploadSignatureImageInput {
+    /** 璐﹀彿Id */
+    account?: string;
+    /** 鍥剧墖鍐呭 鍥剧墖base64瀛楃涓诧紙濡傛灉甯﹀墠缂�锛屼粎鏀寔data:image/png;base64锛� */
+    imageData?: string;
+    /** 绛惧悕/鍗扮珷鍥剧墖鍚嶇О 鍚� 浼犵┖鎴杁efault琛ㄧず鏇存柊榛樿鐨勭鍚�/鍗扮珷鍥剧墖銆� 浼佷笟鐢ㄦ埛濡傛灉鏈夊涓嵃绔狅紝鍙互鎸囧畾鍗扮珷鍚嶇О锛岀缃叉椂鐢ㄦ寚瀹氱殑鍗扮珷鍚嶇О */
+    imageName?: string;
+  }
+
+  interface GetUserWalletAccountTypeOpenInfoInput {
+    /** 鐢ㄦ埛ID */
+    userId?: string;
+    /** 鏄惁闇�瑕佹煡鍏ㄩ儴鏁版嵁 */
+    isAll?: boolean;
+    isFreezeCan?: boolean;
+  }
+
+  interface GetUserWithdrawInput {
+    pageModel?: Pagination;
+    /** 浜ゆ槗鐘舵�� 宸查┏鍥� -10 鎵撴涓� 10 宸插畬鎴� 20 */
+    status?: number;
+    /** 鐢宠璧峰鏃ユ湡 */
+    applyStartDate?: string;
+    /** 鐢宠鎴鏃ユ湡 */
+    applyEndDate?: string;
+    /** 鎻愮幇鏈�灏忛噾棰� */
+    minAmount?: number;
+    /** 鎻愮幇鏈�澶ч噾棰� */
+    maxAmount?: number;
+    /** 璐︽埛鍚嶇О/鎻愮幇璐﹀彿 */
+    keyWords?: string;
+    isMy?: boolean;
+  }
+
+  interface GetWorkPlatSumInfoOutput {
+    /** 鎶曚繚寰呭鏍� */
+    waitForCheck?: number;
+    /** 鎶曚繚寰呮敮浠� */
+    waitForPay?: number;
+    /** 寰呯画淇濊鍗� */
+    waitForContiune?: number;
+    /** 鎶曚繚閲戦 */
+    totalMoney?: number;
+    /** 鎶曚繚浜烘 */
+    totalPersonNumber?: number;
+    /** 浠婃棩鎶曚繚閲戦 */
+    todayMoney?: number;
+    /** 浠婃棩鎶曚繚浜烘 */
+    todayPersonNumber?: number;
+    /** 璁㈠崟鏁扮洰 */
+    orderNumber?: number;
+    /** 鎶曚繚鎴愬姛浜烘 */
+    successPersonNumber?: number;
+    /** 鎶曚繚澶辫触浜烘 */
+    failPersonNumber?: number;
+  }
+
+  interface GigWorkerRechargeFeeOutput {
+    id?: string;
+    companyId?: string;
+    /** 姹囨鏃ユ湡 */
+    transferDate?: string;
+    /** 姹囨閲戦 */
+    amount?: number;
+    /** 鐢靛瓙鍥炲崟鏂囦欢 */
+    eleBillUrl?: string;
+    status?: LgGigWorkerRechargeStatusEnum;
+    /** 鏀舵璐︽埛鍚嶇О */
+    receiveName?: string;
+    /** 鏀舵璐︽埛鎵�灞為摱琛� */
+    receiveBankName?: string;
+    /** 鏀舵璐︽埛鍙� */
+    receiveAccount?: string;
+    remark?: string;
+    /** 瀹℃牳鏃堕棿 */
+    checkDate?: string;
+    /** 瀹℃牳浜� */
+    checkUserId?: string;
+    /** 瀹℃牳鐞嗙敱 */
+    auditNote?: string;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone?: string;
+    /** 浼佷笟鍚� */
+    enterpriseName?: string;
+    /** 璐﹀彿 */
+    userName?: string;
+    creationTime?: string;
+  }
+
+  interface GigWorkerRechargeFeeOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GigWorkerRechargeFeeOutput[];
+  }
+
+  interface HeadHunterDto {
+    id?: string;
+    categoryId?: string;
+    userId?: string;
+    /** 10鏈彁浜� 20寰呭鏍� 30 杩涜涓� 40 涓嬫灦 50 绯荤粺涓嬫灦 */
+    status?: number;
+    creationTime?: string;
+    lastModificationTime?: string;
+    /** 鏄惁鎺ㄨ崘 1鏄� */
+    isRecommend?: boolean;
+    contact?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactNumber?: string;
+    /** 鑱屼綅鍚嶇ОId */
+    jobSettingId?: string;
+    /** 鑱屼綅鍚嶇ОId */
+    jobSettingName?: string;
+    /** 璇︾粏鍦板潃 */
+    address?: string;
+    /** 鏈�鍚庝笂鏋舵椂闂� */
+    lastShelfTime?: string;
+    /** 鎵�灞炶涓欼D */
+    industrySettingId?: string;
+    /** 鎵�灞炶涓氬悕绉� */
+    industrySettingName?: string;
+    /** 鍛樺伐钖叕 */
+    salary?: number;
+    /** 璧峰钖祫 */
+    startMonthlySalary?: number;
+    /** 鎴璧峰钖祫 */
+    endMonthlySalary?: number;
+    /** 宸ヤ綔浠嬬粛 */
+    jobIntroduction?: string;
+    /** 10 鍥哄畾 20 闈㈣ */
+    salaryType?: number;
+    provinceCode?: number;
+    cityCode?: number;
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    viewCount?: number;
+    attentionCount?: number;
+    companyName?: string;
+    userStatus?: UserCertificationStatusEnum;
+    /** 鐢ㄦ埛鏄惁閿佸畾 */
+    userIsLocked?: boolean;
+    userAuthType?: EnterpriseTypeEnum;
+    /** 瀹℃牳澶囨敞 */
+    checkRemark?: string;
+  }
+
+  interface HeadHunterDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: HeadHunterDto[];
+  }
+
+  interface HeadHunterListInput {
+    pageModel?: Pagination;
+    /** 鏄电О */
+    jobName?: string;
+    status?: number;
+    startDate?: string;
+    endDate?: string;
+  }
+
+  interface HeadHunterRecommendInput {
+    id?: string;
+    isRecommend?: boolean;
+  }
+
+  interface HeadHunterViewInput {
+    /** 璁㈠崟娴忚Id */
+    id?: string;
+    /** 璁㈠崟Id */
+    headHunterId?: string;
+  }
+
+  interface HeadlineInformation {
+    /** 璧勮Id */
+    informationId?: string;
+    /** 鏍囬 */
+    title?: string;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 璧勮绫诲埆鍚� */
+    categoryName?: string;
+  }
+
+  interface HelpQuestionDto {
+    id?: string;
+    title?: string;
+    helpTypeSettingId?: string;
+    helpTypeSettingName?: string;
+    status?: number;
+    creationTime?: string;
+    /** 璇︽儏淇℃伅 */
+    intros?: HelpQuestionIntroInfo[];
+  }
+
+  interface HelpQuestionDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: HelpQuestionDto[];
+  }
+
+  interface HelpQuestionIntroInfo {
+    /** 绫诲瀷锛�0涓烘枃鏈紝1涓哄浘鐗囷紝2涓鸿棰戯紱榛樿涓烘枃鏈� */
+    type?: number;
+    /** 鏂囨湰鍐呭 */
+    content?: string;
+    /** 鍥剧墖/瑙嗛璺緞 */
+    path?: string;
+    /** 鎺掑簭 */
+    sequence?: number;
+  }
+
+  interface HOResultSet4047RItem {
+    sThirdVoucher: string;
+    cstInnerFlowNo?: string;
+    othBankFlag?: string;
+    othAreaFlag?: string;
+    idType?: string;
+    idNo?: string;
+    oppBankName?: string;
+    oppAccNo: string;
+    oppAccName: string;
+    oppBranchId?: string;
+    province?: string;
+    city?: string;
+    amount: string;
+    postScript?: string;
+    countryCode?: string;
+  }
+
+  interface HotInformationAdvertiseInfo {
+    /** 璧勮Id */
+    id?: string;
+    /** 璧勮Id */
+    informationId?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 鏍囬 */
+    title?: string;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 璧勮绫诲埆鍚� */
+    categoryName?: string;
+    /** 澶撮儴Icon */
+    headIcon?: string;
+    /** 鎺掑簭 */
+    sequence?: number;
+    /** 鍙戝竷鏃堕棿 */
+    publishTime?: string;
+    /** 鐘舵�侊細-1淇濆瓨锛�0鎻愪氦寰呭鏍革紝10閫氳繃锛�-10椹冲洖锛�-20宸蹭笅鏋� */
+    status?: number;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 鍖哄煙 */
+    fullArea?: string;
+    /** 璇︾粏涓惧姙鍦板潃 */
+    address?: string;
+    /** 鍦板潃 */
+    fullAddress?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactPhone?: string;
+    /** 灏侀潰淇℃伅 */
+    covers?: CoverInfo[];
+    /** 鏄惁闇�瑕佹姤鍚� */
+    needApply?: boolean;
+    /** 鎶ュ悕鐘舵�侊細0鎶ュ悕涓紝10杩涜涓紝20宸茬粨鏉� */
+    applyStatus?: number;
+    /** 鎶ュ悕閾炬帴 */
+    applyLink?: string;
+    /** 涓惧姙璧峰鏃ユ湡 */
+    toHoldStartTime?: string;
+    /** 涓惧姙鎴鏃ユ湡 */
+    toHoldEndTime?: string;
+    /** 鏍囩淇℃伅 */
+    tags?: TagInfo[];
+    /** 瀹㈡埛Id */
+    customerId?: string;
+    /** 涓惧姙/鍙戝竷鍗曚綅 */
+    unit?: string;
+    /** 娴忚娆℃暟 */
+    viewCount?: number;
+    /** 鍒涘缓鏃堕棿 */
+    creationTime?: string;
+    /** 鐐硅禐鏁� */
+    thumbsUpCount?: number;
+    /** 鍏虫敞鏁� */
+    attentionCount?: number;
+    /** 鏈�鍚庢洿鏂版棩鏈� */
+    lastModificationTime?: string;
+    /** 骞垮憡浣嶇疆锛�0棣栭〉涓�绾э紝1棣栭〉浜岀骇锛�2璇︽儏椤垫帹鑽� */
+    position?: number;
+    provinceCode?: number;
+  }
+
+  interface HotInformationAdvertiseInfoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: HotInformationAdvertiseInfo[];
+  }
+
+  interface HotProductAdvertiseInfo {
+    /** 浜у搧骞垮憡Id */
+    id?: string;
+    /** 浜у搧Id */
+    productId?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 浜у搧鍚嶇О */
+    productName?: string;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 浜у搧绫诲埆鍚� */
+    categoryName?: string;
+    /** 澶撮儴Icon */
+    headIcon?: string;
+    /** 杩愯惀绫诲埆锛�1骞冲彴鑷惀锛�2瀹㈡埛鑷惀 */
+    operateType?: number;
+    /** 鏈嶅姟鍟� */
+    serveName?: string;
+    /** 鏈嶅姟鍟嗘槦绾э細1~5 */
+    serveStarLevel?: number;
+    /** 鎺掑簭 */
+    sequence?: number;
+    /** 骞垮憡绫诲瀷锛�0浠樿垂锛�1鍏嶈垂 */
+    payType?: number;
+    /** 灏侀潰淇℃伅 */
+    covers?: CoverInfo[];
+    /** 鏍囩淇℃伅 */
+    tags?: TagInfo[];
+    /** 鎴愪氦鏁伴噺 */
+    transactionCount?: number;
+    /** 娴忚鏁� */
+    viewCount?: number;
+    /** 骞垮憡璧峰鏃堕棿 */
+    startTime?: string;
+    /** 骞垮憡鍒版湡鏃堕棿 */
+    endTime?: string;
+    /** 鑱旂郴浜猴細绫诲瀷涓轰釜浜烘椂鑱旂郴浜轰负鐢宠鏃跺鍚� */
+    contacter?: string;
+    /** 浠樿垂棰� */
+    fee?: number;
+    /** 濂借瘎 */
+    thumbsUpCount?: number;
+    /** 鍏虫敞鏁� */
+    attentionCount?: number;
+    /** 璇勬槦鏁� */
+    starCount?: number;
+    /** 璇勮鏁� */
+    commentCount?: number;
+    /** 鑱旂郴鐢佃瘽 */
+    contacterPhone?: string;
+    /** 骞垮憡浣嶇疆锛�0棣栭〉涓�绾э紝1棣栭〉浜岀骇锛�2璇︽儏椤垫帹鑽� */
+    position?: number;
+    /** 鐘舵�侊細0锛堝鎴风锛夋彁浜わ紝-10涓嬫灦锛�10涓婃灦 */
+    status?: number;
+    /** 鏄惁瀹㈡埛绔嚜鍙戝箍鍛� */
+    isFromClient?: boolean;
+    areaCode?: number;
+    /** 鐢ㄦ埛鏄惁閿佸畾 */
+    userIsLocked?: boolean;
+    userAuthType?: EnterpriseTypeEnum;
+  }
+
+  interface HotProductAdvertiseInfoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: HotProductAdvertiseInfo[];
+  }
+
+  interface HRAreaDto {
+    /** 鐪� */
+    provinceCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityCode?: number;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖� */
+    areaCode?: number;
+    /** 鍖� */
+    areaName?: string;
+    /** 鎺掑簭 */
+    sort?: number;
   }
 
   interface IanaTimeZone {
@@ -778,196 +9619,2880 @@
     roleNames: string[];
   }
 
-  type InsuranceClaimAttachmentBusinessTypeEnum = 10 | 20 | 30 | 40 | 50;
-
-  interface InsuranceClaimAttachmentOutput {
-    /** 鏂囦欢鍚嶇О */
-    fileName?: string;
-    /** 鏂囦欢鍦板潃 */
+  interface ImportBountyApplyDataInput {
+    /** 瀵煎叆鍦板潃 */
     url?: string;
-    businessType?: InsuranceClaimAttachmentBusinessTypeEnum;
+    /** 濂栧姳閲戠敵璇稩d */
+    parkBountyApplyId?: string;
   }
 
-  interface InsuranceClaimDetailOutput {
+  interface ImportBountyApplyDataOutput {
+    /** 閿欒鏁版嵁鍒楄〃 */
+    error?: ExportBountyApplyData[];
+  }
+
+  interface ImportIdentityCardInput {
+    /** CompanyId */
+    companyId: string;
+    /** 鎵嬫満鍙� */
+    phoneNumber: string;
+    /** 韬唤璇佸浘鐗� */
+    urls: string[];
+  }
+
+  interface ImportIdentityCardResult {
     id?: string;
-    /** 娓犻亾 */
-    channel?: string;
     /** 濮撳悕 */
     name?: string;
     /** 韬唤璇佸彿 */
-    idNumber?: string;
-    /** 宸ョ */
-    workType?: string;
-    /** 鍔冲姩鍚堝悓鍗曚綅 */
-    laborContractEnterprise?: string;
-    /** 瀹為檯宸ヤ綔鍗曚綅 */
-    workEnterprise?: string;
-    /** 淇濋櫓璧峰鏃堕棿 */
-    insuranceBeginTime?: string;
-    /** 淇濋櫓缁撴潫鏃堕棿 */
-    insuranceEndTime?: string;
-    /** 鍙備繚鏈烘瀯 */
-    insuredInstitution?: string;
-    /** 鎶曚繚鏂规 */
-    insuranceScheme?: string;
-    /** 鍦ㄨ亴鏍囪瘑 */
-    onJobFlag?: string;
-    /** 琛屽埆 */
-    gender?: string;
+    certNo?: string;
+    /** 鎵嬫満鍙� */
+    mobile?: string;
+    /** 鎬у埆 1鐢� 2濂� */
+    sex?: number;
     /** 骞撮緞 */
     age?: number;
-    /** 淇濊垂閲戦 */
-    premiumAmount?: number;
-    /** 澧炲噺璐圭敤 */
-    incDecAmount?: number;
-    /** 淇濆崟id */
-    insuranceOrderId?: string;
-    /** 鎶ユ鏃堕棿 */
-    reportedTime?: string;
-    /** 鑱旂郴鐢佃瘽 */
-    contactNumber?: string;
-    /** 澶囩敤鑱旂郴鐢佃瘽 */
-    bakContactNumber?: string;
-    /** 浜嬫晠绫诲瀷 */
-    accidentType?: string;
-    /** 浜嬫晠鍙戠敓鏃堕棿 */
-    accidentTime?: string;
-    /** 浼ゆ畫姣斾緥 */
-    disabilityRatio?: number;
-    /** 浜嬪彂鍦扮偣 */
-    accidentAddress?: string;
-    /** 浜嬫晠缁忚繃 */
-    accidentProcess?: string;
-    claimResult?: InsuranceClaimResultEnum;
-    /** 涓嬫閲戦 */
-    downPaymentAmount?: number;
-    /** 鐞嗚禂缁撴灉鏃堕棿 */
-    claimResultTime?: string;
-    /** 闄勪欢闆嗗悎 */
-    attachments?: InsuranceClaimAttachmentOutput[];
+    /** 鐢ㄥ伐浼佷笟 */
+    useEmploer?: string;
+    /** 鐢ㄥ伐浼佷笟Id */
+    useEmploerId?: string;
+    /** 鑱屼笟绫诲埆 */
+    jobName?: string;
+    /** 鑱屼笟绫诲埆 */
+    jobType?: string;
+    /** 鑱屼笟绫诲埆 */
+    jobIntType?: number;
+    /** 10 鍦ㄨ亴 20绂昏亴 */
+    staffStatus?: number;
+    /** 澶囨敞 */
+    note?: string;
+    /** 1姝e父 0寮傚父 */
+    isNormal?: boolean;
   }
 
-  interface InsuranceClaimListOutput {
+  interface ImportInsLgWorkerAnalysisList {
     id?: string;
-    /** 韬唤璇佸彿 */
-    idNumber?: string;
     /** 濮撳悕 */
     name?: string;
-    /** 鎶ユ鏃堕棿 */
-    reportedTime?: string;
-    /** 淇濋櫓璧峰鏃堕棿 */
-    insuranceBeginTime?: string;
-    /** 淇濋櫓缁撴潫鏃堕棿 */
-    insuranceEndTime?: string;
-    /** 浜嬫晠绫诲瀷 */
-    accidentType?: string;
-    /** 浜嬫晠鍙戠敓鏃堕棿 */
-    accidentTime?: string;
-    /** 浼ゆ畫姣斾緥 */
-    disabilityRatio?: number;
-    /** 鐞嗚禂娓犻亾 */
-    claimChannel?: string;
-    claimResult?: InsuranceClaimResultEnum;
-    claimResultStr?: string;
-    /** 涓嬫閲戦 */
-    downPaymentAmount?: number;
-    /** 缁�/鎾ゆ鏃ユ湡 */
-    claimResultTime?: string;
+    /** 鎵嬫満鍙� */
+    mobile?: string;
+    /** 澶囨敞 */
+    note?: string;
+    /** 1姝e父 0寮傚父 */
+    isNormal?: boolean;
+  }
+
+  interface ImportInsLgWorkerOutput {
+    successCount?: number;
+    failureCount?: number;
+    errorList?: ImportInsLgWorkerAnalysisList[];
+  }
+
+  interface ImportInsStaffAnalysisList {
+    id?: string;
+    /** 濮撳悕 */
+    name?: string;
+    /** 韬唤璇佸彿 */
+    certNo?: string;
+    /** 鎵嬫満鍙� */
+    mobile?: string;
+    /** 鎬у埆 1鐢� 2濂� */
+    sex?: number;
+    /** 骞撮緞 */
+    age?: number;
+    /** 鐢ㄥ伐浼佷笟 */
+    useEmploer?: string;
+    /** 鐢ㄥ伐浼佷笟Id */
+    useEmploerId?: string;
+    /** 鑱屼笟绫诲埆 */
+    jobName?: string;
+    /** 鑱屼笟绫诲埆 */
+    jobType?: string;
+    /** 鑱屼笟绫诲埆 */
+    jobIntType?: number;
+    /** 10 鍦ㄨ亴 20绂昏亴 */
+    staffStatus?: number;
+    /** 澶囨敞 */
+    note?: string;
+    /** 1姝e父 0寮傚父 */
+    isNormal?: boolean;
+  }
+
+  interface ImportInsStaffAnalysisListOutput {
+    listTrueStaff?: ImportInsStaffAnalysisList[];
+    listErrorStaff?: ImportInsStaffAnalysisList[];
+    listUseEmploer?: UseEmploerDto[];
+  }
+
+  interface IncentivePaymentsManageListOutput {
+    id?: string;
+    creationTime?: string;
+    userId?: string;
+    /** 澶囨敞 */
+    remark?: string;
+    lastModificationTime?: string;
+    lastModifierName?: string;
+    lastModifierId?: string;
+    /** 濂栧姳閲戦噾棰� */
+    incentivePaymentsAmount?: number;
+    /** 鍙戞斁鍑瘉 */
+    issueVouchersUrl?: string;
+    /** 浜т笟鍥尯鍚嶇О */
+    industrialParkName?: string;
+    /** 浜т笟鍥尯Id */
+    industrialParkId?: string;
+    /** 璐﹀彿 */
+    userName?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 鍙戞斁鏃堕棿 */
+    issueTime?: string;
+  }
+
+  interface IncentivePaymentsManageListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: IncentivePaymentsManageListOutput[];
+  }
+
+  interface IncheckParkBountyApplyInput {
+    parkBountyApplyId?: string;
+    inCheckStatus?: BountyCheckStatusEnum;
+    /** 澶囨敞 */
+    remark?: string;
+  }
+
+  type IncomeExpenseTypeEnum = 10 | 20;
+
+  type IncomeStatusEnum = 1 | 2;
+
+  interface IndustrialParkDetailOutput {
+    id?: string;
+    /** 鍥尯鍚嶇О */
+    parkName?: string;
+    /** 璐熻矗浜哄悕绉� */
+    leaderName?: string;
+    /** 璐熻矗浜虹數璇� */
+    leaderMobile?: string;
+    /** 鍥尯绫诲瀷 */
+    parkTypeId?: string;
+    status?: IndustrialParkStatusEnum;
+    /** 娉ㄥ唽鍦板潃 */
+    registerAddress?: string;
+    /** 澶囨敞 */
+    remark?: string;
+  }
+
+  interface IndustrialParkDropDownOutput {
+    id?: string;
+    /** 鍥尯鍚嶇О */
+    parkName?: string;
+    /** 鍥尯绫诲瀷 */
+    parkTypeId?: string;
+    /** 鍥尯绫诲瀷鍚嶇О */
+    parkTypeName?: string;
+  }
+
+  interface IndustrialParkListOutput {
+    id?: string;
+    /** 鍥尯鍚嶇О */
+    parkName?: string;
+    /** 璐熻矗浜哄悕绉� */
+    leaderName?: string;
+    /** 璐熻矗浜虹數璇� */
+    leaderMobile?: string;
+    /** 鍥尯绫诲瀷 */
+    parkTypeId?: string;
+    status?: IndustrialParkStatusEnum;
+  }
+
+  interface IndustrialParkListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: IndustrialParkListOutput[];
+  }
+
+  type IndustrialParkStatusEnum = 10 | -10;
+
+  interface IndustryBodyAuditDatilOutput {
+    id?: string;
+    userId?: string;
+    industryBodyId?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone?: string;
+    /** 鐪乧ode */
+    provinceCode?: number;
+    /** 甯俢ode */
+    cityCode?: number;
+    /** 鍖哄幙code */
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    /** 浼佷笟logo */
+    enterpriseLogoUrl?: string;
+    /** 鏈烘瀯绫诲瀷Id */
+    institutionTypeId?: string;
+    /** 鏈烘瀯绫诲瀷鍚嶇О */
+    institutionTypeName?: string;
+    /** 璐﹀彿 */
+    userName?: string;
+    /** 鏈�鍚庢洿鏂版椂闂� */
+    lastModificationTime?: string;
+    /** 瀹℃牳澶囨敞 */
+    auditNote?: string;
+    auditStatus?: ParkOrHRAuditStatusEnum;
+    /** 鍒涘缓鏃堕棿 */
+    creationTime?: string;
+  }
+
+  interface IndustryBodyAuditListOutput {
+    id?: string;
+    userId?: string;
+    industryBodyId?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone?: string;
+    /** 鐪乧ode */
+    provinceCode?: number;
+    /** 甯俢ode */
+    cityCode?: number;
+    /** 鍖哄幙code */
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    /** 浼佷笟logo */
+    enterpriseLogoUrl?: string;
+    /** 鏈烘瀯绫诲瀷Id */
+    institutionTypeId?: string;
+    /** 鏈烘瀯绫诲瀷鍚嶇О */
+    institutionTypeName?: string;
+    /** 璐﹀彿 */
+    userName?: string;
+    /** 鏈�鍚庢洿鏂版椂闂� */
+    lastModificationTime?: string;
+    /** 瀹℃牳澶囨敞 */
+    auditNote?: string;
+    auditStatus?: ParkOrHRAuditStatusEnum;
+    /** 鍒涘缓鏃堕棿 */
+    creationTime?: string;
+  }
+
+  interface IndustryBodyAuditListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: IndustryBodyAuditListOutput[];
+  }
+
+  interface IndustryBodyDto {
+    id?: string;
+    userId?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone?: string;
+    /** 鐪乧ode */
+    provinceCode?: number;
+    /** 甯俢ode */
+    cityCode?: number;
+    /** 鍖哄幙code */
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    /** 浼佷笟logo */
+    enterpriseLogoUrl?: string;
+    /** 鎵�灞炶涓欼d */
+    institutionTypeId?: string;
+    status?: ParkOrStatusEnum;
+    isUserCertification?: boolean;
+  }
+
+  interface IndustryBodyListOutput {
+    id?: string;
+    userId?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone?: string;
+    /** 鐪乧ode */
+    provinceCode?: number;
+    /** 甯俢ode */
+    cityCode?: number;
+    /** 鍖哄幙code */
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    /** 浼佷笟logo */
+    enterpriseLogoUrl?: string;
+    /** 鏈烘瀯绫诲瀷Id */
+    institutionTypeId?: string;
+    /** 鏈烘瀯绫诲瀷鍚嶇О */
+    institutionTypeName?: string;
+    /** 璐﹀彿 */
+    userName?: string;
+    /** 鏈�鍚庢洿鏂版椂闂� */
+    lastModificationTime?: string;
+    status?: ParkOrStatusEnum;
+    /** 鍒涘缓鏃堕棿 */
+    creationTime?: string;
+    /** 鏄惁宸叉湁鍥尯 */
+    hasPark?: boolean;
+  }
+
+  interface IndustryBodyListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: IndustryBodyListOutput[];
+  }
+
+  interface IndustryMatingAuditDatilOutput {
+    id?: string;
+    userId?: string;
+    industryMatingId?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone?: string;
+    /** 鐪乧ode */
+    provinceCode?: number;
+    /** 甯俢ode */
+    cityCode?: number;
+    /** 鍖哄幙code */
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    /** 浼佷笟logo */
+    enterpriseLogoUrl?: string;
+    /** 鏈嶅姟绫诲瀷Id */
+    serviceTypeId?: string;
+    /** 鏈嶅姟璧勮川 */
+    serviceQualificationsUrl?: string;
+    /** 浼佷笟绫诲瀷鍚嶇О */
+    serviceTypeName?: string;
+    /** 璐﹀彿 */
+    userName?: string;
+    /** 鏈�鍚庢洿鏂版椂闂� */
+    lastModificationTime?: string;
+    /** 瀹℃牳澶囨敞 */
+    auditNote?: string;
+    auditStatus?: ParkOrHRAuditStatusEnum;
+    /** 鍒涘缓鏃堕棿 */
+    creationTime?: string;
+  }
+
+  interface IndustryMatingAuditListOutput {
+    id?: string;
+    userId?: string;
+    industryMatingId?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone?: string;
+    /** 鐪乧ode */
+    provinceCode?: number;
+    /** 甯俢ode */
+    cityCode?: number;
+    /** 鍖哄幙code */
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    /** 浼佷笟logo */
+    enterpriseLogoUrl?: string;
+    /** 鏈嶅姟绫诲瀷Id */
+    serviceTypeId?: string;
+    /** 鏈嶅姟璧勮川 */
+    serviceQualificationsUrl?: string;
+    /** 浼佷笟绫诲瀷鍚嶇О */
+    serviceTypeName?: string;
+    /** 璐﹀彿 */
+    userName?: string;
+    /** 鏈�鍚庢洿鏂版椂闂� */
+    lastModificationTime?: string;
+    /** 瀹℃牳澶囨敞 */
+    auditNote?: string;
+    auditStatus?: ParkOrHRAuditStatusEnum;
+    /** 鍒涘缓鏃堕棿 */
+    creationTime?: string;
+  }
+
+  interface IndustryMatingAuditListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: IndustryMatingAuditListOutput[];
+  }
+
+  interface IndustryMatingDto {
+    id?: string;
+    userId?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone?: string;
+    /** 鐪乧ode */
+    provinceCode?: number;
+    /** 甯俢ode */
+    cityCode?: number;
+    /** 鍖哄幙code */
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    /** 浼佷笟logo */
+    enterpriseLogoUrl?: string;
+    status?: ParkOrStatusEnum;
+    /** 鏈嶅姟绫诲瀷Id */
+    serviceTypeId?: string;
+    /** 鏈嶅姟璧勮川 */
+    serviceQualificationsUrl?: string;
+    isUserCertification?: boolean;
+  }
+
+  interface IndustryMatingListOutput {
+    id?: string;
+    userId?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone?: string;
+    /** 鐪乧ode */
+    provinceCode?: number;
+    /** 甯俢ode */
+    cityCode?: number;
+    /** 鍖哄幙code */
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    /** 浼佷笟logo */
+    enterpriseLogoUrl?: string;
+    /** 鏈嶅姟绫诲瀷Id */
+    serviceTypeId?: string;
+    /** 鏈嶅姟璧勮川 */
+    serviceQualificationsUrl?: string;
+    /** 浼佷笟绫诲瀷鍚嶇О */
+    serviceTypeName?: string;
+    /** 璐﹀彿 */
+    userName?: string;
+    /** 鏈�鍚庢洿鏂版椂闂� */
+    lastModificationTime?: string;
+    status?: ParkOrStatusEnum;
+    /** 鍒涘缓鏃堕棿 */
+    creationTime?: string;
+  }
+
+  interface IndustryMatingListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: IndustryMatingListOutput[];
+  }
+
+  type InformationAcquisitionPlatformTypeEnum = 1 | 2;
+
+  type InformationAdoptStatusEnum = 10 | 20;
+
+  interface InformationAdvertiseDetail {
+    /** 璧勮骞垮憡Id */
+    id?: string;
+    /** 璧勮Id */
+    informationId?: string;
+    /** 璧勮鏍囬 */
+    title?: string;
+    /** 鏈嶅姟鍟� */
+    serveName?: string;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 璧勮绫诲埆鍚� */
+    categoryName?: string;
+    /** 鑱旂郴浜猴細绫诲瀷涓轰釜浜烘椂鑱旂郴浜轰负鐢宠鏃跺鍚� */
+    contacter?: string;
+    /** 瀵瑰鑱旂郴浜� */
+    outerContacter?: string;
+    /** 瀵瑰鑱旂郴鐢佃瘽鏄惁骞冲彴鐢佃瘽 */
+    isOuterPhonePlatform?: boolean;
+    /** 瀵瑰鑱旂郴浜哄彿鐮� */
+    outerContacterPhone?: string;
+    /** 骞垮憡璧峰鏃堕棿 */
+    startTime?: string;
+    /** 骞垮憡鍒版湡鏃堕棿 */
+    endTime?: string;
+    /** 鎺掑簭 */
+    sequence?: number;
+    /** 骞垮憡浣嶇疆锛�0棣栭〉涓�绾э紝1棣栭〉浜岀骇锛�2璇︽儏椤垫帹鑽� */
+    position?: number;
+    /** 骞垮憡绫诲瀷锛�0浠樿垂锛�1鍏嶈垂 */
+    payType?: number;
+    /** 浠樿垂棰� */
+    fee?: number;
+  }
+
+  interface InformationAdvertiseForManage {
+    /** 璧勮骞垮憡Id */
+    id?: string;
+    /** 璧勮Id */
+    informationId?: string;
+    /** 璧勮鏍囬 */
+    title?: string;
+    /** 鏈嶅姟鍟� */
+    serveName?: string;
+    /** 璧勮鏉ユ簮璇存槑 */
+    fromMessage?: string;
+    /** 鍙戝竷浜� */
+    publisher?: string;
+    /** 鎺掑簭 */
+    sequence?: number;
+    /** 骞垮憡绫诲瀷锛�0浠樿垂锛�1鍏嶈垂 */
+    payType?: number;
+    /** 娴忚娆℃暟 */
+    viewCount?: number;
+    /** 骞垮憡璧峰鏃堕棿 */
+    startTime?: string;
+    /** 骞垮憡鍒版湡鏃堕棿 */
+    endTime?: string;
+    /** 鐘舵�侊細0锛堝鎴风锛夋彁浜わ紝-10涓嬫灦锛�10涓婃灦 */
+    status?: number;
+    /** 鏄惁瀹㈡埛绔嚜鍙戝箍鍛� */
+    isFromClient?: boolean;
+  }
+
+  interface InformationAdvertiseForManagePageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: InformationAdvertiseForManage[];
+  }
+
+  interface InformationCheckInput {
+    /** 璧勮Id */
+    id?: string;
+    /** 瀹℃牳鐘舵�侊細10閫氳繃锛�-10椹冲洖 */
+    status?: number;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 鍒濆娴忚閲� */
+    initViewCount?: number;
+    /** 鍒濆鍏虫敞閲� */
+    initAttendedCount?: number;
+    /** 鍒濆鐐硅禐閲� */
+    initThumbsUpCount?: number;
+  }
+
+  interface InformationDetail {
+    /** 璧勮Id */
+    id?: string;
+    /** 鏍囬 */
+    title?: string;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 璧勮绫诲埆鍚� */
+    categoryName?: string;
+    /** 杩愯惀绫诲埆锛�1骞冲彴鑷惀锛�2瀹㈡埛鑷惀 */
+    operateType?: number;
+    /** 鏈嶅姟鍟� */
+    serveName?: string;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 鐪丆ode */
+    provinceCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯侰ode */
+    cityCode?: number;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄煙Code */
+    areaCode?: number;
+    /** 鍖哄煙 */
+    areaName?: string;
+    /** 鍖哄煙 */
+    fullArea?: string;
+    /** 璇︾粏涓惧姙鍦板潃 */
+    address?: string;
+    /** 鍦板潃 */
+    fullAddress?: string;
+    /** 缁忓害 */
+    longitude?: number;
+    /** 绾害 */
+    latitude?: number;
+    /** 灏侀潰淇℃伅 */
+    covers?: CoverInfo[];
+    /** 鏄惁鍘熷垱 */
+    isOriginal?: boolean;
+    /** 杞浇閾炬帴 */
+    repostLink?: string;
+    /** 鏄惁闇�瑕佹姤鍚� */
+    needApply?: boolean;
+    /** 鑱旂郴鐢佃瘽 */
+    contactPhone?: string;
+    /** 鎶ュ悕閾炬帴 */
+    applyLink?: string;
+    /** 涓惧姙璧峰鏃ユ湡 */
+    toHoldStartTime?: string;
+    /** 涓惧姙鎴鏃ユ湡 */
+    toHoldEndTime?: string;
+    /** 璧勮鏉ユ簮锛�0鍗曚綅锛�1涓汉 */
+    fromType?: number;
+    /** 璧勮鏉ユ簮璇存槑 */
+    fromMessage?: string;
+    /** 瀹㈡埛Id */
+    customerId?: string;
+    /** 涓惧姙/鍙戝竷鍗曚綅 */
+    unit?: string;
+    /** 瀹炶鍖哄煙锛�0鍏ㄥ浗锛�1鐪佷唤 */
+    implementAreaType?: number;
+    /** 鍒濆娴忚閲� */
+    initViewCount?: number;
+    /** 鍒濆鍏虫敞閲� */
+    initAttendedCount?: number;
+    /** 鍒濆鐐硅禐閲� */
+    initThumbsUpCount?: number;
+    /** 鏍囩淇℃伅 */
+    tags?: TagInfo[];
+    /** 璇︽儏淇℃伅 */
+    intros?: IntroInfo[];
+    /** 瀹炶鐪佷唤淇℃伅 */
+    provinces?: ProvinceInfo[];
+    /** 鏄惁鑷繁鍒涘缓 */
+    isOwnerCreate?: boolean;
+    /** 浣滆�� */
+    author?: string;
+    showStatus?: InformationShowStatusEnum;
+    /** 鏈夋晥鎴鏃堕棿 */
+    expirationDateTime?: string;
+    /** 鐘舵�侊細HumanResourcesConstant.InformationStatus */
+    status?: number;
+  }
+
+  interface InformationDetailInfo {
+    /** 璧勮Id */
+    id?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 鏍囬 */
+    title?: string;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 璧勮绫诲埆鍚� */
+    categoryName?: string;
+    /** 杩愯惀绫诲埆锛�1骞冲彴鑷惀锛�2瀹㈡埛鑷惀 */
+    operateType?: number;
+    /** 鏉ユ簮 */
+    serveName?: string;
+    /** 鍙戝竷鏃堕棿 */
+    publishTime?: string;
+    /** 鐘舵�侊細-1淇濆瓨锛�0鎻愪氦寰呭鏍革紝10閫氳繃锛�-10椹冲洖锛�-20宸蹭笅鏋� */
+    status?: number;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactPhone?: string;
+    /** 鐪丆ode */
+    provinceCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯侰ode */
+    cityCode?: number;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄煙Code */
+    areaCode?: number;
+    /** 鍖哄煙 */
+    areaName?: string;
+    /** 鍖哄煙 */
+    fullArea?: string;
+    /** 璇︾粏涓惧姙鍦板潃 */
+    address?: string;
+    /** 鍦板潃 */
+    fullAddress?: string;
+    /** 缁忓害 */
+    longitude?: number;
+    /** 绾害 */
+    latitude?: number;
+    /** 灏侀潰淇℃伅 */
+    covers?: CoverInfo[];
+    /** 鏄惁鍘熷垱 */
+    isOriginal?: boolean;
+    /** 杞浇閾炬帴 */
+    repostLink?: string;
+    /** 鏄惁闇�瑕佹姤鍚� */
+    needApply?: boolean;
+    /** 鎶ュ悕鐘舵�侊細0鎶ュ悕涓紝10杩涜涓紝20宸茬粨鏉� */
+    applyStatus?: number;
+    /** 鎶ュ悕閾炬帴 */
+    applyLink?: string;
+    /** 涓惧姙璧峰鏃ユ湡 */
+    toHoldStartTime?: string;
+    /** 涓惧姙鎴鏃ユ湡 */
+    toHoldEndTime?: string;
+    fromType?: InformationFormTypeEnum;
+    /** 璧勮鏉ユ簮璇存槑 */
+    fromMessage?: string;
+    /** 鏍囩淇℃伅 */
+    tags?: TagInfo[];
+    /** 璇︽儏淇℃伅 */
+    intros?: IntroInfo[];
+    /** 瀹炶鐪佷唤淇℃伅 */
+    provinces?: ProvinceInfo[];
+    /** 瀹㈡埛Id */
+    customerId?: string;
+    /** 涓惧姙/鍙戝竷鍗曚綅 */
+    unit?: string;
+    /** 瀹炶鍖哄煙锛�0鍏ㄥ浗锛�1鐪佷唤 */
+    implementAreaType?: number;
+    /** 娴忚娆℃暟 */
+    viewCount?: number;
+    /** 鏄惁骞垮憡鍖� */
+    isOnAdvertise?: boolean;
+    /** 鍒涘缓鏃堕棿 */
+    creationTime?: string;
+    /** 鐐硅禐鏁� */
+    thumbsUpCount?: number;
+    /** 鍏虫敞鏁� */
+    attentionCount?: number;
+    /** 璧� */
+    rewardAmount?: number;
     /** 鏈�鍚庢洿鏂版棩鏈� */
     lastModificationTime?: string;
-    /** 淇濆崟id */
-    insuranceOrderId?: string;
-    createTime?: string;
+    /** 鎺掑簭 */
+    sequence?: number;
+    /** 鎵撹祻淇℃伅 */
+    rewards?: RewardInfo[];
+    /** 鏄惁鎴戠殑鍏虫敞 */
+    isMyAttention?: boolean;
+    /** 鏄惁鎴戝凡璧� */
+    isMyThumbsUp?: boolean;
+    /** 鐐硅禐Id */
+    thumbsUpId?: string;
+    /** 鏄惁鑷繁鍒涘缓 */
+    isOwnerCreate?: boolean;
   }
 
-  interface InsuranceClaimListOutputPageOutput {
+  interface InformationForHomePageDto {
+    categoryId?: string;
+    /** 璧勮绫诲埆鍚� */
+    categoryName?: string;
+    /** 璧勮绫诲埆涓嬬殑瀛愪俊鎭� */
+    informationForHomePageItems?: InformationForHomePageItem[];
+  }
+
+  interface InformationForHomePageItem {
+    /** 璧勮Id */
+    id?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 鏍囬 */
+    title?: string;
+    /** 鎺掑簭 */
+    sequence?: number;
+    /** 鍙戝竷鏃堕棿 */
+    publishTime?: string;
+    /** 灏侀潰淇℃伅 */
+    covers?: CoverInfo[];
+    /** 鏈�鍚庢洿鏂版棩鏈� */
+    lastModificationTime?: string;
+  }
+
+  interface InformationForManage {
+    /** 璧勮Id */
+    id?: string;
+    /** 杩愯惀绫诲埆锛�1骞冲彴鑷惀锛�2瀹㈡埛鑷惀 */
+    operateType?: number;
+    /** 璧勮鏍囬 */
+    title?: string;
+    /** 璧勮绫诲埆鍚� */
+    categoryName?: string;
+    categoryId?: string;
+    /** 鍙戝竷鏃堕棿 */
+    publishTime?: string;
+    /** 鐘舵�侊細10閫氳繃锛堟樉绀轰腑锛夛紝-20宸蹭笅鏋� */
+    status?: number;
+    fromType?: InformationFormTypeEnum;
+    /** 璧勮鏉ユ簮璇存槑 */
+    fromMessage?: string;
+    /** 娴忚娆℃暟 */
+    viewCount?: number;
+    /** 鏄惁骞垮憡鍖� */
+    isOnAdvertise?: boolean;
+    /** 鐪丆ode */
+    provinceCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯侰ode */
+    cityCode?: number;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄煙Code */
+    areaCode?: number;
+    /** 鍖哄煙 */
+    areaName?: string;
+    /** 鍖哄煙 */
+    fullArea?: string;
+    /** 璇︾粏涓惧姙鍦板潃 */
+    address?: string;
+    /** 鍦板潃 */
+    fullAddress?: string;
+    /** 瀹炶鍖哄煙锛�0鍏ㄥ浗锛�1鐪佷唤 */
+    implementAreaType?: number;
+    /** 浣滆�� */
+    author?: string;
+    /** 鏄惁鍘熷垱 */
+    isOriginal?: boolean;
+    /** 鍒涘缓鏃堕棿 */
+    creationTime?: string;
+    showStatus?: InformationShowStatusEnum;
+    /** 瀹炶鐪佷唤淇℃伅 */
+    provinces?: ProvinceInfo[];
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 鍒涘缓浜� */
+    creationName?: string;
+    recommendStatus?: InformationRecommendStatusEnum;
+    /** 鏈夋晥鎴鏃堕棿 */
+    expirationDateTime?: string;
+    /** 灏侀潰淇℃伅 */
+    covers?: CoverInfo[];
+    /** 澶氬皯鏃堕棿涔嬪墠瀛楃涓� */
+    beforeTimeStr?: string;
+  }
+
+  interface InformationForManagePageOutput {
     pageModel?: Pagination;
     objectData?: any;
-    data?: InsuranceClaimListOutput[];
+    data?: InformationForManage[];
   }
 
-  type InsuranceClaimResultEnum = 10 | 20 | 30;
+  type InformationFormTypeEnum = 0 | 1 | 2 | 3 | 4;
 
-  interface InsuranceClaimYearMonthCountListOutput {
-    year?: number;
-    month?: number;
-    count?: number;
-  }
-
-  interface InsuranceOrderListOutput {
+  interface InformationInfo {
+    /** 璧勮Id */
     id?: string;
-    /** 娓犻亾 */
-    channel?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 鏍囬 */
+    title?: string;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 璧勮绫诲埆鍚� */
+    categoryName?: string;
+    /** 杩愯惀绫诲埆锛�1骞冲彴鑷惀锛�2瀹㈡埛鑷惀 */
+    operateType?: number;
+    /** 鏉ユ簮 */
+    serveName?: string;
+    /** 鍙戝竷鏃堕棿 */
+    publishTime?: string;
+    /** 鐘舵�侊細-1淇濆瓨锛�0鎻愪氦寰呭鏍革紝10閫氳繃锛�-10椹冲洖锛�-20宸蹭笅鏋� */
+    status?: number;
+    showStatus?: InformationShowStatusEnum;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 鐪丆ode */
+    provinceCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯侰ode */
+    cityCode?: number;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄煙Code */
+    areaCode?: number;
+    /** 鍖哄煙 */
+    areaName?: string;
+    /** 鍖哄煙 */
+    fullArea?: string;
+    /** 璇︾粏涓惧姙鍦板潃 */
+    address?: string;
+    /** 鍦板潃 */
+    fullAddress?: string;
+    /** 缁忓害 */
+    longitude?: number;
+    /** 绾害 */
+    latitude?: number;
+    /** 鑱旂郴鐢佃瘽 */
+    contactPhone?: string;
+    /** 灏侀潰淇℃伅 */
+    covers?: CoverInfo[];
+    /** 鏄惁鍘熷垱 */
+    isOriginal?: boolean;
+    /** 杞浇閾炬帴 */
+    repostLink?: string;
+    /** 鏄惁闇�瑕佹姤鍚� */
+    needApply?: boolean;
+    /** 鎶ュ悕鐘舵�侊細0鎶ュ悕涓紝10杩涜涓紝20宸茬粨鏉� */
+    applyStatus?: number;
+    /** 鎶ュ悕閾炬帴 */
+    applyLink?: string;
+    /** 涓惧姙璧峰鏃ユ湡 */
+    toHoldStartTime?: string;
+    /** 涓惧姙鎴鏃ユ湡 */
+    toHoldEndTime?: string;
+    fromType?: InformationFormTypeEnum;
+    /** 璧勮鏉ユ簮璇存槑 */
+    fromMessage?: string;
+    /** 鏍囩淇℃伅 */
+    tags?: TagInfo[];
+    /** 璇︽儏淇℃伅 */
+    intros?: IntroInfo[];
+    /** 瀹炶鐪佷唤淇℃伅 */
+    provinces?: ProvinceInfo[];
+    /** 骞垮憡淇℃伅 */
+    advertises?: AdvertiseInfo[];
+    /** 瀹㈡埛Id */
+    customerId?: string;
+    /** 涓惧姙/鍙戝竷鍗曚綅 */
+    unit?: string;
+    /** 瀹炶鍖哄煙锛�0鍏ㄥ浗锛�1鐪佷唤 */
+    implementAreaType?: number;
+    /** 鍒濆娴忚閲� */
+    initViewCount?: number;
+    /** 鍒濆鍏虫敞閲� */
+    initAttendedCount?: number;
+    /** 鍒濆鐐硅禐鏁� */
+    initThumbsUpCount?: number;
+    /** 娴忚娆℃暟 */
+    viewCount?: number;
+    /** 鏄惁骞垮憡鍖� */
+    isOnAdvertise?: boolean;
+    /** 鍒涘缓鏃堕棿 */
+    creationTime?: string;
+    /** 鐐硅禐鏁� */
+    thumbsUpCount?: number;
+    /** 鍏虫敞鏁� */
+    attentionCount?: number;
+    /** 璧� */
+    rewardAmount?: number;
+    /** 鏈�鍚庢洿鏂版棩鏈� */
+    lastModificationTime?: string;
+    /** 鎺掑簭 */
+    sequence?: number;
+    /** 鎵撹祻淇℃伅 */
+    rewards?: RewardInfo[];
+    /** 鏄惁鎴戠殑鍏虫敞 */
+    isMyAttention?: boolean;
+    /** 鏄惁鎴戝凡璧� */
+    isMyThumbsUp?: boolean;
+    /** 鏄惁鑷繁鍒涘缓 */
+    isOwnerCreate?: boolean;
+    /** 鏄惁鏀寔骞垮憡 */
+    isSupportAdvertise?: boolean;
+    /** 浣滆�� */
+    author?: string;
+    recommendStatus?: InformationRecommendStatusEnum;
+    /** 鏈夋晥鎴鏃堕棿 */
+    expirationDateTime?: string;
+    /** 鍏虫敞鏃堕棿 */
+    attentionTime?: string;
+  }
+
+  interface InformationInfoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: InformationInfo[];
+  }
+
+  type InformationRecommendStatusEnum = 10 | 20;
+
+  interface InformationRewardInput {
+    /** 琚墦璧忎汉Id */
+    userId?: string;
+    /** 璧勮Id */
+    informationId?: string;
+    /** 鎵撹祻閲戦 */
+    amount?: number;
+    /** 鎵撹祻鍒嗘垚閲戦 */
+    shareAmount?: number;
+  }
+
+  interface InformationShowDetailDto {
+    id?: string;
+    /** 鏍囬 */
+    title?: string;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 璧勮绫诲埆鍚� */
+    categoryName?: string;
+    /** 灏侀潰淇℃伅 */
+    covers?: CoverInfo[];
+    /** 鐐硅禐鏁� */
+    thumbsUpCount?: number;
+    /** 娴忚娆℃暟 */
+    viewCount?: number;
+    /** 浣滆�� */
+    author?: string;
+    fromType?: InformationFormTypeEnum;
+    /** 澶氬皯鏃堕棿涔嬪墠瀛楃涓� */
+    beforeTimeStr?: string;
+    /** 鍙戝竷鏃堕棿 */
+    publishTime?: string;
+    /** 鏄惁鎴戝凡璧� */
+    isMyThumbsUp?: boolean;
+    recommendStatus?: InformationRecommendStatusEnum;
+    introInfo?: IntroInfo;
+    /** 璇︽儏淇℃伅 */
+    intros?: IntroInfo[];
+    /** 鏄惁鍘熷垱 */
+    isOriginal?: boolean;
+    /** 璇︾粏涓惧姙鍦板潃 */
+    address?: string;
+    /** 缁忓害 */
+    longitude?: number;
+    /** 绾害 */
+    latitude?: number;
+    /** 涓惧姙璧峰鏃ユ湡 */
+    toHoldStartTime?: string;
+    /** 涓惧姙鎴鏃ユ湡 */
+    toHoldEndTime?: string;
+    /** 涓惧姙/鍙戝竷鍗曚綅 */
+    unit?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactPhone?: string;
+    /** 鎶ュ悕閾炬帴 */
+    applyLink?: string;
+    /** 鍒嗕韩鏁� */
+    shareCount?: number;
+    /** 鍏虫敞鏁� */
+    attentionCount?: number;
+    /** 鏄惁鎴戠殑鍏虫敞 */
+    isMyAttention?: boolean;
+    /** 瀹㈡埛Id */
+    customerId?: string;
+    /** 鐢ㄦ埛澶村儚鍦板潃 */
+    avatarUrl?: string;
+    isFollow?: boolean;
+    /** 鍙戝竷鑰呭悕绉� */
+    publisherName?: string;
+  }
+
+  interface InformationShowListDto {
+    id?: string;
+    /** 鏍囬 */
+    title?: string;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 璧勮绫诲埆鍚� */
+    categoryName?: string;
+    /** 灏侀潰淇℃伅 */
+    covers?: CoverInfo[];
+    /** 鐐硅禐鏁� */
+    thumbsUpCount?: number;
+    /** 娴忚娆℃暟 */
+    viewCount?: number;
+    /** 浣滆�� */
+    author?: string;
+    fromType?: InformationFormTypeEnum;
+    /** 澶氬皯鏃堕棿涔嬪墠瀛楃涓� */
+    beforeTimeStr?: string;
+    /** 鍙戝竷鏃堕棿 */
+    publishTime?: string;
+    /** 鏄惁鎴戝凡璧� */
+    isMyThumbsUp?: boolean;
+    recommendStatus?: InformationRecommendStatusEnum;
+    introInfo?: IntroInfo;
+  }
+
+  interface InformationShowListDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: InformationShowListDto[];
+  }
+
+  type InformationShowStatusEnum = 1 | 2;
+
+  interface InformationThumbsUpInputV2 {
+    /** 浜у搧璇勮Id */
+    informationId?: string;
+    userId?: string;
+  }
+
+  interface InformationViewInput {
+    /** 浜у搧鐐硅禐Id */
+    id?: string;
+    /** 浜у搧璇勮Id */
+    informationId?: string;
+  }
+
+  interface InformationWaitForCheck {
+    /** 璧勮Id */
+    id?: string;
+    /** 鏍囬 */
+    title?: string;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 璧勮绫诲埆鍚� */
+    categoryName?: string;
+    /** 杩愯惀绫诲埆锛�1骞冲彴鑷惀锛�2瀹㈡埛鑷惀 */
+    operateType?: number;
+    /** 鍙戝竷鏃堕棿 */
+    publishTime?: string;
+    /** 鐘舵�侊細0鎻愪氦寰呭鏍革紝-10椹冲洖 */
+    status?: number;
+    /** 鏉ユ簮 */
+    serveName?: string;
+    fromType?: InformationFormTypeEnum;
+    /** 璧勮鏉ユ簮璇存槑 */
+    fromMessage?: string;
+    /** 鐪丆ode */
+    provinceCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯侰ode */
+    cityCode?: number;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄煙Code */
+    areaCode?: number;
+    /** 鍖哄煙 */
+    areaName?: string;
+    /** 鍖哄煙 */
+    fullArea?: string;
+    /** 璇︾粏涓惧姙鍦板潃 */
+    address?: string;
+    /** 鍦板潃 */
+    fullAddress?: string;
+    /** 瀹炶鍖哄煙锛�0鍏ㄥ浗锛�1鐪佷唤 */
+    implementAreaType?: number;
+    /** 瀹炶鐪佷唤淇℃伅 */
+    provinces?: ProvinceInfo[];
+    /** 浣滆�� */
+    author?: string;
+    /** 鏄惁鍘熷垱 */
+    isOriginal?: boolean;
+    /** 鍒涘缓鏃堕棿 */
+    creationTime?: string;
+    showStatus?: InformationShowStatusEnum;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 鍒涘缓浜� */
+    creationName?: string;
+    /** 鏈夋晥鎴鏃堕棿 */
+    expirationDateTime?: string;
+  }
+
+  interface InformationWaitForCheckPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: InformationWaitForCheck[];
+  }
+
+  interface InitSettingInfo {
+    /** 骞冲彴鑷惀鏈嶅姟鍟嗗悕绉� */
+    selfSupportingServiceName?: string;
+    /** 骞冲彴鏈嶅姟鐢佃瘽 */
+    platServicePhone?: string;
+  }
+
+  interface InquiryAccountStopItem {
+    stopPayFlw?: string;
+    startDate?: string;
+    endDate?: string;
+    remark?: string;
+    stopCode?: string;
+    freezeStatu?: string;
+  }
+
+  interface InquiryAccountStopPaymentDetailsInput {
+    mrchCode: string;
+    recvLength?: number;
+    tradeDate?: number;
+    tradeTime?: number;
+    cnsmrSeqNo: string;
+    accountNo: string;
+    pageNo?: string;
+  }
+
+  interface InquiryAccountStopPaymentDetailsOutput {
+    cSize?: string;
+    endFlag?: string;
+    list?: InquiryAccountStopItem[];
+  }
+
+  interface InquiryIntoTheCurrentDetailsOfMainSubaccountAccountOutput {
+    count?: string;
+    allCount?: string;
+    isEnd?: string;
+    list?: PrimaryAcctDetialItemOne[];
+  }
+
+  interface InquiryIntoTheCurrentDetailsOfMainSubaccountAccountTwoInput {
+    recvLength?: number;
+    tradeDate?: number;
+    tradeTime?: number;
+    cnsmrSeqNo: string;
+    mainAccount: string;
+    opFlag: string;
+    reqSubAccount?: string;
+    startTime: string;
+    endTime: string;
+    remark?: string;
+    dcFlag?: string;
+    pageNo: string;
+    pageSize?: string;
+  }
+
+  interface InsurancePolicyDetailInfo {
+    insurancePolicyDetailId?: string;
+    companyId?: string;
+    /** 淇濆崟Id */
+    insurePolicyId?: string;
+    /** 鎵瑰崟Id */
+    batchBillId?: string;
+    companyName?: string;
+    customerId?: string;
+    /** 鏈嶅姟瀹㈡埛鐢叉柟 */
+    customerName?: string;
+    name?: string;
+    idNumber?: string;
+    phoneNumber?: string;
+    recordCnt?: number;
+    /** 鐘舵�� 4寰呭鏍� 6寰呮敮浠�  10鎶曚繚鎴愬姛  -10鎶曚繚澶辫触  25閫�淇濆緟瀹℃牳 */
+    status?: number;
+    statusStr?: string;
+    effectStartTime?: string;
+    effectStartTimeStr?: string;
+    effectEndTime?: string;
+    effectEndTimeStr?: string;
+    creationTime?: string;
+    creationTimeStr?: string;
+    orderNo?: number;
+    errorMsg?: string;
+    /** 鍙樻洿绫诲瀷 10澧炲姞 20鍒犻櫎 30淇敼 */
+    changeType?: number;
+    sex?: number;
+    sexStr?: string;
+    age?: number;
+    useEmploer?: string;
+    useEmploerId?: string;
+    jobName?: string;
+    jobType?: string;
+    checkStatus?: BatchBillCheckStatus;
+  }
+
+  interface InsurancePolicyDetailInfoJx {
+    insurancePolicyDetailId?: string;
+    companyId?: string;
+    /** 淇濆崟Id */
+    insurePolicyId?: string;
+    /** 鎵瑰崟Id */
+    batchBillId?: string;
+    companyName?: string;
+    customerId?: string;
+    /** 鍙樻洿绫诲瀷 */
+    changeType?: number;
+    /** 鏈嶅姟瀹㈡埛鐢叉柟 */
+    customerName?: string;
+    name?: string;
+    idNumber?: string;
+    phoneNumber?: string;
+    recordCnt?: number;
+    /** 鐘舵�� 4寰呭鏍� 6寰呮敮浠�  10鎶曚繚鎴愬姛  -10鎶曚繚澶辫触  25閫�淇濆緟瀹℃牳 */
+    status?: number;
+    statusStr?: string;
+    effectStartTime?: string;
+    effectStartTimeStr?: string;
+    effectEndTime?: string;
+    effectEndTimeStr?: string;
+    creationTime?: string;
+    creationTimeStr?: string;
+    sex?: number;
+    sexStr?: string;
+    age?: number;
+    useEmploer?: string;
+    useEmploerId?: string;
+    jobName?: string;
+    jobType?: string;
+    orderNo?: number;
+    errorMsg?: string;
+  }
+
+  interface InsurancePolicyDetailInfoJxPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: InsurancePolicyDetailInfoJx[];
+  }
+
+  interface InsurancePolicyDetailInfoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: InsurancePolicyDetailInfo[];
+  }
+
+  interface InsurancePolicyInfo {
+    insurePlanId?: string;
+    insurancePolicyId?: string;
+    /** 鎶曚繚鏂瑰紡 10绾夸笂鎶曚繚  20绾夸笅鎶曚繚 */
+    insureOnlineType?: number;
+    /** 渚涘簲鍟嗗悕绉� */
+    supplierName?: string;
+    /** 淇濋櫓缂栧彿 */
+    serialNum?: string;
+    /** 浜鸿祫鏈烘瀯Id */
+    companyId?: string;
+    /** 浜鸿祫鏈烘瀯鍚嶇О */
+    companyName?: string;
+    /** 鍒涘缓浜� */
+    creatorName?: string;
+    /** 鍒涘缓鏃ユ湡 */
+    createDate?: string;
+    /** 鏈�鍚庢洿鏂版椂闂� */
+    lastModificationTime?: string;
+    /** 璧峰鏃ユ湡 */
+    insureStartDate?: string;
+    /** 鎴鏃ユ湡 */
+    insureEndDate?: string;
+    /** 鎶曚繚绫诲瀷(鎶曚繚鐨勯櫓绉嶇紪鐮�: ACCIDENT: 鎰忓闄�, EMPLOYER_LIABILITY: 闆囦富闄�) */
+    insuranceTypeCode?: string;
+    /** 鎶曚繚浜烘暟 */
+    numberOfInsured?: number;
+    /** 鎶曚繚鎴愬姛 */
+    numberOfSuccess?: number;
+    /** 鎶曚繚澶辫触 */
+    numberOfFailed?: number;
+    /** 閫�淇濅汉鏁� */
+    numberOfRefund?: number;
+    /** 鎶曚繚鏂瑰紡(淇濋殰鍛ㄦ湡:1D,30D,360D) */
+    period?: string;
+    /** 鎬讳繚棰濓紙鍒嗭級 */
+    sumInsured?: number;
+    /** 鎶曚繚鏂瑰紡 10鍚触璐� 20鍚対姝� 30娲ヨ创+鐚濇 40鍩虹鍏ㄥぉ鐗� 50鍚笁鑰呭叏澶╃増 */
+    insureWay?: number;
+    /** 閫�淇濋噾棰� */
+    refundPremium?: number;
+    /** 浜哄憳鍒嗙被 */
+    jobCode?: string;
+    refundMoney?: number;
+    /** 鎶曚繚淇濋 */
+    sumInsuredOfString?: string;
+    /** 鎶曚繚璐圭敤 */
+    amount?: number;
+    /** 0 鏈叏閮ㄦ敹鍒板洖璋� 10 鎶曚繚鎴愬姛 -10鎶曚繚澶辫触  20鏈敓鏁� */
+    policyStatus?: number;
+    /** 鎶曚繚鐘舵�� */
+    status?: number;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 淇濆崟鍙� */
+    policyNo?: string;
+    merchantsId?: string;
+    merchantsName?: string;
+    salesCompanyName?: string;
+    salesCompanyId?: string;
+    effectStartTime?: string;
+    effectEndTime?: string;
+    /** 淇濋櫓鍒版湡鏃堕棿(澶�) */
+    remainDays?: number;
+    /** 璁剧疆鎶曚繚鏃堕棿 */
+    setInsureDateTime?: string;
+    /** 鎶曚繚鍗� */
+    insureBillUrl?: string;
+    /** 淇濆崟 */
+    effectBillUrl?: string;
+    /** 淇濋櫓鍗曞彿 */
+    insureBillNo?: string;
+    /** 鏂规鍚嶇О */
+    schemeType?: string;
+    productSchemeTypeId?: string;
+    /** 淇濋櫓浜у搧Id */
+    productId?: string;
+    /** 淇濋櫓鍚嶇О */
+    productName?: string;
+    walletAccountType?: WalletAccountTypeEnum;
+    /** 鏀舵浼佷笟鍚嶇О */
+    reveiveFundCompanyName?: string;
+    /** 鏀舵浼佷笟閾惰璐﹀彿 */
+    reveiveFundAccountNo?: string;
+    /** 鏀舵閾惰 */
+    reveiveFundBankId?: number;
+    /** 鏀舵閾惰鍚嶇О */
+    reveiveFundBankName?: string;
+    /** 鏀舵鎵�灞炴敮琛� */
+    reveiveFundBankRamus?: string;
+    /** 鏀粯鏃ユ湡 */
+    payDate?: string;
+    /** 鐢靛瓙鍥炲崟 */
+    payVoucherUrl?: string;
+    /** 杞处浠g爜 */
+    transferCode?: string;
+    /** 淇濋櫓鍏徃鍚嶇О */
+    organizationName?: string;
+    /** 鎶曚繚浜哄悕绉� */
+    holderName?: string;
+    /** 鎶曚繚浜篒d */
+    holderId?: string;
+    /** 鎶曚繚浜烘硶浜� */
+    holderLegalPerson?: string;
+    holderCertificateType?: CertificateType;
+    /** 鎶曚繚浜鸿瘉浠跺彿 */
+    holderCertNo?: string;
+    holderCertUrl?: string;
+    /** 鎶曚繚浜哄湴鍧� */
+    holderAddress?: string;
+    /** 鑱旂郴浜� */
+    contracter?: string;
+    /** 鑱旂郴浜篒d */
+    contracterId?: string;
+    /** 鑱旂郴鏂瑰紡 */
+    contracterPhone?: string;
+    /** 琚繚闄╀汉鍚嶇О */
+    insurederName?: string;
+    /** 琚繚闄╀汉Id */
+    insurederId?: string;
+    /** 琚繚闄╀汉娉曚汉 */
+    insurederLegalPerson?: string;
+    insurederCertificateType?: CertificateType;
+    /** 琚繚闄╀汉璇佷欢鍙� */
+    insurederCertNo?: string;
+    insurederCertUrl?: string;
+    /** 琚繚闄╀汉鍦板潃 */
+    insurederAddress?: string;
+    /** 涓枃閲戦 */
+    chineseAmountTxt?: string;
+    /** 瀹℃牳澶囨敞 */
+    auditNote?: string;
+    /** 鏄惁鏈夋壒鍗� */
+    isHasBatchBill?: boolean;
+    /** 纭鍒拌处澶囨敞 */
+    confirmToAccountRemark?: string;
+    /** 鍒版湡/鐢熸晥鏃堕棿鎻愮ず */
+    insureStartEndTimeTips?: string;
+  }
+
+  interface InsurancePolicyInfoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: InsurancePolicyInfo[];
+  }
+
+  interface InsurancePolicyRecord {
+    id?: string;
+    /** 鎶曚繚璁″垝Id */
+    insurePlanId?: string;
+    /** 鎶曚繚鏂瑰紡 10绾夸笂鎶曚繚  20绾夸笅鎶曚繚 */
+    insureOnlineType?: number;
+    insureMarketProductId?: string;
+    companyId?: string;
+    companyName?: string;
+    /** 鏈嶅姟鐢叉柟Id */
+    customerId?: string;
+    /** 鏈嶅姟鐢叉柟 */
+    customerName?: string;
+    insuranceTypeCode?: string;
+    /** 鎶曚繚鏃ユ湡 */
+    insureDate?: string;
+    /** 淇濋櫓鎴鏃ユ湡 */
+    insureEndDate?: string;
+    /** 鎶曚繚鏂瑰紡(淇濋殰鍛ㄦ湡:1D,30D,360D) */
+    period?: string;
+    /** 鎶曚繚閲戦 */
+    price?: number;
+    /** 閫�淇濋噾棰�(鍒�) */
+    refundPremium?: number;
+    /** 淇濋 */
+    sumInsured?: number;
+    /** 鐘舵�� */
+    status?: number;
+    /** 淇濆崟鍙� */
+    policyNo?: string;
+    creationTime?: string;
+    /** 閿欒淇℃伅 */
+    errorMsg?: string;
+    /** 鎶曚繚鏂瑰紡 10鍚触璐� 20鍚対姝� 30娲ヨ创+鐚濇 40鍩虹鍏ㄥぉ鐗� 50鍚笁鑰呭叏澶╃増 */
+    insureWay?: number;
+    jobCode?: string;
+    schemeType?: string;
+    productName?: string;
+    /** 鎶曚繚鍗� */
+    insureBillUrl?: string;
+    /** 淇濋櫓鍗� */
+    effectBillUrl?: string;
+    insureBillNo?: string;
+  }
+
+  interface InsurancePolicyRecordPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: InsurancePolicyRecord[];
+  }
+
+  interface InsureActionLogOutput {
+    insurancePolicyId?: string;
+    batchBillId?: string;
+    actionType?: InsureActionType;
+    info?: string;
+    remark?: string;
+    creatorName?: string;
+    creationTime?: string;
+  }
+
+  interface InsureActionLogOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: InsureActionLogOutput[];
+  }
+
+  type InsureActionType = 10 | 20 | 30 | 40 | 50;
+
+  interface InsureBatchAddInput {
+    /** 鎶曚繚鎵规Id */
+    id?: string;
+    /** 鍏徃Id */
+    companyId?: string;
+    /** 鎵瑰浜哄憳鍒楄〃 */
+    insStaffList?: InsureInsStaffList[];
+    /** 鎶曚繚璐圭敤 */
+    insureMoney?: number;
+  }
+
+  interface InsureBatchBillDetailDto {
+    serialNum?: number;
+    /** 鎵瑰崟缂栧彿 */
+    batchSerialNum?: string;
+    /** 鎶曚繚缂栧彿 */
+    insureSerialNum?: string;
+    /** 浜鸿祫鏈烘瀯Id */
+    companyId?: string;
+    /** 浜鸿祫鏈烘瀯鍚嶇О */
+    companyName?: string;
+    /** 鎶曚繚绫诲瀷(鎶曚繚鐨勯櫓绉嶇紪鐮�: ACCIDENT: 鎰忓闄�, EMPLOYER_LIABILITY: 闆囦富闄�) */
+    insuranceTypeCode?: string;
+    insuranceTypeCodeStr?: string;
+    /** 鎵瑰崟璧峰鏈夋晥鏈� */
+    effectStartTime?: string;
+    /** 鎵瑰崟鎴鏈夋晥鏈� */
+    effectEndTime?: string;
+    /** 鎬讳繚棰濓紙鍒嗭級 */
+    sumInsured?: number;
+    /** 鎶曚繚鏂瑰紡 10鍚触璐� 20鍚対姝� 30娲ヨ创+鐚濇 40鍩虹鍏ㄥぉ鐗� 50鍚笁鑰呭叏澶╃増 */
+    insureWay?: number;
+    /** 浜哄憳鍒嗙被 */
+    jobCode?: string;
+    /** 淇濋櫓鍚嶇О */
+    productName?: string;
+    /** 鎶曚繚鏂规 */
+    schemeType?: string;
+    /** 鎶曚繚鏂瑰紡(淇濋殰鍛ㄦ湡:1D,30D,360D) */
+    period?: string;
+    periodStr?: string;
+    /** 浼佷笟鍚嶇О */
+    holderName?: string;
+    /** 鎵瑰崟淇℃伅 */
+    info?: string;
+    status?: BatchBillCheckStatus;
+    /** 鎵瑰崟鐘舵�� */
+    statusStr?: string;
+    /** 鏈�鍚庢洿鏂版椂闂� */
+    lastModificationTime?: string;
+    /** 鏈�鍚庢洿鏂版椂闂� */
+    lastModificationTimeStr?: string;
+    /** 鍒涘缓鏃堕棿 */
+    creationTime?: string;
+    /** 纭鍒拌处澶囨敞 */
+    confirmToAccountRemark?: string;
+    /** 闄勪欢涓婁紶 */
+    attachmentUrl?: string;
+    /** 淇濆崟Id */
+    insurePolicyId?: string;
+    /** 鎵瑰崟Id */
+    batchBillId?: string;
+    /** 璁剧疆鎶曚繚鏃堕棿 */
+    setInsureDateTime?: string;
+    /** 淇濋櫓鍏徃鍚嶇О */
+    organizationName?: string;
+    /** 鎵瑰崟缂栧彿 */
+    batchBillNo?: string;
+    /** 淇濆崟鐢熸晥鏃堕棿 */
+    insureEffectStartTime?: string;
+    /** 淇濆崟鐢熸晥鎴鏃堕棿 */
+    insureEffectEndTime?: string;
+    /** 鎵瑰崟鐢熸晥鏃堕棿 */
+    batchBillEffectStartTime?: string;
+    walletAccountType?: WalletAccountTypeEnum;
+    /** 鏀舵浼佷笟鍚嶇О */
+    reveiveFundCompanyName?: string;
+    /** 鏀舵浼佷笟閾惰璐﹀彿 */
+    reveiveFundAccountNo?: string;
+    /** 鏀舵閾惰 */
+    reveiveFundBankId?: number;
+    /** 鏀舵閾惰鍚嶇О */
+    reveiveFundBankName?: string;
+    /** 鏀舵鎵�灞炴敮琛� */
+    reveiveFundBankRamus?: string;
+    /** 鏀粯閲戦 */
+    amount?: number;
+    /** 鏀粯鏃ユ湡 */
+    payDate?: string;
+    /** 鐢靛瓙鍥炲崟Url */
+    payVoucherUrl?: string;
+    /** 杞处涓氬姟鐮� */
+    transferCode?: string;
+    /** 瀹℃壒澶囨敞/椹冲洖鍘熷洜 */
+    auditNote?: string;
+    checkStatus?: BatchBillCheckStatus;
+    holderCertifiicateType?: CertificateType;
+    /** 鎶曚繚浜鸿瘉浠跺彿鐮� */
+    holderCertificateNum?: string;
+    /** 鎶曚繚浜鸿瘉浠禪rl */
+    holderCertificateUrl?: string;
+    /** 鎶曚繚浜轰紒涓氬湴鍧� */
+    holderAddress?: string;
+    /** 鑱旂郴浜� */
+    contracter?: string;
+    /** 鑱旂郴浜虹數璇� */
+    contracterPhone?: string;
+    /** 琚繚闄╀汉鍚嶇О */
+    insurederName?: string;
+    insurederCertifiicateType?: CertificateType;
+    /** 琚繚闄╀汉璇佷欢鍙风爜 */
+    insurederCertificateNum?: string;
+    /** 鎶曚繚浜鸿瘉浠禪rl */
+    insurederCertificateUrl?: string;
+    /** 琚繚闄╀汉浼佷笟鍦板潃 */
+    insurederAddress?: string;
+    /** 琚繚闄╀汉鍙楃泭浜� */
+    insurederLegalPerson?: string;
+    /** 涓枃閲戦 */
+    chineseAmountTxt?: string;
+  }
+
+  interface InsureBatchBillDto {
+    serialNum?: number;
+    /** 淇濆崟Id */
+    insurePolicyId?: string;
+    /** 鎵瑰崟Id */
+    batchBillId?: string;
+    /** 鎵瑰崟缂栧彿 */
+    batchSerialNum?: string;
+    /** 鎶曚繚缂栧彿 */
+    insureSerialNum?: string;
+    /** 浜鸿祫鏈烘瀯Id */
+    companyId?: string;
+    /** 浜鸿祫鏈烘瀯鍚嶇О */
+    companyName?: string;
+    /** 鎶曚繚绫诲瀷(鎶曚繚鐨勯櫓绉嶇紪鐮�: ACCIDENT: 鎰忓闄�, EMPLOYER_LIABILITY: 闆囦富闄�) */
+    insuranceTypeCode?: string;
+    insuranceTypeCodeStr?: string;
+    /** 鎵瑰崟璧峰鏈夋晥鏈� */
+    effectStartTime?: string;
+    /** 鎵瑰崟鎴鏈夋晥鏈� */
+    effectEndTime?: string;
+    /** 淇濊垂 */
+    amount?: number;
+    /** 鎬讳繚棰濓紙鍒嗭級 */
+    sumInsured?: number;
+    /** 鎶曚繚鏂瑰紡 10鍚触璐� 20鍚対姝� 30娲ヨ创+鐚濇 40鍩虹鍏ㄥぉ鐗� 50鍚笁鑰呭叏澶╃増 */
+    insureWay?: number;
+    /** 浜哄憳鍒嗙被 */
+    jobCode?: string;
+    /** 淇濋櫓鍚嶇О */
+    productName?: string;
+    /** 鎶曚繚鏂规 */
+    schemeType?: string;
+    /** 鎶曚繚鏂瑰紡(淇濋殰鍛ㄦ湡:1D,30D,360D) */
+    period?: string;
+    periodStr?: string;
+    /** 浼佷笟鍚嶇О */
+    holderName?: string;
+    /** 鎵瑰崟淇℃伅 */
+    info?: string;
+    status?: BatchBillCheckStatus;
+    /** 鎵瑰崟鐘舵�� */
+    statusStr?: string;
+    /** 鏈�鍚庢洿鏂版椂闂� */
+    lastModificationTime?: string;
+    /** 鏈�鍚庢洿鏂版椂闂� */
+    lastModificationTimeStr?: string;
+    walletAccountType?: WalletAccountTypeEnum;
+    /** 鍒涘缓鏃堕棿 */
+    creationTime?: string;
+    /** 纭鍒拌处澶囨敞 */
+    confirmToAccountRemark?: string;
+    /** 瀹℃牳澶囨敞 */
+    auditNote?: string;
+    /** 鐢靛瓙鍥炲崟Url */
+    payVoucherUrl?: string;
+    /** 闄勪欢涓婁紶 */
+    attachmentUrl?: string;
+  }
+
+  interface InsureBatchBillDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: InsureBatchBillDto[];
+  }
+
+  interface InsureBatchBillInput {
+    /** 鎶曚繚Id */
+    insurancePolicyId?: string;
+    /** 鎵瑰崟Id */
+    batchBillId?: string;
+    /** 璐圭敤 */
+    amount?: number;
+    /** 鐢熸晥璧峰鏃堕棿 */
+    effectStartTime?: string;
+    /** 鐢熸晥鎴鏃堕棿 */
+    effectEndTime?: string;
+    /** 鎵瑰浜哄憳鍒楄〃 */
+    addInsStaffList?: InsureInsStaffList[];
+    /** 淇敼浜哄憳鍒楄〃 */
+    updateInsStaffList?: InsureInsStaffList[];
+    /** 鍒犻櫎浜哄憳鍒楄〃 */
+    delInsStaffList?: InsureInsStaffList[];
+  }
+
+  interface InsureCommonInfoDto {
+    id?: string;
+    commonInfoType?: CommonInfoType;
+    /** 鍚嶇О */
+    name?: string;
+    /** 鑱旂郴鐢佃瘽鎴栨墜鏈哄彿 */
+    phoneNumber?: string;
+    certificateType?: CertificateType;
+    /** 璇佷欢鍙风爜 */
+    certificateNum?: string;
+    /** 璇佷欢璺緞 */
+    certificateUrl?: string;
+    /** 鍦板潃 */
+    address?: string;
+    /** 鏈�鍚庝慨鏀规椂闂� */
+    lastModificationTime?: string;
+    /** 鎬у埆 鐢�0 濂�1 */
+    sex?: number;
+    /** 鍑虹敓骞存湀鏃� */
+    brithDay?: string;
+  }
+
+  interface InsureCommonInfoDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: InsureCommonInfoDto[];
+  }
+
+  interface InsureConsultDto {
+    id?: string;
+    /** 鍏徃鍚嶇О */
+    companyName?: string;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone?: string;
+    /** 鎶曚繚浜烘暟 1:1~49 2锛�20~99 3锛� 100浠ヤ笂 */
+    insureNumberType?: number;
+    /** 璧蜂繚鏃堕棿 */
+    insureStartDate?: string;
+    /** 璺熻繘鐘舵�� 1 锛氬緟澶勭悊 -1锛氭殏鍋� -2 锛氫綔搴� 10锛氬鎺ヤ腑 20 纭鍚堜綔 */
+    status?: number;
+    /** 鏈�鍚庤窡杩涙椂闂� */
+    lastFollowDate?: string;
+    /** 鏈�鍚庤窡杩涙椂闂� */
+    creationTime?: string;
+    /** 淇濋櫓浜у搧Id */
+    insureMarketProductId?: string;
+    /** 淇濋櫓浜у搧鍚嶇О */
+    insureMarketProductName?: string;
+    /** 璺熻繘娆℃暟 */
+    followCount?: number;
+  }
+
+  interface InsureConsultDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: InsureConsultDto[];
+  }
+
+  interface InsureConsultFollowDto {
+    id?: string;
+    /** 鍏徃鍚嶇О */
+    companyName?: string;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone?: string;
+    /** 鎶曚繚浜烘暟 1:1~49 2锛�20~99 3锛� 100浠ヤ笂 */
+    insureNumberType?: number;
+    /** 璺熻繘鏃堕棿 */
+    creationTime?: string;
+    /** 瀹㈡埛闇�姹� */
+    customerNeed?: string;
+    /** 闇�姹傝窡杩� */
+    followNeed?: string;
+    /** 鍜ㄨID */
+    insureConsultId?: string;
+    /** 璺熻繘鐘舵�� 1 锛氬緟澶勭悊 -1锛氭殏鍋� -2 锛氫綔搴� 10锛氬鎺ヤ腑 20 纭鍚堜綔 */
+    status?: number;
+    /** 鎿嶄綔浜� */
+    operterName?: string;
+    /** 淇濋櫓浜у搧Id */
+    insureMarketProductId?: string;
+    /** 淇濋櫓浜у搧鍚嶇О */
+    insureMarketProductName?: string;
+  }
+
+  interface InsureConsultFollowDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: InsureConsultFollowDto[];
+  }
+
+  interface InsureConsultInfoDto {
+    id?: string;
+    /** 鍏徃鍚嶇О */
+    companyName?: string;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone?: string;
+    /** 鎶曚繚浜烘暟 1:1~49 2锛�20~99 3锛� 100浠ヤ笂 */
+    insureNumberType?: number;
+    /** 璧蜂繚鏃堕棿 */
+    insureStartDate?: string;
+    /** 鐘舵�� */
+    status?: number;
+    /** 鏈�鍚庤窡杩涙椂闂� */
+    lastFollowDate?: string;
+    /** 淇濋櫓浜у搧Id */
+    insureMarketProductId?: string;
+    /** 淇濋櫓浜у搧鍚嶇О */
+    insureMarketProductName?: string;
+    /** 璺熻繘娆℃暟 */
+    followCount?: number;
+  }
+
+  interface InsureCustomerDto {
+    /** 鐢叉柟鍚嶇О */
+    name?: string;
+    /** 鐢叉柟ID */
+    id?: string;
+  }
+
+  interface InsureCustomerInfo {
+    /** 瀹㈡埛Id */
+    customerId?: string;
+    /** 浜鸿祫鏈烘瀯鍚嶇О */
+    companyName?: string;
+    /** 瀹㈡埛鐢叉柟鍚嶇О */
+    customerName?: string;
+    /** 浼佷笟绫诲瀷 */
+    type?: number;
+    /** 鍚堜綔璧峰鏃ユ湡 */
+    cooperateDate?: string;
+    /** 鑱旂郴浜� */
+    contactPerson?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactPhone?: string;
+    /** 鏈嶅姟浜哄憳鏁� */
+    labourCnt?: number;
+    /** 鐘舵�� */
+    status?: number;
+  }
+
+  interface InsureCustomerInfoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: InsureCustomerInfo[];
+  }
+
+  interface InsureCustomerModel {
+    /** 鐢叉柟鍚嶇О */
+    name?: string;
+    /** 浼佷笟绫诲瀷 */
+    type?: number;
+    /** 鑱旂郴浜� */
+    contactPerson?: string;
+    /** 鏈嶅姟浜哄憳鏁� */
+    labourCnt?: number;
+  }
+
+  interface InsureCustomerModelPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: InsureCustomerModel[];
+  }
+
+  interface InsureDto {
+    /** 鎶曚繚鎬讳汉鏁� */
+    totalCount?: number;
+    /** 鎶曚繚鎴愬姛浜烘暟 */
+    successCount?: number;
+    /** 鎶曚繚澶辫触浜烘暟 */
+    errorCount?: number;
+    /** 鏄惁澶勭悊鎴愬姛 */
+    success?: boolean;
+    /** 澶勭悊澶辫触鐨勫師鍥� */
+    message?: string;
+    /** 鎶曚繚澶辫触浜哄憳鍒楄〃 */
+    module?: InsureFailEmployeeDTO[];
+    /** 鎴戜滑鑷繁璁剧疆鐨勭敓鏁堟椂闂� */
+    weStartTime?: string;
+    /** 鎴戜滑鑷繁璁剧疆鐨勫け鏁堟椂闂� */
+    weEndTime?: string;
+    /** 淇濋櫓鎵规Id */
+    insurePolicyId?: string;
+  }
+
+  interface InsureEmployeeDTO {
+    name?: string;
+    certNo?: string;
+    mobile?: string;
+    outSubBizNo?: string;
+  }
+
+  interface InsureFailEmployeeDTO {
+    name?: string;
+    certNo?: string;
+    outSubBizNo?: string;
+    failReason?: string;
+    staffId?: string;
+  }
+
+  interface InsureInput {
+    /** 淇濆崟Id */
+    insuracePolicyId?: string;
+    companyId?: string;
+    walletAccountType?: WalletAccountTypeEnum;
+    insuranceTypeCode?: string;
+    /** 淇濋櫓鍦烘櫙鐮�: FLEXIBLE_EMPLOYMENT-鏃ュ崟锛堝疄鏃剁敓鏁堬級锛汭NITIATIVE_EMPLOYMENT-闀挎湡锛堟鏃�0鐐圭敓鏁堬級 */
+    bizCode?: string;
+    /** 淇濋殰鍛ㄦ湡锛�1D銆�30D銆�360D锛坆izCode涓洪暱鏈熸椂蹇呬紶锛� */
+    period?: string;
+    /** 鑱屼笟缂栫爜: default-1-涓�绫昏亴涓�; default-2-浜岀被鑱屼笟;default-3-涓夌被鑱屼笟;default-4-鍥涚被鑱屼笟; */
+    jobCode?: string;
+    /** 鎶曚繚鏂瑰紡 10鍚触璐� 20鍚対姝� 30娲ヨ创+鐚濇 40鍩虹鍏ㄥぉ鐗� 50鍚笁鑰呭叏澶╃増 */
+    insureWay?: number;
+    /** 淇濋锛堝垎锛� */
+    sumInsured?: number;
+    /** 宸ヤ綔鍦扮偣 */
+    companyInsureAddress?: string;
+    remark?: string;
+    insStaffList?: InsureInsStaffList[];
+    /** 鎶曚繚璐圭敤 */
+    insureMoney?: number;
+    /** 鏄惁鏉ヨ嚜淇濋櫓璁″垝 */
+    isFromInsurePlan?: boolean;
+    /** 淇濋櫓璁″垝Id */
+    insurePlanId?: string;
+    creatorId?: string;
+    /** 鎶曚繚鏂瑰紡 10绾夸笂鎶曚繚  20绾夸笅鎶曚繚 */
+    insureOnlineType?: number;
+    /** 鎶曚繚鍗� 浠呯嚎涓嬫姇淇濆瓨鍦� */
+    insureBillUrl?: string;
+    /** 鎶曚繚鍩庡競缂栫爜 鍩庡競缂栫爜 */
+    workCityCode?: string;
+    /** 鎶曚繚鍩庡競鍦扮偣 缁勫悎鏂瑰紡 xx鐪亁x甯� */
+    workCity?: string;
+    /** 甯傚満淇濋櫓浜у搧Id 绾夸笅鎶曚繚鏂瑰紡鏃跺繀椤� */
+    insureMarketProductId?: string;
+    /** 鏂规Id */
+    productSchemeTypeId?: string;
+    /** 鏂规鍚嶇О */
+    schemeType?: string;
+    /** 璁剧疆鎶曚繚鏃ユ湡 */
+    setInsureDateTime?: string;
+    /** 淇濋櫓鏂规璇︾粏Id */
+    schemeTypeDetailId?: string;
+    /** 鑱旂郴浜� */
+    contracter?: string;
+    /** 鎶曚繚浜� */
+    policyholder?: string;
+    /** 琚繚闄╀汉 */
+    insureder?: string;
+  }
+
+  interface InsureInsStaffList {
+    id?: string;
+    /** 鍘熶汉鍛樺搴旇缁嗚〃Id 浠呬慨鏀圭被鍨嬫椂璇ュ�间笉涓虹┖ */
+    insurancePolicyDetailId?: string;
+    /** 淇濆崟Id */
+    insurePolicyId?: string;
+    /** 鎵瑰崟Id */
+    batchBillId?: string;
+    /** 濮撳悕 */
+    name?: string;
+    /** 韬唤璇佸彿 */
+    certNo?: string;
+    /** 鎵嬫満鍙� */
+    mobile?: string;
+    /** 10 鍦ㄨ亴 20绂昏亴 */
+    staffStatus?: number;
+    /** 1姝e父 0寮傚父 */
+    isNormal?: boolean;
+    outSubBizNo?: string;
+    sex?: number;
+    age?: number;
+    useEmploer?: string;
+    useEmploerId?: string;
+    jobName?: string;
+    jobType?: string;
+    jobIntType?: number;
+    /** 淇敼绫诲瀷 10娣诲姞 20鍒犻櫎 30鏇存敼 40淇濈暀 */
+    changeType?: number;
+    checkStatus?: BatchBillCheckStatus;
+  }
+
+  interface InsureMarketProductAllDto {
+    id?: string;
+    /** 淇濋櫓鍚嶇О */
+    name?: string;
+  }
+
+  interface InsureMarketProductDto {
+    id?: string;
+    /** 淇濋櫓鍚嶇О */
+    name?: string;
+    /** 淇濋櫓闄╃ */
+    insureType?: string;
+    /** 淇濋櫓鍏徃 */
+    companyId?: string;
+    /** 淇濋櫓鍏徃 */
+    companyName?: string;
+    /** 浠锋牸鑼冨洿寮�濮� */
+    priceBegin?: number;
+    /** 浠锋牸鑼冨洿缁撴潫 */
+    priceEnd?: number;
+    /** 鎶曚繚鏂瑰紡 */
+    insureWay?: string;
+    /** 鑱屼笟绫诲埆寮�濮� */
+    jobLevelBegin?: number;
+    /** 鑱屼笟绫诲埆缁撴潫 */
+    jobLevelEnd?: number;
+    /** 骞撮緞鑼冨洿寮�濮� */
+    ageBegin?: number;
+    /** 骞撮緞鑼冨洿缁撴潫 */
+    ageEnd?: number;
+    /** 鏍囩鐨処d */
+    tagId?: number;
+    /** 鎺掑簭 */
+    sort?: number;
+    /** 浜у搧绠�杩� */
+    description?: string;
+    /** 淇濋櫓鍦烘櫙 */
+    scene?: string;
+    /** 淇濋櫓鏂规 */
+    scheme?: string;
+    /** 淇濋櫓娴佺▼ */
+    flow?: string;
+    /** 淇濋櫓椤荤煡 */
+    needKnow?: string;
+    /** 渚涘簲鍟嗙被鍨� 1锛氭笭閬撲唬鐞� 2锛氫繚闄╁叕鍙哥洿钀� */
+    supplierType?: number;
+    /** 渚涘簲鍟嗗悕绉� */
+    supplierName?: string;
+    /** 渚涘簲鍟咺D */
+    supplierId?: string;
+    /** 浜у搧鍥剧墖 */
+    productUrl?: string;
+    /** 鍚堜綔鏂囦欢 */
+    collaborateFile?: string;
+    /** 绾夸笂淇濋櫓杩樻槸绾夸笅淇濋櫓 */
+    onlineType?: number;
+    /** 淇濋櫓鐘舵�� */
+    status?: number;
+    /** 鏈�鍚庝笂鏋舵椂闂� */
+    lastOnShelfDate?: string;
+    /** 鏂规鏁伴噺 */
+    schemeTypeCount?: number;
+    creationTime?: string;
+    isSetting?: boolean;
+    /** 鏄惁涓烘巿鏉冧骇鍝� */
+    isNeedAuth?: boolean;
+  }
+
+  interface InsureMarketProductDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: InsureMarketProductDto[];
+  }
+
+  interface InsureMarketProductForFrontDto {
+    id?: string;
+    /** 淇濋櫓鍚嶇О */
+    name?: string;
+    /** 淇濋櫓闄╃ */
+    insureType?: string;
+    /** 淇濋櫓鍏徃 */
+    companyName?: string;
+    /** 浠锋牸鑼冨洿寮�濮� */
+    priceBegin?: number;
+    /** 浠锋牸鑼冨洿缁撴潫 */
+    priceEnd?: number;
+    /** 骞撮緞鑼冨洿寮�濮� */
+    ageBegin?: number;
+    /** 骞撮緞鑼冨洿缁撴潫 */
+    ageEnd?: number;
+    tagId?: number;
+    /** 鎶曚繚鏂瑰紡 */
+    insureWay?: string;
+    /** 浜у搧鍥剧墖 */
+    productUrl?: string;
+    /** 绾夸笂淇濋櫓杩樻槸绾夸笅淇濋櫓 */
+    onlineType?: number;
+    sort?: number;
+    creationTime?: string;
+    isNeedAuth?: boolean;
+  }
+
+  interface InsureMarketProductForFrontDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: InsureMarketProductForFrontDto[];
+  }
+
+  interface InsureMarketProductInfoDto {
+    id?: string;
+    /** 淇濋櫓鍚嶇О */
+    name?: string;
+    /** 淇濋櫓闄╃ */
+    insureType?: string;
+    /** 淇濋櫓鍏徃 */
+    companyId?: string;
+    /** 淇濋櫓鍏徃 */
+    companyName?: string;
+    /** 浠锋牸鑼冨洿寮�濮� */
+    priceBegin?: number;
+    /** 浠锋牸鑼冨洿缁撴潫 */
+    priceEnd?: number;
+    /** 鎶曚繚鏂瑰紡 */
+    insureWay?: string;
+    claimPhoneNum?: string;
+    claimTips?: string;
+    /** 鑱屼笟绫诲埆寮�濮� */
+    jobLevelBegin?: number;
+    /** 鑱屼笟绫诲埆缁撴潫 */
+    jobLevelEnd?: number;
+    /** 骞撮緞鑼冨洿寮�濮� */
+    ageBegin?: number;
+    /** 骞撮緞鑼冨洿缁撴潫 */
+    ageEnd?: number;
+    /** 鏍囩鐨処d */
+    tagId?: number;
+    /** 鎺掑簭 */
+    sort?: number;
+    /** 浜у搧绠�杩� */
+    description?: string;
+    /** 绂佷繚鍩庡競缂栫爜 */
+    noAllowInsure?: string[];
+    noInsureCityCode?: string;
+    insureMustReadUrl?: string;
+    insureMustReadUrlList?: string[];
+    /** 淇濋櫓鍦烘櫙 */
+    scene?: string;
+    /** 淇濋櫓鏂规 */
+    scheme?: string;
+    /** 淇濋櫓娴佺▼ */
+    flow?: string;
+    /** 淇濋櫓椤荤煡 */
+    needKnow?: string;
+    /** 渚涘簲鍟嗙被鍨� */
+    supplierType?: number;
+    /** 渚涘簲鍟嗗悕绉� */
+    supplierName?: string;
+    supplierId?: string;
+    /** 浜у搧鍥剧墖 */
+    productUrl?: string;
+    /** 鍚堜綔鏂囦欢 */
+    collaborateFile?: string;
+    /** 绾夸笂淇濋櫓杩樻槸绾夸笅淇濋櫓 */
+    onlineType?: number;
+    /** 淇濋櫓鐘舵�� */
+    status?: number;
+    isSuppeortIointPay?: boolean;
+    /** 鏈�鍚庝笂鏋舵椂闂� */
+    lastOnShelfDate?: string;
+    /** 鏄惁涓烘巿鏉冧骇鍝� */
+    isNeedAuth?: boolean;
+    marketProductQuestion?: InsureMarketProductQuestionInfo[];
+    marketProductSchemeType?: InsureMarketProductSchemeTypeInfo[];
+    productSetting?: InsureMarketProductMainInfoDto;
+  }
+
+  interface InsureMarketProductMainInfoDto {
+    /** 浜у搧Id */
+    markProductId?: string;
+    /** 鏀舵浼佷笟鍚嶇О */
+    reveiveFundCompanyName?: string;
+    /** 鏀舵浼佷笟閾惰璐﹀彿 */
+    reveiveFundAccountNo?: string;
+    /** 鏀舵閾惰 */
+    reveiveFundBankId?: number;
+    /** 鏀舵閾惰鍚嶇О */
+    reveiveFundBankName?: string;
+    /** 鏀舵鎵�灞炴敮琛� */
+    reveiveFundBankRamus?: string;
+    /** 璧蜂繚浜烘暟 */
+    insureStartCount?: number;
+    /** 杞处浠g爜 */
+    transferCode?: string;
+    /** 淇濆徃閭 */
+    insureEnterEmail?: string;
+    /** 鐞嗚禂鐢佃瘽 */
+    claimPhoneNum?: string;
+    /** 鐞嗚禂鎻愰啋 */
+    claimTips?: string;
+    /** 鐭ュ惁鏀寔瀹氬悜鏀粯 */
+    isSuppeortIointPay?: boolean;
+    /** 鎵瑰崟鏂囦欢 */
+    insureAuditBillUrl?: string;
+    /** 鎶曚繚椤荤煡鏂囦欢 */
+    insureMustReadUrl?: string;
+    /** 绂佹鎶曚繚鍩庡競缂栫爜 缁勫悎鏂瑰紡 000001,000002,000003 */
+    noInsureCityCode?: string;
+    /** 绂佹鎶曚繚鍩庡競鍚嶇О 缁勫悎鏂瑰紡 xx鐪亁x甯�,xx鐪亁x甯�,xx鐪亁x甯�, */
+    noInsureCity?: string;
+    listSchemeType?: MarkProductSchemeTypeDto[];
+    /** 闄愬埗鍒楄〃 */
+    listRule?: MarkProductRuleInput[];
+    /** 鎶曚繚椤荤煡 */
+    insureMustReadList?: string[];
+    /** 骞撮緞闄愬埗瑙勫垯鍒楄〃 */
+    listAgeRule?: MarkProductRuleDto[];
+    /** 鑱屼笟绫诲埆瑙勫垯鍒楄〃 */
+    listJobRule?: MarkProductRuleDto[];
+    /** 浠锋牸鑼冨洿寮�濮� */
+    priceBegin?: number;
+    /** 浠锋牸鑼冨洿缁撴潫 */
+    priceEnd?: number;
+    /** 鎶曚繚鏂瑰紡 */
+    insureWay?: string;
+    /** 鑱屼笟绫诲埆寮�濮� */
+    jobLevelBegin?: number;
+    /** 鑱屼笟绫诲埆缁撴潫 */
+    jobLevelEnd?: number;
+    /** 骞撮緞鑼冨洿寮�濮� */
+    ageBegin?: number;
+    /** 骞撮緞鑼冨洿缁撴潫 */
+    ageEnd?: number;
+  }
+
+  interface InsureMarketProductQuestionInfo {
+    /** 闂鏍囬 */
+    title?: string;
+    helpQuestionIntroInfos?: HelpQuestionIntroInfo[];
+    /** 闂ID */
+    questionId?: string;
+    /** 鎺掑簭 */
+    sort?: number;
+  }
+
+  interface InsureMarketProductQuestionInput {
+    /** 闂ID */
+    questionId?: string;
+    /** 鎺掑簭 */
+    sort?: number;
+  }
+
+  interface InsureMarketProductSchemeTypeInfo {
+    id?: string;
+    /** 鏂规鍚嶇О */
+    schemeName?: string;
+    /** 鎺掑簭鍙� */
+    sort?: number;
+  }
+
+  interface InsureMarketProductSchemeTypeInput {
+    id?: string;
+    /** 鏂规鍚嶇О */
+    schemeName?: string;
+    /** 鎺掑簭鍙� */
+    sort?: number;
+  }
+
+  interface InsureMarketProductToAuthInput {
+    companyId?: string;
+    authProductIds?: string[];
+  }
+
+  interface InsureMarkProductSettingInput {
+    /** 浜у搧Id */
+    markProductId?: string;
+    /** 鏀舵浼佷笟鍚嶇О */
+    reveiveFundCompanyName?: string;
+    /** 鏀舵浼佷笟閾惰璐﹀彿 */
+    reveiveFundAccountNo?: string;
+    /** 鏀舵閾惰 */
+    reveiveFundBankId?: number;
+    /** 鏀舵閾惰鍚嶇О */
+    reveiveFundBankName?: string;
+    /** 鏀舵鎵�灞炴敮琛� */
+    reveiveFundBankRamus?: string;
+    /** 璧蜂繚浜烘暟 */
+    insureStartCount?: number;
+    /** 杞处浠g爜 */
+    transferCode?: string;
+    /** 淇濆徃閭 */
+    insureEnterEmail?: string;
+    /** 鐞嗚禂鐢佃瘽 */
+    claimPhoneNum?: string;
+    /** 鐞嗚禂鎻愰啋 */
+    claimTips?: string;
+    /** 鐭ュ惁鏀寔瀹氬悜鏀粯 */
+    isSuppeortIointPay?: boolean;
+    /** 鎵瑰崟鏂囦欢 */
+    insureAuditBillUrl?: string;
+    /** 鎶曚繚椤荤煡鏂囦欢 */
+    insureMustReadUrl?: string;
+    /** 绂佹鎶曚繚鍩庡競缂栫爜 缁勫悎鏂瑰紡 000001,000002,000003 */
+    noInsureCityCode?: string;
+    /** 绂佹鎶曚繚鍩庡競鍚嶇О 缁勫悎鏂瑰紡 xx鐪亁x甯�,xx鐪亁x甯�,xx鐪亁x甯�, */
+    noInsureCity?: string;
+    /** 鏂规鍒楄〃 */
+    listSchemeType?: MarkProductSchemeTypeInput[];
+    /** 闄愬埗鍒楄〃 */
+    listRule?: MarkProductRuleInput[];
+  }
+
+  interface InsureOfflineBillDto {
+    id?: string;
+    /** 浼佷笟鍚嶇О */
+    companyName?: string;
+    /** 缁熶竴淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 淇濋櫓淇濆崟鍙� */
+    billCode?: string;
+    /** 闄╃ */
+    insureType?: string;
+    /** 淇濋櫓浜у搧Id */
+    insureProductId?: string;
+    /** 鎶曚繚浠锋牸 */
+    insurePrice?: number;
+    /** 淇濋櫓鏈夋晥鏈熻捣濮嬫椂闂� */
+    insureBeginDate?: string;
+    /** 淇濋櫓鏈夋晥鏈熺粨鏉熸椂闂� */
+    insureEndDate?: string;
+    /** 閿�鍞叕鍙� */
+    salesCompany?: string;
+    /** 涓氬姟鍛� */
+    salesman?: string;
+    /** 闄勪欢 */
+    attachment?: string;
+    /** 鐘舵�� 1 鏈紑濮� 2 淇濋殰涓� 宸插け鏁� -1 */
+    status?: number;
+    /** 淇濋櫓鍚嶇О */
+    productName?: string;
+    /** 鎿嶄綔浜� */
+    operator?: string;
+    /** 淇濋櫓鍏徃鍚嶇О */
+    insureOrganizationName?: string;
+    /** 鏁版嵁绫诲瀷 1閫�淇�  2鎵瑰 */
+    operateType?: number;
+  }
+
+  interface InsureOfflineBillDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: InsureOfflineBillDto[];
+  }
+
+  interface InsureOfflineBillInfoDto {
+    id?: string;
+    /** 浼佷笟鍚嶇О */
+    companyName?: string;
+    /** 缁熶竴淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 淇濋櫓淇濆崟鍙� */
+    billCode?: string;
+    /** 闄╃ */
+    insureType?: string;
+    /** 淇濋櫓浜у搧Id */
+    insureProductId?: string;
+    /** 鎶曚繚浠锋牸 */
+    insurePrice?: number;
+    /** 淇濋櫓鏈夋晥鏈熻捣濮嬫椂闂� */
+    insureBeginDate?: string;
+    /** 淇濋櫓鏈夋晥鏈熺粨鏉熸椂闂� */
+    insureEndDate?: string;
+    /** 閿�鍞叕鍙� */
+    salesCompany?: string;
+    /** 涓氬姟鍛� */
+    salesman?: string;
+    /** 闄勪欢 */
+    attachment?: string;
+    /** 鐘舵�� 1 鏈紑濮� 2 淇濋殰涓� 宸插け鏁� -1 */
+    status?: number;
+    /** 淇濋櫓鍚嶇О */
+    productName?: string;
+  }
+
+  interface InsureOrganizationDto {
+    id?: string;
+    /** 淇濋櫓鍏徃鍏ㄧО */
+    name?: string;
+    /** 淇濋櫓鍏徃绠�绉� */
+    shortName?: string;
+    /** 鐘舵�� */
+    status?: number;
+    /** 鎺掑簭 */
+    sort?: number;
+  }
+
+  interface InsureOrganizationInfoDto {
+    id?: string;
+    /** 淇濋櫓鍏徃鍏ㄧО */
+    name?: string;
+    /** 淇濋櫓鍏徃绠�绉� */
+    shortName?: string;
+    /** 鐘舵�� */
+    status?: number;
+    /** 鎺掑簭 */
+    sort?: number;
+    /** 鍏宠仈浜у搧鏁� */
+    productCount?: number;
+    /** 鍒涘缓鏃堕棿 */
+    creationTime?: string;
+  }
+
+  interface InsureOrganizationInfoDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: InsureOrganizationInfoDto[];
+  }
+
+  interface InsureOrganizationSelectDto {
+    id?: string;
+    /** 淇濋櫓鍏徃鍏ㄧО */
+    name?: string;
+    /** 淇濋櫓鍏徃绠�绉� */
+    shortName?: string;
+  }
+
+  type InsurePeopleNumberEnum = 10 | 20 | 30;
+
+  interface InsurePersonSortBigTypeTree {
+    id?: number;
+    name?: string;
+    children?: InsurePersonSortSmallTypeTree[];
+  }
+
+  interface InsurePersonSortSmallTypeTree {
+    id?: number;
+    parentsName?: string;
+    name?: string;
+    children?: GetInsurePersonSortList[];
+  }
+
+  interface InsurePlanDetailDto {
+    id?: string;
+    /** 鍏徃Id */
+    companyId?: string;
+    /** 鎶曚繚鎵规缂栧彿 */
+    insurePolicyId?: string;
+    /** 璁″垝鏄庣粏璇︽儏Id */
+    insurePlanDetailId?: string;
+    /** 鎶曚繚缂栧彿 */
+    serialNum?: string;
+    /** 鍒涘缓鏃堕棿 */
+    creationTime?: string;
+    /** 鐢熸晥鏃堕棿 */
+    effectStartTime?: string;
+    /** 棰勪及鎶曚繚鎴鏃堕棿 */
+    effectEndTime?: string;
+    /** 鎵ц鎺ㄩ�佹姇淇濇椂闂� */
+    pushDateTime?: string;
+    /** 闇�瑕佹墽琛岀敓鏁堟椂闂� */
+    needEffectDateTime?: string;
+    /** 鎶曚繚鏈熸暟 */
+    staffCount?: number;
+    /** 鎶曚繚鎴愬姛浜烘暟 */
+    successStaffCount?: number;
+    /** 鎶曚繚澶辫触浜烘暟 */
+    failNumberOfInsured?: number;
+    /** 鎶曚繚閲戦 */
+    amount?: number;
+    /** 閫�淇濅繚璐� */
+    refundAmount?: number;
+    /** 瀹為檯淇濊垂 */
+    realAmount?: number;
+    /** 淇濆崟鐘舵�� */
+    insureStatus?: number;
+  }
+
+  interface InsurePlanDetailDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: InsurePlanDetailDto[];
+  }
+
+  interface InsurePlanDto {
+    id?: string;
+    /** 璁″垝搴忓彿 */
+    serialNum?: string;
+    /** 淇濋櫓鏈烘瀯鍚嶇О */
+    insureOrganization?: string;
+    /** 鍏徃Id */
+    companyId?: string;
+    /** 浼佷笟鍚嶇О */
+    companyName?: string;
+    /** 璁剧疆鎶曚繚璧峰鏃堕棿 */
+    insureStartTime?: string;
+    /** 棰勪及鎶曚繚鎴鏃堕棿 */
+    insureEndTime?: string;
+    /** 鎶曚繚鏈熸暟 */
+    periodCount?: number;
+    /** 宸叉姇淇濇湡鏁� */
+    hasPeriodCount?: number;
+    /** 鍓╀綑鏈熸暟 */
+    remainPeriodCount?: number;
+    /** 闄╃绫诲瀷: ACCIDENT: 鎰忓闄�; EMPLOYER_LIABILITY: 闆囦富闄� */
+    insuranceTypeCode?: string;
+    /** 淇濋櫓鍦烘櫙鐮�: FLEXIBLE_EMPLOYMENT-鏃ュ崟锛堝疄鏃剁敓鏁堬級锛汭NITIATIVE_EMPLOYMENT-闀挎湡锛堟鏃�0鐐圭敓鏁堬級 */
+    bizCode?: string;
+    /** 浜у搧Id */
+    productId?: string;
+    /** 浜哄憳绫诲埆 */
+    jobCode?: string;
+    /** 鎶曚繚鍛ㄦ湡 1D  30D  360D */
+    period?: string;
+    /** 鎶曚繚浜烘暟 */
+    employCount?: number;
+    /** 宸ヤ綔鍦扮偣 */
+    address?: string;
+    /** 鎶曚繚鐗堟湰 */
+    insureWay?: number;
+    /** 淇濋 (鍒�) */
+    sumInsured?: number;
+    /** 妫�娴嬬姸鎬� 1鏈紑濮�  10杩涜涓�  20宸茬粨鏉� */
+    status?: number;
+    /** 鎶曚繚閲戦 */
+    amount?: number;
+    realAmount?: number;
+    /** 淇濊垂锛堝垎锛� */
+    premium?: number;
+    /** 浜у搧鍗曚环 */
+    unitPrice?: number;
+    /** 澶勭悊澶辫触鍘熷洜 */
+    errorMessage?: string;
+    /** 宸叉姇淇濊垂鐢� */
+    amountInsured?: number;
+    /** 閫�淇濅繚璐� */
+    refundAmount?: number;
+    /** common-鎰忓闄╅�氱敤锛沘llowance-鎰忓闄╂触璐�; suddenDeath-鎰忓闄╃対姝�; liabilityCommon-闆囦富闄╁熀纭�; liabilityThird-闆囦富闄╀笁鑰�; liabilityBuilding-闆囦富闄╁缓绛� */
+    type?: string;
+    /** 淇濋殰鑼冨洿锛堜粎闆囦富闄╂湁锛�: work-宸ヤ綔鏃堕棿; allDay-24灏忔椂 */
+    scope?: string;
+    /** 淇濋櫓鐗堟湰绫诲瀷锛歜asic-鍩虹鐗�; upgrade-鍗囩骇鐗� */
+    plevel?: string;
+    /** 鍒涘缓浜� */
+    creatorName?: string;
+    /** 鍒涘缓鏃堕棿 */
+    creationTime?: string;
+  }
+
+  interface InsurePlanDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: InsurePlanDto[];
+  }
+
+  interface InsurePlanStaffDto {
+    id?: string;
+    /** 鍏徃Id */
+    companyId?: string;
+    /** 娣诲姞鏃堕棿 */
+    creationTime?: string;
     /** 濮撳悕 */
     name?: string;
     /** 韬唤璇佸彿 */
     idNumber?: string;
-    /** 宸ョ */
-    workType?: string;
-    /** 鍔冲姩鍚堝悓鍗曚綅 */
-    laborContractEnterprise?: string;
-    /** 瀹為檯宸ヤ綔鍗曚綅 */
-    workEnterprise?: string;
-    workAddress?: string;
-    /** 淇濋櫓璧峰鏃堕棿 */
-    insuranceBeginTime?: string;
-    insuranceBeginTimeShow?: string;
-    /** 淇濋櫓缁撴潫鏃堕棿 */
-    insuranceEndTime?: string;
-    insuranceEndTimeShow?: string;
-    /** 鍙備繚鏈烘瀯 */
-    insuredInstitution?: string;
-    /** 鎶曚繚鏂规 */
-    insuranceScheme?: string;
-    /** 鎶曚繚鏂瑰紡 */
-    insuranceType?: string;
-    /** 鍦ㄨ亴鏍囪瘑 */
-    onJobFlag?: string;
-    /** 鎬у埆 */
-    gender?: string;
-    /** 骞撮緞 */
-    age?: number;
-    /** 韬唤璇佹牎楠岀粨鏋� */
-    idCardCheckResult?: string;
-    /** 韬唤璇侀噸澶嶆牎楠岀粨鏋� */
-    idCardRepeatResult?: string;
-    /** 淇濊垂閲戦 */
-    premiumAmount?: number;
-    /** 澧炲噺璐圭敤 */
-    incDecAmount?: number;
-    /** 瀵煎叆娓犻亾 */
-    importChannel?: string;
-    /** 瀵煎叆鏃ユ湡 */
-    createTime?: string;
-    createTimeShow?: string;
-    /** 宸ヤ激 */
-    reportCount?: number;
-    /** 鏄惁鏈夊叧鑱斾繚鍗� */
-    hasRelationInsurance?: boolean;
-    /** 鍒涘缓浜� */
-    creatorId?: string;
-    /** 涓氬姟鍛樺悕绉� */
-    salesmanName?: string;
-    /** 淇濆崟鍙� */
-    orderNo?: string;
-    /** 淇濆崟鍏宠仈鍞竴瀛楃涓� */
-    orderRelevanceStr?: string;
-    /** 淇濆崟鏂囦欢 */
-    orderBillFile?: string;
+    /** 鎵嬫満鍙� */
+    phoneNum?: string;
+    /** 鎶曚繚鎴愬姛娆℃暟 */
+    successCount?: number;
+    /** 鎶曚繚澶辫触娆℃暟 */
+    failCount?: number;
+    /** 鎶曚繚娆℃暟 */
+    insureCount?: number;
+    /** 鏄惁鍦ㄤ繚 */
+    isInsureing?: boolean;
   }
 
-  interface InsuranceOrderListOutputPageOutput {
+  interface InsurePlanStaffDtoPageOutput {
     pageModel?: Pagination;
     objectData?: any;
-    data?: InsuranceOrderListOutput[];
+    data?: InsurePlanStaffDto[];
   }
 
-  interface InsuranceOrderMaterialListOutput {
+  interface InsurePolicyDTO {
+    orderNo?: number;
+    policyNo?: string;
+    effectStartTime?: string;
+    effectEndTime?: string;
+    sumInsured?: number;
+    premium?: number;
+  }
+
+  interface InsurePriceModel {
+    /** 浠锋牸閰嶇疆Id */
+    settingPriceId?: string;
+    /** 浠锋牸 */
+    price?: number;
+  }
+
+  interface InsureProductDetail {
+    price?: number;
+  }
+
+  interface InsureProductDto {
     id?: string;
-    /** 鏂囦欢鍦板潃 */
-    url?: string;
-    /** 鏉愭枡鍚嶇О */
-    materialName?: string;
+    /** 浜у搧鍚嶇О */
+    name?: string;
+    insuranceTypeCode?: string;
+    /** 淇濋櫓鍦烘櫙鐮�: FLEXIBLE_EMPLOYMENT-鏃ュ崟锛堝疄鏃剁敓鏁堬級锛汭NITIATIVE_EMPLOYMENT-闀挎湡锛堟鏃�0鐐圭敓鏁堬級 */
+    bizCode?: string;
+    /** 浜у搧Id */
+    productId?: string;
+    /** 浜у搧绫诲瀷: 濂楅绫诲瀷: common-鎰忓闄╅�氱敤锛沘llowance-鎰忓闄╂触璐�; suddenDeath-鎰忓闄╃対姝�; liabilityCommon-闆囦富闄╁熀纭�; liabilityThird-闆囦富闄╀笁鑰�; liabilityBuilding-闆囦富闄╁缓绛� */
+    type?: string;
+    /** 鎶曚繚鐗堟湰 10鍚触璐� 20鍚対姝� 30娲ヨ创+鐚濇 40鍩虹鍏ㄥぉ鐗� 50鍚笁鑰呭叏澶╃増 */
+    premium?: number;
+    /** 淇濋锛堝垎锛� */
+    sumInsured?: number;
+    /** 浜у搧鐘舵�� 1鍚敤 0绂佺敤 */
+    status?: number;
+    /** 淇濋櫓鐗堟湰绫诲瀷锛歜asic-鍩虹鐗�; upgrade-鍗囩骇鐗� */
+    plevel?: string;
+    /** 淇濋殰鑼冨洿锛堜粎闆囦富闄╂湁锛�: work-宸ヤ綔鏃堕棿; allDay-24灏忔椂 */
+    scope?: string;
+  }
+
+  interface InsureProductDTO {
+    name?: string;
+    productId?: string;
+    insuranceTypeCode?: string;
+    recomFlowNo?: string;
+    premium?: string;
+    sumInsured?: number;
+    type?: string;
+    scope?: string;
+    level?: string;
+  }
+
+  interface InsureProductDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: InsureProductDto[];
+  }
+
+  type InsureRefundStatusEnum = 10 | 20 | -10;
+
+  interface InsureSettingDto {
+    /** 閰嶇疆Id */
+    id?: string;
+    /** 閰嶇疆鍚嶇О */
+    name?: string;
+    /** 鐘舵�� */
+    status?: number;
+    /** 鎺掑簭 */
+    sequence?: number;
+    /** 璇存槑 */
+    remark?: string;
+  }
+
+  interface InsureSettingPriceDto {
+    /** 闄╃鐗堟湰Id */
+    versionId?: string;
+    /** 闄╃鐗堟湰鍚嶇О */
+    versionName?: string;
+    /** 鎶曚繚鏂瑰紡Id */
+    modeId?: string;
+    /** 鎶曚繚鏂瑰紡鍚嶇О */
+    modeName?: string;
+    /** 浠锋牸淇℃伅 */
+    priceInfos?: PriceInfo[];
+  }
+
+  interface InsureSubSetting {
+    /** 绫诲瀷 */
+    type?: number;
+    /** 閰嶇疆鍚嶇О */
+    name?: string;
+  }
+
+  interface InsureSupplierDto {
+    id?: string;
+    /** 渚涘簲鍟嗗悕绉� */
+    name?: string;
+    /** 琛屼笟閰嶅绫诲瀷 */
+    categoryType?: string;
+    /** 琛屼笟閰嶅绫诲瀷 */
+    categoryName?: string;
+    /** 缁熶竴淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 渚涘簲鍟嗙被鍨� 1娓犻亾浠g悊 2淇濋櫓鍏徃 */
+    suppierType?: number;
+    /** 渚涘簲鍟嗙瓑绾� 1鏅�� 2閲嶈 */
+    suppierLevel?: number;
+    /** 琛屼笟ID */
+    industryId?: string;
+    /** 琛屼笟ID */
+    industryName?: string;
+    /** 鐪丆ode */
+    provinceCode?: number;
+    /** 甯侰ode */
+    cityCode?: number;
+    /** 鍖哄幙Code */
+    countyCode?: number;
+    /** 鍏徃鍦板潃 */
+    companyAddress?: string;
+    /** 浼佷笟浠嬬粛 */
+    introduce?: string;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone?: string;
+    /** 閮ㄩ棬 */
+    departmentName?: string;
+    /** 鑱屼綅 */
+    position?: string;
+    /** 寰俊鍙� */
+    weChat?: string;
+    /** 閭 */
+    email?: string;
+    /** 缃戝潃 */
+    siteUrl?: string;
+    /** 鑱旂郴鍦板潃 */
+    linkAddress?: string;
+    /** 闄勪欢 */
+    attachment?: string;
+    /** 鐘舵�� */
+    status?: number;
+    /** 鍏宠仈浜у搧鏁� */
+    productCount?: number;
+    /** 鍒涘缓鏃堕棿 */
+    creationTime?: string;
+  }
+
+  interface InsureSupplierDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: InsureSupplierDto[];
+  }
+
+  interface InsureSupplierSelectDto {
+    id?: string;
+    /** 渚涘簲鍟嗗悕绉� */
+    name?: string;
+  }
+
+  interface IntroInfo {
+    /** 绫诲瀷锛�0涓烘枃鏈紝1涓哄浘鐗囷紝2涓鸿棰戯紱榛樿涓烘枃鏈� */
+    type?: number;
+    /** 鎽樿 */
+    contentSummary?: string;
+    /** 鏂囨湰鍐呭 */
+    content?: string;
+    /** 鍥剧墖/瑙嗛璺緞 */
+    path?: string;
+    /** 鎺掑簭 */
+    sequence?: number;
+  }
+
+  type InvoicingStatusEnum = 0 | 10 | 20;
+
+  type InvoicingTypeEnum = 0 | 10 | 20;
+
+  interface IssuanceSingleTransactionRegulatorsInput {
+    mrchCode: string;
+    recvLength?: number;
+    tradeDate?: number;
+    tradeTime?: number;
+    cnsmrSeqNo: string;
+    thirdVoucher: string;
+    ccyCode: string;
+    outAcctNo: string;
+    inAcctBankNode?: string;
+    inAcctNo: string;
+    inAcctName: string;
+    tranAmount: string;
+    useEx?: string;
+    freezeNo: string;
+    dfAgreementNo: string;
+    nationalityCode?: string;
+    agreementCode: string;
+  }
+
+  interface IssuanceSingleTransactionRegulatorsOutput {
+    thirdVoucher?: string;
+    frontLogNo?: string;
+    ccyCode?: string;
+    outAcctNo?: string;
+    inAcctNo?: string;
+    inAcctName?: string;
+    tranAmount?: string;
+    stt?: string;
   }
 
   interface IStringValueType {
@@ -997,10 +12522,657 @@
     flagIcon?: string;
   }
 
+  type LgGigRealVerifyStatus = 10 | 20;
+
+  type LgGigUserSignEnum = 10 | 20;
+
+  interface LgGigUserToSignUrlInput {
+    /** 绛剧害Id */
+    lgGigSignId?: string;
+    /** 浜哄憳绫诲瀷 1涓汉绛剧害 2浼佷笟绛剧害 */
+    userType?: string;
+    /** 浼佷笟绛剧害鏃跺彲浼犲叆 */
+    phoneNumber?: string;
+  }
+
+  interface LgGigWorkerBaseInput {
+    /** 鎵嬫満鍙� */
+    phone?: string;
+    /** 鐢ㄦ埛id */
+    companyId?: string;
+    /** 涓氬姟浠g爜 */
+    bussinessCode?: string;
+  }
+
+  interface LgGigWorkerBussinessAutoSignInput {
+    /** 鐢ㄦ埛Id */
+    compayId?: string;
+    /** 闇�瑕佺绾︾殑鐢ㄦ埛绛剧害id */
+    listLgWorkerSignId?: string[];
+  }
+
+  interface LgGigWorkerBussinessAutoSignOutput {
+    toSignCount?: number;
+    realSignCount?: number;
+  }
+
+  type LgGigWorkerCustomerTemplateStatusEnum = 10 | 20;
+
+  type LgGigWorkerRechargeStatusEnum = 10 | 30 | 40;
+
+  interface LgGigWorkerRegisterInput {
+    /** 濮撳悕 */
+    name?: string;
+    /** 鎵嬫満鍙� */
+    phone?: string;
+    companyId?: string;
+    /** 涓氬姟浠g爜 */
+    bussinessCode?: string;
+    customerId?: string;
+    contractTemplateId?: string;
+  }
+
+  interface LgGigWorkerSignChannelDto {
+    /** 鐢靛瓙绛惧悕绉� */
+    signName?: string;
+    /** 娓犻亾Id */
+    signChannelId?: string;
+    signChannel?: SignChannelEnum;
+  }
+
+  interface LgGigWorkerSignChannelSettingDto {
+    id?: string;
+    /** 閫氶亾鍚嶇О */
+    channelName?: string;
+    /** 绛剧害閫氶亾Id */
+    signChannelId?: string;
+    /** 娓犻亾Id */
+    channelIntId?: number;
+    /** 娓犻亾URL */
+    channelUrl?: string;
+    chargeType?: ChargeTypeEnum;
+    /** 瀹炲悕璁よ瘉璐圭敤 */
+    realVerifyCost?: number;
+    /** 绛剧害璐圭敤 */
+    signCost?: number;
+    /** 缁熶竴绛剧害璐圭敤 */
+    mergeSignCost?: number;
+    /** 涓婁笂绛炬槸鍚﹂厤缃� */
+    isSetBestSign?: boolean;
+    /** 闃块噷淇′换绛鹃厤缃� */
+    isSetAlipaySign?: boolean;
+    settingStatus?: LgGigWorkerSignChannelSettingStatus;
+  }
+
+  interface LgGigWorkerSignChannelSettingDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: LgGigWorkerSignChannelSettingDto[];
+  }
+
+  type LgGigWorkerSignChannelSettingStatus = 10 | -10;
+
+  interface LgGigWorkerSignFreeSettingDto {
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 鐢靛瓙绛炬笭閬揑d */
+    signChannelId?: string;
+    /** 鐢靛瓙绛炬笭閬撳悕绉� */
+    signName?: string;
+    /** 璧犻�佹潯鏁� */
+    freeCount?: number;
+    /** 澶囨敞 */
+    remark?: string;
+    id?: string;
+    creationTime?: string;
+    lastModificationTime?: string;
+    lastModifierName?: string;
+    lastModifierId?: string;
+    /** 浜т笟鍥尯鍚嶇О */
+    industrialParkName?: string;
+    /** 浜т笟鍥尯Id */
+    industrialParkId?: string;
+    /** 璐﹀彿 */
+    userName?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+  }
+
+  interface LgGigWorkerSignFreeSettingDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: LgGigWorkerSignFreeSettingDto[];
+  }
+
+  interface LgGigWorkerSignOptions {
+    accountName?: string;
+    accountNo?: string;
+    bankName?: string;
+    remark?: string;
+  }
+
+  interface LgGigWorkerSignSettingDto {
+    id?: string;
+    /** 鐢靛瓙绛惧悕绉� */
+    name?: string;
+    signChannel?: SignChannelEnum;
+    /** 瀹炲悕璁よ瘉璐圭敤 */
+    realVerifyCost?: number;
+    /** 绛剧害璐圭敤 */
+    signCost?: number;
+    /** 缁熶竴绛剧害璐圭敤 */
+    mergeSignCost?: number;
+    chargeType?: ChargeTypeEnum;
+    status?: LgGigWorkerSignStatus;
+    settingStatus?: LgGigWorkerSignSettingStatus;
+  }
+
+  interface LgGigWorkerSignSettingDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: LgGigWorkerSignSettingDto[];
+  }
+
+  type LgGigWorkerSignSettingStatus = 10 | -10;
+
+  type LgGigWorkerSignStatus = 10 | -10;
+
+  interface LgGigWorkerUserImport {
+    /** 鐢ㄦ埛Id */
+    companyId?: string;
+    /** 鐢叉柟id */
+    customerId?: string;
+    /** 鍚堝悓妯℃澘id */
+    contractTemplateId?: string;
+    /** 瀵煎叆浜哄憳鍒楄〃 */
+    userList?: LgGigWorkerUserInfoList[];
+  }
+
+  interface LgGigWorkerUserInfoList {
+    id?: number;
+    name?: string;
+    phone?: string;
+  }
+
+  interface LgGigWorkerUserSignListInput {
+    /** 鐏靛伐浜哄憳娉ㄥ唽绛剧害id */
+    ids?: string[];
+    /** 鐢ㄦ埛Id */
+    companyId?: string;
+    /** 涓氬姟浠g爜 */
+    bussinessCode?: string;
+  }
+
+  interface LgGigWorkUserOutput {
+    id?: string;
+    /** 濮撳悕 */
+    name?: string;
+    /** 韬唤璇佸彿 */
+    idNumber?: string;
+    /** 韬唤璇佽瘉鏄庡湴鍧� */
+    idFrontUrl?: string;
+    /** 韬唤璇佽儗闈㈠湴鍧� */
+    idBackUrl?: string;
+    /** 鎵嬫満鍙� */
+    phoneNumber?: string;
+    /** 骞撮緞 */
+    age?: number;
+    /** 鎬у埆 */
+    sex?: number;
+    /** 鐧昏鏃堕棿 */
+    regiterTime?: string;
+    /** 鐢叉柟Id */
+    customerId?: string;
+    /** 鎵�灞炲鎴� */
+    customerName?: string;
+    /** 鐢ㄦ埛Id */
+    companyId?: string;
+    realVerifyStatus?: LgGigRealVerifyStatus;
+    /** 瀹炲悕璁よ瘉鏃堕棿 */
+    realVerifyTime?: string;
+    signStatus?: LgGigUserSignEnum;
+    /** 绛剧害鏃堕棿 */
+    signTime?: string;
+    /** 鍚堝悓缂栧彿 */
+    contractNo?: string;
+    /** 鍚堝悓妯℃澘Id */
+    contractTemplateId?: string;
+    /** 鍚堝悓Id */
+    contractId?: string;
+    /** 鍚堝悓棰勮鍦板潃 */
+    previewUrl?: string;
+    /** 鍚堝悓鍦板潃 */
+    contractUrl?: string;
+    /** 鍚堝悓鍑瘉鍦板潃 */
+    contractProofUrl?: string;
+    enterSignStatus?: LgGigUserSignEnum;
+    /** 浼佷笟绛剧害鏃堕棿 */
+    enterSignTime?: string;
+    regiterStatus?: boolean;
+    signChannel?: SignChannelEnum;
+  }
+
+  interface LgGigWorkUserOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: LgGigWorkUserOutput[];
+  }
+
+  interface LicenseOcrModel {
+    name?: string;
+    cardNum?: string;
+    address?: string;
+    type?: string;
+    dateFrom?: string;
+    dateTo?: string;
+    societyCode?: string;
+    registerMoney?: string;
+    businessRange?: string;
+    legalPerson?: string;
+  }
+
+  interface LikeFavoriteMessageInfo {
+    /** 娑堟伅Id */
+    id?: string;
+    /** 娑堟伅鍐呭 */
+    messageContent?: string;
+    /** 娑堟伅鍙戦�佹椂闂� */
+    creationTime?: string;
+    /** 鏄惁宸茶 */
+    isRead?: boolean;
+    /** 娑堟伅绫诲瀷 */
+    type?: number;
+    businessBehaviorType?: MessageBusinessBehaviorTypeEnum;
+    /** 涓氬姟鏁版嵁 */
+    businessData?: string;
+    sourceType?: MessageSourceTypeEnum;
+    /** 娑堟伅鍙戦�佽�呯殑鐢ㄦ埛id锛屾潵婧愪负绯荤粺鏃朵负绌� */
+    sourceId?: string;
+    userId?: string;
+    /** 鍚嶇О */
+    contact?: string;
+    /** 澶村儚 */
+    avatarUrl?: string;
+    userFollowStatus?: UserFollowStatusEnum;
+  }
+
+  interface LikeFavoriteMessageInfoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: LikeFavoriteMessageInfo[];
+  }
+
+  interface ListOrderStatus {
+    ids?: string[];
+    status?: number;
+  }
+
   interface LocalizableStringDto {
     name?: string;
     resource?: string;
   }
+
+  interface MaintainInquireSmartClearingAccountInput {
+    recvLength?: number;
+    tradeDate?: number;
+    tradeTime?: number;
+    cnsmrSeqNo: string;
+    mainAccount: string;
+    ccy: string;
+    functionCode: string;
+    subAcctNo: string;
+    daiTxAmt?: string;
+    daiTxStopDate?: string;
+    allowTxCts?: string;
+    totalRcvLimit?: string;
+    singleTxLimitAmt?: string;
+    singleTxMaxAmt?: string;
+  }
+
+  interface MaintainInquireSmartClearingAccountOutput {
+    mainAccount?: string;
+    ccy?: string;
+    functionCode?: string;
+    subAcctNo?: string;
+    acctName?: string;
+    agreeStatuts?: string;
+    signDate?: string;
+    effectDate?: string;
+    cancelDate?: string;
+    daiTxAmt?: string;
+    daiTxStopDate?: string;
+    allowTxCts?: string;
+    allowQueryTxDetailFlag?: string;
+    allowQueryHuoMianList?: string;
+    totalRcvLimit?: string;
+    singleTxLimitAmt?: string;
+    singleTxMaxAmt?: string;
+  }
+
+  interface MaintainTransferCounterpartyWhiteListInput {
+    recvLength?: number;
+    tradeDate?: number;
+    tradeTime?: number;
+    cnsmrSeqNo: string;
+    mainAccount: string;
+    validationFlag?: string;
+    functionCode: string;
+    tranItemArray?: MaintainTransferItem[];
+  }
+
+  interface MaintainTransferCounterpartyWhiteListOutput {
+    mainAccount?: string;
+    validationFlag?: string;
+    functionCode?: string;
+    list?: MaintainTransferOutputItem[];
+  }
+
+  interface MaintainTransferItem {
+    signAcctNo: string;
+    ccy?: string;
+    checkType?: string;
+    whiteListType?: string;
+    counterpartyAcctNo?: string;
+    drcrFlag?: string;
+    counterpartyAcctName?: string;
+    counterpartyOpenBranchID?: string;
+  }
+
+  interface MaintainTransferOutputItem {
+    signAcctNo?: string;
+    ccy?: string;
+    signAcctName?: string;
+    whiteListType?: string;
+    checkType?: string;
+    aconRecvAcctNo?: string;
+    aconRecvAcctName?: string;
+    clearingSubAcctNo?: string;
+    clearingSubAcctName?: string;
+    counterpartyAcctNo?: string;
+    drcrFlag?: string;
+    counterpartyAcctName?: string;
+    counterpartyOpenBranchID?: string;
+  }
+
+  interface MaintainVosAcctAutomaticClearingRuleInput {
+    recvLength?: number;
+    tradeDate?: number;
+    tradeTime?: number;
+    cnsmrSeqNo: string;
+    validationFlag?: string;
+    mainAccount: string;
+    ccy: string;
+    functionCode: string;
+    listNum: string;
+    tranItemArray?: MaintainVosAcctItem[];
+  }
+
+  interface MaintainVosAcctAutomaticClearingRuleOutput {
+    validationFlag?: string;
+    mainAccount?: string;
+    ccy?: string;
+    functionCode?: string;
+    listNum?: string;
+    successRecordNum?: string;
+    list?: MaintainVosAcctOutputItem[];
+  }
+
+  interface MaintainVosAcctItem {
+    subAcctNo: string;
+    bindVosAcctNo?: string;
+    bindVosAcctAddMsg?: string;
+    whetherFlag?: string;
+    subAcctNoPosition?: string;
+    setID?: string;
+  }
+
+  interface MaintainVosAcctOutputItem {
+    setID?: string;
+    subAcctNo?: string;
+    subAccountName?: string;
+    bindVosAcctNo?: string;
+    bindVosAcctAddMsg?: string;
+    whetherFlag?: string;
+    subAcctNoPosition?: string;
+    inputDate?: string;
+    errorCode?: string;
+    errorMsg?: string;
+  }
+
+  interface MakeACircleFriendInput {
+    /** 鏍囬 */
+    title?: string;
+    /** 鍐呭 */
+    content?: string;
+    /** 鏂囦欢 */
+    files?: CircleFriendFileDto[];
+  }
+
+  interface MarkProductRuleDto {
+    id?: string;
+    ruleType?: number;
+    startAge?: number;
+    insureMarketProductId?: string;
+    jobType?: number;
+    /** 淇濋 鍒嗕负鍗曚綅 */
+    sort?: number;
+    percentum?: number;
+  }
+
+  interface MarkProductRuleInput {
+    id?: string;
+    /** 瑙勫垯绫诲瀷 骞撮緞瑙勫垯锛�10 鑱屼笟绫诲瀷瑙勫垯锛�20 */
+    ruleType?: number;
+    startAge?: number;
+    jobType?: number;
+    percentum?: number;
+  }
+
+  interface MarkProductSchemeTypeDetailInput {
+    /** 璇︽儏Id */
+    id?: string;
+    /** 鎶曚繚鏂瑰紡 鎸夋湀30D 鎸夊勾360D */
+    period?: string;
+    startLevelType?: number;
+    endLevelType?: number;
+    unitPrice?: number;
+    sequence?: number;
+  }
+
+  interface MarkProductSchemeTypeDto {
+    id?: string;
+    schemeName?: string;
+    insureBillTemplateUrl?: string;
+    insureMarketProductId?: string;
+    sort?: number;
+    /** 淇濋 鍒嗕负鍗曚綅 */
+    sumInsured?: number;
+    listDetail?: MarkProductSchemeTypeDetailInput[];
+  }
+
+  interface MarkProductSchemeTypeInput {
+    id?: string;
+    /** 鎶曚繚鍗� */
+    insureBillTemplateUrl?: string;
+    listDetail?: MarkProductSchemeTypeDetailInput[];
+  }
+
+  interface MassgeChatOutput {
+    chatId?: string;
+    /** 鍚嶇О */
+    contact?: string;
+    /** 澶村儚 */
+    avatarUrl?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    latestMessage?: UserMessageInfo;
+    /** 鏈娑堟伅鏁� */
+    unReadCount?: number;
+    chatType?: MessageChatTypeEnum;
+  }
+
+  interface MassgeChatOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: MassgeChatOutput[];
+  }
+
+  interface MatchMakingApplyByOrderOutput {
+    id?: string;
+    /** 璁㈠崟ID */
+    orderId?: string;
+    name?: string;
+    contact?: string;
+    contactPhone?: string;
+    provinceName?: string;
+    /** 闀� */
+    villageName?: string;
+    cityName?: string;
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    parkStyle?: string;
+    serviceInfo?: ServeSearchSettingInfo[];
+    workInfo?: ServeSearchSettingInfo[];
+    /** 鐢宠鏃堕棿 */
+    creationTime?: string;
+    status?: MatchMakingApplyStatusEnum;
+    /** 璁㈠崟鐢ㄦ埛id */
+    orderUserId?: string;
+    /** 鐢宠鐢ㄦ埛id */
+    applyUserId?: string;
+    /** 鐢宠浼佷笟id */
+    applyEnterpriseId?: string;
+    /** 璁㈠崟浼佷笟id */
+    orderEnterpriseId?: string;
+  }
+
+  interface MatchMakingApplyByOrderOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: MatchMakingApplyByOrderOutput[];
+  }
+
+  type MatchMakingApplyStatusEnum = 10 | 20 | -10;
+
+  type MatchMakingIdentityEnum = 10 | 20;
+
+  interface MaterialFileItemOutput {
+    id?: string;
+    fileBusinessType?: EnterpriseMaterialFileBusinessTypeEnum;
+    /** 鏂囦欢url */
+    fileUrl?: string;
+    /** 鏂囦欢澶у皬 */
+    fileSize?: number;
+    /** 鏂囦欢鎵╁睍鍚� */
+    fileExtension?: string;
+  }
+
+  type MessageBusinessBehaviorTypeEnum =
+    | 10
+    | 20
+    | 30
+    | 40
+    | 41
+    | 50
+    | 60
+    | 70
+    | 80
+    | 90
+    | 91
+    | 92
+    | 93
+    | 94
+    | 95
+    | 96
+    | 97;
+
+  type MessageBusinessTypeEnum =
+    | 1
+    | 2
+    | 3
+    | 4
+    | 5
+    | 6
+    | 7
+    | 8
+    | 9
+    | 10
+    | 11
+    | 12
+    | 13
+    | 14
+    | 15
+    | 16
+    | 17
+    | 18
+    | 19
+    | 20
+    | 21
+    | 22
+    | 23
+    | 24
+    | 25
+    | 26
+    | 30
+    | 31
+    | 40
+    | 50
+    | 60
+    | 61
+    | 70
+    | 71
+    | 72
+    | 73
+    | 74
+    | 75
+    | 76
+    | 77
+    | 78
+    | 79
+    | 80
+    | 81
+    | 82
+    | 83
+    | 84
+    | 85
+    | 86
+    | 87
+    | 88
+    | 999
+    | 1000
+    | 1001
+    | 1002;
+
+  type MessageChatTypeEnum = 10 | 20 | 30;
+
+  interface MessageInfo {
+    /** 娑堟伅Id */
+    id?: string;
+    /** 娑堟伅鍐呭 */
+    messageContent?: string;
+    /** 娑堟伅鍙戦�佹椂闂� */
+    creationTime?: string;
+    /** 鏄惁宸茶 */
+    isRead?: boolean;
+    /** 娑堟伅绫诲瀷 */
+    type?: number;
+    businessBehaviorType?: MessageBusinessBehaviorTypeEnum;
+    /** 涓氬姟鏁版嵁 */
+    businessData?: string;
+    sourceType?: MessageSourceTypeEnum;
+    /** 娑堟伅鍙戦�佽�呯殑鐢ㄦ埛id锛屾潵婧愪负绯荤粺鏃朵负绌� */
+    sourceId?: string;
+    userId?: string;
+  }
+
+  interface MessageInfoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: MessageInfo[];
+  }
+
+  type MessageSourceTypeEnum = 10 | 20;
 
   interface MethodParameterApiDescriptionModel {
     name?: string;
@@ -1073,8 +13245,363 @@
     moduleId?: string;
   }
 
+  interface MonthlyStatementItem {
+    fileName?: string;
+    filePwd?: string;
+    acctNo?: string;
+    queryDate?: string;
+    docID?: string;
+  }
+
+  interface MonthlyStatementQueryNewInput {
+    recvLength?: number;
+    tradeDate?: number;
+    tradeTime?: number;
+    cnsmrSeqNo: string;
+    acctNo: string;
+    queryMonth: string;
+    fileType?: string;
+  }
+
+  interface MonthlyStatementQueryNewOutput {
+    queryCts?: string;
+    list?: MonthlyStatementItem[];
+  }
+
   interface MultiTenancyInfoDto {
     isEnabled?: boolean;
+  }
+
+  interface MyCertificationAuditDto {
+    /** 瀹℃牳鍗昳d */
+    auditId?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    enterpriseType?: EnterpriseTypeEnum;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 钀ヤ笟鎵х収鏂囦欢鍦板潃 */
+    licenseUrl?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    certificationMode?: UserCertificationModeEnum;
+    /** 娉曚汉濮撳悕 */
+    legalPersonName?: string;
+    /** 娉曚汉韬唤璇佸彿 */
+    legalPersonIdNumber?: string;
+    /** 娉曚汉鎵嬫寔韬唤璇佺収 */
+    legalPersonIdImgUrl?: string;
+    /** 璁よ瘉鑱旂郴浜� */
+    certificationContact?: string;
+    /** 璁よ瘉鑱旂郴浜虹數璇� */
+    certificationContactPhone?: string;
+    /** 浠g悊浜哄鍚� */
+    proxyPersonName?: string;
+    /** 浠g悊浜鸿韩浠借瘉鍙� */
+    proxyPersonIdNumber?: string;
+    /** 浠g悊浜烘墜鎸佽韩浠借瘉鐓� */
+    proxyPersonIdImgUrl?: string;
+    /** 浼佷笟鎺堟潈涔� */
+    proxyPowerAttorneyUrl?: string;
+    /** 褰撳墠璁よ瘉瀹℃牳鍗曠殑鍗曞彿 */
+    currentUserCertificationAuditNo?: string;
+    /** 褰撳墠璁よ瘉瀹℃牳鍗曠殑id */
+    currentUserCertificationAuditId?: string;
+    /** 璁よ瘉鏃堕棿 */
+    certificationTime?: string;
+    /** 璁よ瘉杩囨湡鏃堕棿 */
+    expirationTime?: string;
+    status?: UserCertificationStatusEnum;
+    invoicingType?: InvoicingTypeEnum;
+    /** 骞冲彴鏈嶅姟鏀粯Id */
+    platformServicePayId?: string;
+    payTypeEnum?: PayTypeEnum;
+    auditStatus?: UserCertificationAuditStatusEnum;
+    payStatus?: PayStatusEnum;
+    /** 瀹℃牳澶囨敞 */
+    auditNote?: string;
+    /** 鍏ヨ处鏃ユ湡 */
+    payCreditedTime?: string;
+    payCreditedStatus?: PayCreditedStatusEnum;
+    /** 鏀粯鍙戠エ鍦板潃 */
+    payInvoicingUrl?: string;
+    invoicingStatus?: InvoicingStatusEnum;
+    /** 浜鸿劯璁よ瘉url */
+    faceCertificationUrl?: string;
+    legalPersonIdBackImgUrl?: string;
+    proxyPersonIdBackImgUrl?: string;
+  }
+
+  interface MyEnterpriseMaterialListOutput {
+    id?: string;
+    creationTime?: string;
+    /** 骞� */
+    year?: number;
+    /** 鏈� */
+    month?: number;
+    materialType?: EnterpriseMaterialTypeEnum;
+    materialItemList?: SimpleEnterpriseMaterialItemOutput[];
+  }
+
+  interface MyEnterpriseMaterialListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: MyEnterpriseMaterialListOutput[];
+  }
+
+  interface MyFirstPartyCompanyDto {
+    id?: string;
+    userId?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone?: string;
+    /** 鐪乧ode */
+    provinceCode?: number;
+    /** 甯俢ode */
+    cityCode?: number;
+    /** 鍖哄幙code */
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    /** 浼佷笟logo */
+    enterpriseLogoUrl?: string;
+    /** 鎵�灞炶涓欼d */
+    industryTypeId?: string;
+    status?: ParkOrStatusEnum;
+    /** 瀹℃牳澶囨敞 */
+    auditNote?: string;
+    auditStatus?: ParkOrHRAuditStatusEnum;
+    firstPartyCompanyId?: string;
+    isUserCertification?: boolean;
+  }
+
+  interface MyIndustryBodyDto {
+    id?: string;
+    userId?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone?: string;
+    /** 鐪乧ode */
+    provinceCode?: number;
+    /** 甯俢ode */
+    cityCode?: number;
+    /** 鍖哄幙code */
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    /** 浼佷笟logo */
+    enterpriseLogoUrl?: string;
+    /** 鎵�灞炶涓欼d */
+    institutionTypeId?: string;
+    status?: ParkOrStatusEnum;
+    /** 瀹℃牳澶囨敞 */
+    auditNote?: string;
+    auditStatus?: ParkOrHRAuditStatusEnum;
+    industryBodyId?: string;
+    isUserCertification?: boolean;
+  }
+
+  interface MyIndustryMatingDto {
+    id?: string;
+    userId?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone?: string;
+    /** 鐪乧ode */
+    provinceCode?: number;
+    /** 甯俢ode */
+    cityCode?: number;
+    /** 鍖哄幙code */
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    /** 浼佷笟logo */
+    enterpriseLogoUrl?: string;
+    status?: ParkOrStatusEnum;
+    /** 鏈嶅姟绫诲瀷Id */
+    serviceTypeId?: string;
+    /** 鏈嶅姟璧勮川 */
+    serviceQualificationsUrl?: string;
+    /** 瀹℃牳澶囨敞 */
+    auditNote?: string;
+    auditStatus?: ParkOrHRAuditStatusEnum;
+    industryMatingId?: string;
+    isUserCertification?: boolean;
+  }
+
+  interface MyInformationAttentionInfo {
+    /** 璧勮Id */
+    informationId?: string;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 鏍囬 */
+    title?: string;
+    /** 璧勮绫诲埆鍚� */
+    categoryName?: string;
+    /** 鏉ユ簮 */
+    serveName?: string;
+    /** 鍙戝竷鏃堕棿 */
+    publishTime?: string;
+    /** 鐪� */
+    provinceName?: string;
+    /** 璇︾粏涓惧姙鍦板潃 */
+    address?: string;
+    /** 灏侀潰淇℃伅 */
+    covers?: CoverInfo[];
+    /** 鏄惁闇�瑕佹姤鍚� */
+    needApply?: boolean;
+    /** 鎶ュ悕閾炬帴 */
+    applyLink?: string;
+    /** 涓惧姙璧峰鏃ユ湡 */
+    toHoldStartTime?: string;
+    /** 涓惧姙鎴鏃ユ湡 */
+    toHoldEndTime?: string;
+    fromType?: InformationFormTypeEnum;
+    /** 璧勮鏉ユ簮璇存槑 */
+    fromMessage?: string;
+    /** 鏍囩淇℃伅 */
+    tags?: TagInfo[];
+    /** 瀹炶鐪佷唤淇℃伅 */
+    provinces?: ProvinceInfo[];
+    /** 涓惧姙/鍙戝竷鍗曚綅 */
+    unit?: string;
+    /** 瀹炶鍖哄煙锛�0鍏ㄥ浗锛�1鐪佷唤 */
+    implementAreaType?: number;
+    /** 鍒濆娴忚閲� */
+    initViewCount?: number;
+    /** 鍒濆鍏虫敞閲� */
+    initAttendedCount?: number;
+    /** 娴忚娆℃暟 */
+    viewCount?: number;
+    /** 鍏虫敞鏁� */
+    attentionCount?: number;
+    /** 鎶ュ悕鐘舵�侊細0鎶ュ悕涓紝10杩涜涓紝20宸茬粨鏉� */
+    applyStatus?: number;
+    /** 鐐硅禐鏁� */
+    thumbsUpCount?: number;
+    /** 鏄惁鎴戝凡璧� */
+    isMyThumbsUp?: boolean;
+    /** 浣滆�� */
+    author?: string;
+    /** 鍏虫敞鏃堕棿 */
+    attentionTime?: string;
+    /** 澶氬皯鏃堕棿涔嬪墠瀛楃涓� */
+    beforeTimeStr?: string;
+    isMyAttention?: boolean;
+  }
+
+  interface MyInformationAttentionInfoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: MyInformationAttentionInfo[];
+  }
+
+  interface MyLikeFavoriteAddFollowMessageCountOutput {
+    likeFavoriteUnReadCount?: number;
+    addFollowUnReadCount?: number;
+  }
+
+  interface MyMatchMakingApplyInput {
+    pageModel?: Pagination;
+    status?: MatchMakingApplyStatusEnum;
+    /** 寮�濮嬬敵璇锋椂闂� */
+    beginCreationTime?: string;
+    /** 缁撴潫鐢宠鏃堕棿 */
+    endCreationTime?: string;
+    /** 璁㈠崟鍚嶇О */
+    orderName?: string;
+    /** 璁㈠崟id */
+    orderId?: string;
+    /** 鐢宠鐢ㄦ埛id */
+    applyUserId?: string;
+  }
+
+  interface MyMatchMakingApplyOutput {
+    id?: string;
+    /** 璁㈠崟ID */
+    orderId?: string;
+    /** 鐢宠鏃堕棿 */
+    creationTime?: string;
+    status?: MatchMakingApplyStatusEnum;
+    /** 璁㈠崟鐢ㄦ埛id */
+    orderUserId?: string;
+    /** 鐢宠鐢ㄦ埛id */
+    applyUserId?: string;
+    /** 鐢宠浼佷笟id */
+    applyEnterpriseId?: string;
+    /** 璁㈠崟浼佷笟id */
+    orderEnterpriseId?: string;
+    /** 璁㈠崟鍚嶇О */
+    orderName?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 鎷涜仒浜烘暟绫诲瀷 10 鍥哄畾浜烘暟  20 鑼冨洿浜烘暟 */
+    hireType?: number;
+    /** 鍥哄畾浜烘暟 鎴� 鑼冨洿浜烘暟鐨勮捣濮嬩汉鏁� */
+    hireNumber?: number;
+    /** 鑼冨洿浜烘暟鐨勬埅姝汉鏁� */
+    hireEndNumber?: number;
+    /** 缁煎悎钖祫 */
+    integratedSalary?: string;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    contact?: string;
+    contactPhone?: string;
+    /** 鍛樺伐钖祫 10 鏈堣柂锛� 20 鍛ㄨ柂锛�30 鏃ヨ柂锛�40 鏃惰柂 */
+    salaryTimeType?: number;
+    orderSupplierRefundInfos?: OrderSupplierRefundInfo[];
+  }
+
+  interface MyMatchMakingApplyOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: MyMatchMakingApplyOutput[];
+  }
+
+  interface MyMessageCountOutput {
+    /** 鏈娑堟伅鏁� */
+    unReadCount?: number;
+    /** 娑堟伅鎬绘暟 */
+    totalCount?: number;
   }
 
   interface MyModuleDto {
@@ -1096,6 +13623,338 @@
     sequence?: number;
   }
 
+  interface MyOrderListInput {
+    pageModel?: Pagination;
+    /** -10 椹冲洖 10鏈彁浜� 20寰呭鏍� 30 杩涜涓� 40 涓嬫灦 50 绯荤粺涓嬫灦 */
+    status?: number;
+    /** 寮�濮嬫椂闂� */
+    startDate?: string;
+    /** 缁撴潫鏃堕棿 */
+    endDate?: string;
+    orderName?: string;
+    categoryId?: string;
+  }
+
+  interface MyParkOrHRInfoDto {
+    id?: string;
+    /** 浜鸿祫鍏徃鍚嶇О */
+    name?: string;
+    /** 鍒嗙被Id */
+    categoryId?: string;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactPhone?: string;
+    /** 鎵�灞炲尯鍩熺渷绾ode */
+    provinceCode?: number;
+    /** 鎵�灞炲尯鍩熷競绾ode */
+    cityCode?: number;
+    /** 鎵�灞炲尯鍩熷幙绾ode */
+    countyCode?: number;
+    /** 鎵�灞炲尯鍩熺渷绾у悕绉� */
+    provinceName?: string;
+    /** 鎵�灞炲尯鍩熷競绾у悕绉� */
+    cityName?: string;
+    /** 鎵�灞炲尯鍒幙绾у悕绉� */
+    countyName?: string;
+    /** 鍒涘缓浜哄悕绉� */
+    creatorName?: string;
+    /** 瀹℃牳澶囨敞 */
+    auditNote?: string;
+    auditStatus?: ParkOrHRAuditStatusEnum;
+    /** 瀵瑰鑱旂郴浜� */
+    foreignContact?: string;
+    /** 瀵瑰鑱旂郴鏂瑰紡 */
+    foreignContactPhone?: string;
+    /** 鑽h獕璇佷功鏁伴噺 */
+    honorCertificateCount?: number;
+    serviceWorkerCount?: ServiceWorkerCountTypeEnum;
+    /** 鏄惁灞曠ず */
+    isShow?: boolean;
+    /** 鏄惁闅愯棌鍚嶅瓧 1闅愯棌 0涓嶉殣钘� */
+    isHideName?: boolean;
+    /** 绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鎴愮珛骞翠唤 */
+    setUpDate?: number;
+    parkCustomersCount?: ParkCustomersCountTypeEnum;
+    /** 鎻忚堪 */
+    description?: string;
+    /** 鍥尯椋庨噰 */
+    parkStyles?: ParkStyleInfo[];
+    /** 鍥尯鏈嶅姟绫诲瀷/浜鸿祫鏈嶅姟绫诲瀷 */
+    serveSettingName?: ServiceName[];
+    /** 宸ョ */
+    workOfTypeName?: ServiceName[];
+    /** 钀ヤ笟鎵х収 */
+    licenseUrl?: string;
+    /** 浜哄姏璧勬簮璁稿彲璇� */
+    hrLicenseUrl?: string;
+    /** 鍔冲姟娲鹃仯璁稿彲璇� */
+    laborLienseUrl?: string;
+    userId?: string;
+    /** 鎵�灞炲尯鍩� */
+    hrArea?: HRAreaDto[];
+    /** 瀹㈡埛鍚嶇О */
+    userName?: string;
+    /** 浜鸿祫鍏徃Id */
+    parkOrHRId?: string;
+    /** 浜鸿祫鍏徃鐘舵�� */
+    status?: number;
+    /** 鐢ㄦ埛鏄惁宸茶璇� */
+    isUserCertification?: boolean;
+    /** 缂栬緫鎴� */
+    editStamp?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+  }
+
+  interface MyProductAttentionInfo {
+    /** 浜у搧Id */
+    productId?: string;
+    /** 浜у搧鍚嶇О */
+    productName?: string;
+    /** 浜у搧绫诲埆Id */
+    categoryId?: string;
+    /** 浜у搧绫诲埆鍚� */
+    categoryName?: string;
+    /** 鏍囩淇℃伅 */
+    tags?: TagInfo[];
+    /** 鎴愪氦鏁伴噺 */
+    transactionCount?: number;
+    /** 灏侀潰淇℃伅 */
+    covers?: CoverInfo[];
+    /** 鐐硅禐鏁� */
+    thumbsUpCount?: number;
+    /** 璇勬槦鏁� */
+    starCount?: number;
+    /** 鏈嶅姟鍟� */
+    serveName?: string;
+    /** 鐘舵�侊細-1淇濆瓨锛�0鎻愪氦寰呭鏍革紝10閫氳繃锛�-10椹冲洖锛�-20宸蹭笅鏋� */
+    status?: number;
+    /** 鏈嶅姟鍟嗘槦绾э細1~5 */
+    serveStarLevel?: number;
+    /** 鑱旂郴鐢佃瘽 */
+    contacterPhone?: string;
+  }
+
+  interface MyProductAttentionInfoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: MyProductAttentionInfo[];
+  }
+
+  interface MyProductInfo {
+    /** 浜у搧Id */
+    id?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 浜у搧鍚嶇О */
+    name?: string;
+    /** 浜у搧绫诲埆鍚� */
+    categoryName?: string;
+    /** 鐘舵�侊細-1淇濆瓨锛�0鎻愪氦寰呭鏍革紝10閫氳繃锛�-10椹冲洖锛�-20宸蹭笅鏋� */
+    status?: number;
+    /** 灏侀潰淇℃伅 */
+    covers?: CoverInfo[];
+    /** 璇︽儏淇℃伅 */
+    priceVersions?: PriceVersionInfo[];
+    /** 鏍囩淇℃伅 */
+    tags?: TagInfo[];
+    /** 鏈�鍚庢洿鏂版棩鏈� */
+    lastModificationTime?: string;
+    /** 鎴愪氦鏁伴噺 */
+    transactionCount?: number;
+    /** 娴忚鏁� */
+    browseCount?: number;
+    /** 鐐硅禐鏁� */
+    thumbsUpCount?: number;
+    /** 璇勬槦鏁� */
+    starCount?: number;
+    /** 骞垮憡淇℃伅 */
+    advertises?: AdvertiseInfo[];
+    /** 澶囨敞 */
+    remark?: string;
+    /** 绫诲埆Id */
+    categoryId?: string;
+  }
+
+  interface MyProductInfoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: MyProductInfo[];
+  }
+
+  interface MyPurchaseDto {
+    /** 浜у搧璐拱Id */
+    id?: string;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 绫诲埆鍚嶇О */
+    categoryName?: string;
+    /** 浜у搧Id */
+    productId?: string;
+    /** 浜у搧鍚嶇О */
+    productName?: string;
+    /** 灏侀潰淇℃伅 */
+    covers?: CoverInfo[];
+    /** 鏍囩淇℃伅 */
+    tags?: TagInfo[];
+    /** 鐗堟湰鍚� */
+    versionName?: string;
+    /** 鏀惰垂鏂瑰紡 */
+    chargeWay?: string;
+    /** 浜у搧鏁伴噺 */
+    count?: number;
+    /** 浜у搧鍗曚环 */
+    unitPrice?: number;
+    /** 鎴愪氦棰� */
+    amount?: number;
+    /** 鍗栧鍚嶇О */
+    seller?: string;
+    /** 璐拱鏃ユ湡 */
+    purchaseDate?: string;
+    comment?: PurchasedCommentInfo;
+    refund?: RefundInfo;
+    /** 鐘舵�侊細0寰呯‘璁ら獙鏀讹紝10寰呰瘎浠凤紝20浜ゆ槗瀹屾垚锛�-10鐢宠閫�娆撅紝-20閫�娆炬垚鍔燂紝-30鐢宠閫�娆鹃┏鍥� */
+    status?: number;
+  }
+
+  interface MyPurchaseDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: MyPurchaseDto[];
+  }
+
+  interface MyRecentInformationDto {
+    /** 璧勮Id */
+    id?: string;
+    /** 鏍囬 */
+    title?: string;
+    /** 璧勮绫诲埆鍚� */
+    categoryName?: string;
+    /** 鐘舵�侊細-1淇濆瓨锛�0鎻愪氦寰呭鏍革紝10閫氳繃锛�-10椹冲洖锛�-20宸蹭笅鏋� */
+    status?: number;
+    /** 灏侀潰淇℃伅 */
+    covers?: CoverInfo[];
+    /** 娴忚娆℃暟 */
+    viewCount?: number;
+    /** 鐐硅禐鏁� */
+    thumbsUpCount?: number;
+    /** 鍏虫敞鏁� */
+    attentionCount?: number;
+    /** 璧� */
+    rewardAmount?: number;
+    /** 鏄惁闇�瑕佹姤鍚� */
+    needApply?: boolean;
+    /** 鎶ュ悕閾炬帴 */
+    applyLink?: string;
+    /** 涓惧姙璧峰鏃ユ湡 */
+    toHoldStartTime?: string;
+    /** 涓惧姙鎴鏃ユ湡 */
+    toHoldEndTime?: string;
+  }
+
+  interface MyRecentProductDto {
+    /** 浜у搧Id */
+    id?: string;
+    /** 浜у搧鍚嶇О */
+    name?: string;
+    /** 浜у搧绫诲埆鍚� */
+    categoryName?: string;
+    /** 鐘舵�侊細-1淇濆瓨锛�0鎻愪氦寰呭鏍革紝10閫氳繃锛�-10椹冲洖锛�-20宸蹭笅鏋� */
+    status?: number;
+    /** 灏侀潰淇℃伅 */
+    covers?: CoverInfo[];
+    /** 璇︽儏淇℃伅 */
+    priceVersions?: PriceVersionInfo[];
+    /** 鏍囩淇℃伅 */
+    tags?: TagInfo[];
+    /** 娴忚鏁� */
+    browseCount?: number;
+    /** 鐐硅禐鏁� */
+    thumbsUpCount?: number;
+    /** 璇勬槦鏁� */
+    starCount?: number;
+  }
+
+  interface MyRecentPurchaseDto {
+    /** 浜у搧璐拱Id */
+    id?: string;
+    /** 绫诲埆鍚嶇О */
+    categoryName?: string;
+    /** 浜у搧Id */
+    productId?: string;
+    /** 浜у搧鍚嶇О */
+    productName?: string;
+    /** 灏侀潰淇℃伅 */
+    covers?: CoverInfo[];
+    /** 鏍囩淇℃伅 */
+    tags?: TagInfo[];
+    /** 鐗堟湰鍚� */
+    versionName?: string;
+    /** 鏀惰垂鏂瑰紡 */
+    chargeWay?: string;
+    /** 浜у搧鏁伴噺 */
+    count?: number;
+    /** 浜у搧鍗曚环 */
+    unitPrice?: number;
+    /** 鎴愪氦棰� */
+    amount?: number;
+    /** 鍗栧鍚嶇О */
+    seller?: string;
+    /** 璐拱鏃ユ湡 */
+    purchaseDate?: string;
+    comment?: PurchasedCommentInfo;
+    /** 鐘舵�侊細0寰呯‘璁ら獙鏀讹紝10寰呰瘎浠凤紝20浜ゆ槗瀹屾垚锛�-10鐢宠閫�娆撅紝-20閫�娆炬垚鍔燂紝-30鐢宠閫�娆鹃┏鍥� */
+    status?: number;
+  }
+
+  interface MySellDto {
+    /** 浜у搧璐拱Id */
+    id?: string;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 绫诲埆鍚嶇О */
+    categoryName?: string;
+    /** 浜у搧Id */
+    productId?: string;
+    /** 浜у搧鍚嶇О */
+    productName?: string;
+    /** 涔板Id */
+    purchaserId?: string;
+    /** 涔板鍚嶇О */
+    purchaser?: string;
+    /** 鑱旂郴浜猴紙涔板锛� */
+    purchaseContacter?: string;
+    /** 鑱旂郴鐢佃瘽锛堜拱瀹讹級 */
+    purchaseContacterPhone?: string;
+    /** 浜у搧鍗曚环 */
+    unitPrice?: number;
+    /** 鎴愪氦閲� */
+    count?: number;
+    /** 鎴愪氦棰� */
+    amount?: number;
+    /** 鐘舵�侊細0寰呯‘璁ら獙鏀讹紝10寰呰瘎浠凤紝20浜ゆ槗瀹屾垚锛�-10鐢宠閫�娆撅紝-20閫�娆炬垚鍔燂紝-30鐢宠閫�娆鹃┏鍥� */
+    status?: number;
+    /** 璐拱鏃ユ湡 */
+    purchaseDate?: string;
+    /** 鎴愪氦鏃ユ湡锛堢‘璁ら獙鏀舵椂闂达級 */
+    fixtureDate?: string;
+    comment?: PurchasedCommentInfo;
+    refund?: RefundInfo;
+    /** 鐗堟湰鍚� */
+    versionName?: string;
+    /** 鏀惰垂鏂瑰紡 */
+    chargeWay?: string;
+  }
+
+  interface MySellDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: MySellDto[];
+  }
+
   interface NameValue {
     name?: string;
     value?: string;
@@ -1106,12 +13965,385 @@
     enums?: Record<string, any>;
   }
 
+  interface OfflineInsureBatchRefundApplyInput {
+    insurancePolicyId?: string;
+    insurancePolicyDetailIds?: string[];
+    /** 閫�淇濇壒鍗� */
+    batchBillUrl?: string;
+  }
+
+  interface OfflineInsureBatchRefundCheckInput {
+    insurePolicyOperateHistoryId?: string;
+    successInsurancePolicyDetailIds?: string[];
+    failInsurancePolicyDetailIds?: string[];
+    status?: InsureRefundStatusEnum;
+  }
+
+  interface OfflineInsureBillPassInput {
+    /** 鎶曚繚鎵规缂栧彿 */
+    insurePolicyId?: string;
+    walletAccountType?: WalletAccountTypeEnum;
+    /** 淇濆崟鍙� */
+    insureBillNo?: string;
+    /** 鏃犳硶鍙備繚浜哄憳璇︽儏Id */
+    listInsurePlanDetailIds?: string[];
+  }
+
+  interface OperateHistoryDto {
+    /** 鍏宠仈鍏崇郴ID */
+    relationId?: string;
+    /** 琛ㄥ悕 */
+    tableType?: number;
+    /** 鎿嶄綔 */
+    operateName?: string;
+    /** 鎿嶄綔鍐呭 */
+    operateContent?: string;
+    /** 鎿嶄綔浜� */
+    creatorName?: string;
+    /** 鎿嶄綔鏃堕棿 */
+    creationTime?: string;
+    /** 鎿嶄綔缁嗚妭 */
+    operateDetail?: string;
+  }
+
+  interface OperateHistoryDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: OperateHistoryDto[];
+  }
+
+  type OperateHistoryTypeEnum =
+    | 10
+    | 11
+    | 12
+    | 13
+    | 14
+    | 15
+    | 16
+    | 17
+    | 18
+    | 19
+    | 20
+    | 21
+    | 22
+    | 23
+    | 24
+    | 25
+    | 26
+    | 27
+    | 28
+    | 29
+    | 30
+    | 31
+    | 32
+    | 40
+    | 42;
+
+  interface OrderChangedBzContentInput {
+    outBizNo?: string;
+    productCode?: string;
+    bizScene?: string;
+    originInterface?: string;
+    orderId?: string;
+    status?: string;
+    actionType?: string;
+    transAmount?: string;
+    settleSerialNo?: string;
+    subOrderStatus?: string;
+    subOrderErrorCode?: string;
+    subOrderFailReason?: string;
+    payFundOrderId?: string;
+    payDate?: string;
+    refundDate?: string;
+    entrustOrderId?: string;
+  }
+
+  interface OrderInfoDto {
+    id?: string;
+    categoryId?: string;
+    /** 璁㈠崟鍚嶇О */
+    orderName?: string;
+    /** 浼佷笟鍦板潃 */
+    addressDetail?: string;
+    /** 鐢ㄦ埛鍚嶇墖鍚嶇О */
+    userName?: string;
+    creatorId?: string;
+    creatorName?: string;
+    companyName?: string;
+    userId?: string;
+    /** 璧峰缁煎悎鏈堣柂 */
+    startMonthlySalary?: number;
+    /** 鎴缁煎悎鏈堣柂 */
+    endMonthlySalary?: number;
+    /** 鏈�鍚庝笂鏋舵椂闂� */
+    lastShelfTime?: string;
+    /** 鎷涜仒浜烘暟绫诲瀷 10 鍥哄畾浜烘暟  20 鑼冨洿浜烘暟 */
+    hireType?: number;
+    /** 鍥哄畾浜烘暟 鎴� 鑼冨洿浜烘暟鐨勮捣濮嬩汉鏁� */
+    hireNumber?: number;
+    /** 宸ヤ綔鎬ц川 10 涓ょ彮鍊� 20 浠呯櫧鐝� */
+    workNature?: number;
+    /** 鑼冨洿浜烘暟鐨勬埅姝汉鏁� */
+    hireEndNumber?: number;
+    /** 璧峰骞撮緞 */
+    ageStart?: number;
+    /** 鎴骞撮緞 */
+    ageEnd?: number;
+    /** 鎬у埆瑕佹眰 0 涓嶉檺 10 浠呴檺鐢峰+ 20 浠呴檺濂冲+ 30 鐢峰コ璁惧畾 */
+    sexRequirement?: number;
+    /** 鐢锋�т汉鏁� */
+    manNumber?: number;
+    /** 濂虫�т汉鏁� */
+    womanNumber?: number;
+    /** 瀛﹀巻瑕佹眰 0 涓嶉檺 10 灏忓 20 鍒濅腑 30 楂樹腑 40 涓撶 50 澶у 60 纭曞+ 70 鍗氬+ 鍙婁互涓� */
+    education?: number;
+    /** 鏈嶅姟璐� */
+    service?: number;
+    /** -10 椹冲洖 10鏈彁浜� 20寰呭鏍� 30 杩涜涓� 40 涓嬫灦 50 绯荤粺涓嬫灦 */
+    status?: number;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 鏄惁鍚屾鍒版湅鍙嬪湀 */
+    isSyncCircleFriend?: boolean;
+    checkRemark?: string;
+    /** 娴忚閲� */
+    viewCount?: number;
+    attentionCount?: number;
+    creationTime?: string;
+    provinceCode?: number;
+    cityCode?: number;
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 鐢宠鍚堜綔浼佷笟 */
+    companyCount?: number;
+    isRecommend?: boolean;
+    lastModificationTime?: string;
+    /** 璁剧疆淇℃伅 */
+    searchSettings?: SearchSettingInfo[];
+    orderSupplierRefundInfo?: OrderSupplierRefundInfo[];
+    /** 杩愯垂妯″紡 10灏忔椂宸ヨ繑璐� 20涓�娆℃�ф嫑鑱樿垂 30 杩炵画鎬х鐞嗚垂 */
+    rebateMode?: number;
+    /** 渚涘簲鍟嗗埄娑� */
+    supplierProfit?: number;
+    /** 10 涓�娆℃�у埄娑� 20 xx鍏�/姣忎汉/姣忓皬鏃� 30 xx鍏�/姣忎汉/姣忔湀 */
+    supplierProfitUint?: number;
+    rebateTime?: number;
+    /** 鐧界彮鏃堕棿 */
+    dayStartTime?: string;
+    /** 鐧界彮鎴鏃堕棿 */
+    dayEndTime?: string;
+    /** 鏅氱彮寮�濮嬫椂闂� */
+    nightStartTime?: string;
+    /** 鏅氱彮鎴鏃堕棿 */
+    nightEndTime?: string;
+    /** 宸ヨ祫鍙戞斁绫诲瀷 10 姣忔湀鍙戞斁 20 姣忓懆鍙戞斁 30 姣忔棩鍙戞斁 */
+    salaryType?: number;
+    /** 瀵瑰鑱旂郴鏂瑰紡 10 骞冲彴 20 鎵嬪姩杈撳叆 */
+    externalcontactType?: number;
+    /** 瀵瑰鑱旂郴鐢佃瘽 */
+    externalcontactNumber?: string;
+    /** 鍛樺伐绂忓埄 */
+    searchSettingId?: string[];
+    /** 浼佷笟椋庨噰 */
+    src?: string[];
+    /** 鍏徃搴ф満 */
+    companyLandline?: string;
+    /** 鎺ヨ溅鐢佃瘽 */
+    carNumber?: string;
+    /** 宸ヤ綔浠嬬粛 */
+    jobIntroduction?: string;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** Order鑱旂郴浜� */
+    orderContact?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactNumber?: string;
+    /** 鎴戞槸鍚﹀凡鎺ュ崟 */
+    isMyTaken?: boolean;
+    /** 鎴戞槸鍚﹀凡鎺ュ崟 */
+    isAttention?: boolean;
+    /** 鍛樺伐钖祫 10 鏈堣柂锛� 20 鍛ㄨ柂锛�30 鏃ヨ柂锛�40 鏃惰柂 */
+    salaryTimeType?: number;
+    /** 缁煎悎钖祫 */
+    integratedSalary?: string;
+    /** 琛屼笟绫诲瀷Id */
+    industryTypeId?: string;
+    /** 琛屼笟绫诲瀷鍚嶇О */
+    industryTypeName?: string;
+    /** 鐢ㄦ埛澶村儚鍦板潃 */
+    avatarUrl?: string;
+    /** 鑱岀О */
+    jobTitle?: string;
+    /** 鏄惁宸茶璇� */
+    isCertified?: boolean;
+    parkOrHRSimpleInfo?: ParkOrHRSimpleOutput;
+    /** 鏄惁瀛樺湪鑱旂郴璁板綍 */
+    isExistTradeChatRecord?: boolean;
+  }
+
   interface OrderInput {
     property?: string;
     order?: OrderTypeEnum;
   }
 
+  interface OrderListDto {
+    id?: string;
+    categoryId?: string;
+    /** 璁㈠崟鍚嶇О */
+    orderName?: string;
+    /** -10 椹冲洖 10鏈彁浜� 20寰呭鏍� 30 杩涜涓� 40 涓嬫灦 50 绯荤粺涓嬫灦 */
+    status?: number;
+    /** 璁剧疆淇℃伅 */
+    searchSettings?: SearchSettingInfo[];
+    /** 璁㈠崟鍏抽棴 */
+    isOrderClosed?: boolean;
+    rebateRemark?: string;
+    checkRemark?: string;
+    creationTime?: string;
+    lastModificationTime?: string;
+    userId?: string;
+    /** 杩旇垂淇℃伅 */
+    orderSupplierRefundInfo?: OrderSupplierRefundInfo[];
+    /** 璧峰缁煎悎鏈堣柂 */
+    startMonthlySalary?: number;
+    /** 鎴缁煎悎鏈堣柂 */
+    endMonthlySalary?: number;
+    /** 鏈�鍚庝笂鏋舵椂闂� */
+    lastShelfTime?: string;
+    /** 鎷涜仒浜烘暟绫诲瀷 10 鍥哄畾浜烘暟  20 鑼冨洿浜烘暟 */
+    hireType?: number;
+    /** 鍥哄畾浜烘暟 鎴� 鑼冨洿浜烘暟鐨勮捣濮嬩汉鏁� */
+    hireNumber?: number;
+    /** 宸ヤ綔鎬ц川 10 涓ょ彮鍊� 20 浠呯櫧鐝� */
+    workNature?: number;
+    /** 鑼冨洿浜烘暟鐨勬埅姝汉鏁� */
+    hireEndNumber?: number;
+    /** 璧峰骞撮緞 */
+    ageStart?: number;
+    /** 鎴骞撮緞 */
+    ageEnd?: number;
+    /** 鎬у埆瑕佹眰 0 涓嶉檺 10 浠呴檺鐢峰+ 20 浠呴檺濂冲+ 30 鐢峰コ璁惧畾 */
+    sexRequirement?: number;
+    /** 鐢锋�т汉鏁� */
+    manNumber?: number;
+    /** 濂虫�т汉鏁� */
+    womanNumber?: number;
+    /** 瀛﹀巻瑕佹眰 0 涓嶉檺 10 灏忓 20 鍒濅腑 30 楂樹腑 40 涓撶 50 澶у 60 纭曞+ 70 鍗氬+ 鍙婁互涓� */
+    education?: number;
+    /** 鏈嶅姟璐� */
+    service?: number;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 娴忚閲� */
+    viewCount?: number;
+    provinceCode?: number;
+    cityCode?: number;
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 鐢宠鍚堜綔浼佷笟 */
+    companyCount?: number;
+    isRecommend?: boolean;
+    userName?: string;
+    companyName?: string;
+    addressDetail?: string;
+    /** 琛屼笟绫诲瀷鍚嶇О */
+    industryTypeName?: string;
+    /** 鐢ㄦ埛璐﹀彿 */
+    userAccount?: string;
+    /** 缁煎悎钖祫 */
+    integratedSalary?: string;
+    /** 鍛樺伐钖祫 10 鏈堣柂锛� 20 鍛ㄨ柂锛�30 鏃ヨ柂锛�40 鏃惰柂 */
+    salaryTimeType?: number;
+    /** 鐢宠浜烘暟 */
+    matchMakingApplyCount?: number;
+  }
+
+  interface OrderListDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: OrderListDto[];
+  }
+
+  interface OrderListInput {
+    pageModel?: Pagination;
+    /** 鏄电О */
+    name?: string;
+    /** 鏌ヨ鏉′欢锛氳鍗曞悕绉�/鐢ㄦ埛ID/璁㈠崟缂栧彿 */
+    queryCondition?: string;
+    /** 寮�濮嬫椂闂� */
+    startDate?: string;
+    /** 缁撴潫鏃堕棿 */
+    endDate?: string;
+    /** -10 椹冲洖 10鏈彁浜� 20寰呭鏍� 30 杩涜涓� 40 涓嬫灦 50 绯荤粺涓嬫灦 */
+    status?: number;
+    categoryId?: string;
+    /** 鏌ヨ鍏抽敭瀛� 浼佷笟鍚嶇О/璐﹀彿 */
+    searchKey?: string;
+  }
+
+  interface OrderSettingDto {
+    settingId?: string;
+    sequence?: number;
+  }
+
+  interface OrderSinglePayUploadFileInput {
+    payDataId?: string;
+    /** 鏂囦欢涓婁紶绫诲瀷 10璐圭敤鏄庣粏鏂囦欢 20鍙戠エ鏂囦欢 */
+    uploadType?: number;
+    fileUrl?: string;
+    fileName?: string;
+  }
+
+  interface OrderSinglePayVerifyInvoiceInput {
+    payDataId?: string;
+    /** 纭鏂囦欢绫诲瀷 10璐圭敤鏄庣粏鏂囦欢 20鍙戠エ鏂囦欢 */
+    verifyType?: number;
+    /** 鍙戠エ纭缁撴灉 30閫氳繃 40鎷掔粷 */
+    verifyStatus?: number;
+  }
+
+  interface OrderStatusInput {
+    id?: string;
+    /** -10 椹冲洖 10鏈彁浜� 20寰呭鏍� 30 杩涜涓� 40 涓嬫灦 50 绯荤粺涓嬫灦 */
+    status?: number;
+    /** 涓婃灦鍘熷洜 */
+    onShelfReason?: string;
+    /** 涓嬫灦鍘熷洜 */
+    offShelfReason?: string;
+    checkRemark?: string;
+  }
+
+  interface OrderSupplierRefundInfo {
+    /** 杩愯垂妯″紡 10灏忔椂宸ヨ繑璐� 20涓�娆℃�ф嫑鑱樿垂 30 杩炵画鎬х鐞嗚垂 */
+    rebateMode?: number;
+    /** 渚涘簲鍟嗗埄娑� */
+    supplierProfit?: number;
+    /** 杩愯垂鏃堕暱 0杩炵画鍚堜綔 鍏朵粬鏁板�煎氨浠h〃鏃堕暱鏈堜唤 */
+    rebateTime?: number;
+    /** 10 涓�娆℃�у埄娑� 20 xx鍏�/姣忎汉/姣忓皬鏃� 30 xx鍏�/姣忎汉/姣忔湀 */
+    supplierProfitUint?: number;
+    /** 杩旇垂鍛ㄦ湡 10 鎸夋湀锛�20鎸夋棩锛�30鎸夋椂 */
+    cycleType?: number;
+  }
+
   type OrderTypeEnum = 0 | 1;
+
+  interface OrderViewInput {
+    /** 璁㈠崟娴忚Id */
+    id?: string;
+    /** 璁㈠崟Id */
+    orderId?: string;
+  }
 
   interface OssSTSReponse {
     expiration?: string;
@@ -1119,6 +14351,52 @@
     ossAccessKeyId?: string;
     securityToken?: string;
     requestId?: string;
+  }
+
+  interface OutCheckParkBountyApplyBaseInfo {
+    /** 鐢宠鎵规鍙� */
+    batchNo?: string;
+    /** 鐢宠鍥尯Id */
+    parkId?: string;
+    /** 鐢宠鍥尯 */
+    parkName?: string;
+    /** 鐢宠鍥尯绫诲瀷 */
+    parkTypeName?: string;
+    /** 鐢宠濂栧姳閲戞湀浠� */
+    applyMonth?: string;
+    /** 濂栧姳閲戞眹鎬婚噾棰� */
+    applySumAmount?: number;
+    /** 姹囨�绘槑缁嗚〃 */
+    enterpriseTaxSubFileUrl?: string;
+    /** 浼佷笟钀ユ敹姹囨�昏〃 */
+    enterpriseOperateFileUrl?: string;
+    /** 濂栧姳閲戝垎閰嶈〃 */
+    bountyAssignFileUlr?: string;
+    /** 濂栧姳閲戞眹鎬昏〃 */
+    bountyCollectFileUrl?: string;
+    /** 鍏ラ┗鍏宠仈璇存槑 */
+    enterpriseRelateFileUrl?: string;
+    outCheckStatus?: BountyCheckStatusEnum;
+    /** 澶栭儴瀹℃牳鍘熷洜 */
+    outCheckRemark?: string;
+    /** 鍐呴儴瀹℃牳鍘熷洜 */
+    inCheckRemark?: string;
+    inCheckStatus?: BountyCheckStatusEnum;
+    /** 璐㈡斂鎷ㄤ粯鎬婚 */
+    financeSumAmount?: number;
+    /** 骞冲彴鍏呭�兼�婚 */
+    settleSumAmount?: number;
+    /** 鍙戞斁鍑瘉 */
+    settleFileUrl?: string;
+    /** 璐㈡斂鍙戞斁鍑瘉 */
+    financeFileUrl?: string;
+  }
+
+  interface OutcheckParkBountyApplyInput {
+    parkBountyApplyId?: string;
+    outCheckStatus?: BountyCheckStatusEnum;
+    /** 澶囨敞 */
+    remark?: string;
   }
 
   interface PageInput {
@@ -1152,11 +14430,995 @@
     descriptorName?: string;
   }
 
-  interface PasswordLoginInput {
+  interface ParkBountyApplyBaseInfo {
+    /** 鐢宠鎵规鍙� */
+    batchNo?: string;
+    /** 鐢宠鍥尯Id */
+    parkId?: string;
+    /** 鐢宠鍥尯 */
+    parkName?: string;
+    /** 鐢宠鍥尯绫诲瀷 */
+    parkTypeName?: string;
+    /** 鐢宠濂栧姳閲戞湀浠� */
+    applyMonth?: string;
+    /** 濂栧姳閲戞眹鎬婚噾棰� */
+    applySumAmount?: number;
+    /** 姹囨�绘槑缁嗚〃 */
+    enterpriseTaxSubFileUrl?: string;
+    /** 浼佷笟钀ユ敹姹囨�昏〃 */
+    enterpriseOperateFileUrl?: string;
+    /** 濂栧姳閲戝垎閰嶈〃 */
+    bountyAssignFileUlr?: string;
+    /** 濂栧姳閲戞眹鎬昏〃 */
+    bountyCollectFileUrl?: string;
+    /** 鍏ラ┗鍏宠仈璇存槑 */
+    enterpriseRelateFileUrl?: string;
+    /** 鍙戞斁鍑瘉 */
+    settleFileUrl?: string;
+    /** 璐㈡斂鍙戞斁鍑瘉 */
+    financeFileUrl?: string;
+    /** 鍏呭�奸噾棰� */
+    settleSumAmount?: number;
+    /** 璐㈡斂鍙戞斁閲戦 */
+    financeSumAmount?: number;
+  }
+
+  interface ParkBountyApplyBatchFinanceInput {
+    parkBountyApplyDetailId?: string[];
+    /** 鍏呭�奸噾棰� */
+    financeToAmount?: number;
+    parkBountyApplyId?: string;
+  }
+
+  interface ParkBountyApplyBatchTransferInput {
+    parkBountyApplyDetailId?: string[];
+    /** 鍏ヨ处閲戦 */
+    transferToAmount?: number;
+    parkBountyApplyId?: string;
+  }
+
+  interface ParkBountyApplyDetailInfo {
+    parkBountyApplyId?: string;
+    parkBountyApplyDetailId?: string;
+    enterpriseId?: string;
+    userName?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 鍩烘湰鎴蜂俊鎭� */
+    bankAccountInfo?: string;
+    /** 鐢佃瘽 */
+    contactPhone?: string;
+    /** 钀ヤ笟鎵х収 */
+    licenseUrl?: string;
+    /** 绀句細缁熶竴淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鍥尯鍏ラ┗鍗忚 */
+    parkEnterPactUrl?: string;
+    /** 瀹岀◣璇佹槑 */
+    ratePaymentFileUrl?: string;
+    /** 浼佷笟缂寸◣鏄庣粏姹囨�昏〃 */
+    taxSubFileUrl?: string;
+    /** 浼佷笟缁忚惀鍒╂鼎琛� */
+    operateProfitesUrl?: string;
+    /** C绔畬鍠勬儏鍐佃鏄� */
+    personTaxInstructUrl?: string;
+    /** C绔釜绋庡畬绋庢儏鍐佃鏄� */
+    personTaxRatePayUrl?: string;
+    authType?: EnterpriseTypeEnum;
+    /** 閾惰淇℃伅鍙锋槸鍚﹀凡瀹屽杽 */
+    bankIsVerify?: boolean;
+    /** 浼佷笟淇℃伅鏄惁宸插畬鍠� */
+    enterpriseIsVerify?: boolean;
+    /** 鏂囦欢瀹屾暣搴� */
+    fileCompleteRate?: string;
+    financeToStatus?: FinanceStatusEnum;
+    /** 璐㈡斂鍏ヨ处閲戦 */
+    financeToAmount?: number;
+    /** 璐㈡斂鍏ヨ处鏃堕棿 */
+    financeToTime?: string;
+    /** 璐㈡斂鍏ヨ处鍑瘉 */
+    financeToFileUrl?: string;
+    /** 璐㈡斂鍏ヨ处鎿嶄綔鐢ㄦ埛 */
+    financeToUserId?: string;
+  }
+
+  interface ParkBountyApplyDetailInfoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: ParkBountyApplyDetailInfo[];
+  }
+
+  interface ParkBountyApplyFinanceFileInput {
+    parkBountyApplyId?: string;
+    /** 鍙戞斁鍑瘉 */
+    financeFileUrl?: string;
+    /** 鍙戞斁閲戦 */
+    financeSumAmount?: number;
+  }
+
+  interface ParkBountyApplyRechargeFileInput {
+    parkBountyApplyDetailId?: string;
+    /** 骞冲彴鍏呭�煎嚟璇� */
+    rechargeToFileUrl?: string;
+  }
+
+  interface ParkBountyApplyRechargeInput {
+    parkBountyApplyDetailId?: string;
+    /** 璐㈡斂鎷ㄤ粯 */
+    bountyAmount?: number;
+    parkBountyApplyId?: string;
+  }
+
+  interface ParkBountyApplySettleInput {
+    parkBountyApplyId?: string;
+    /** 鍙戞斁鍑瘉 */
+    settleFileUrl?: string;
+    /** 鍙戞斁閲戦 */
+    settleSumAmount?: number;
+  }
+
+  interface ParkBountyApplyTransferDetailInfo {
+    parkBountyApplyId?: string;
     /** 璐﹀彿 */
+    userName?: string;
+    enterpriseId?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 鍩烘湰鎴蜂俊鎭� */
+    bankAccountInfo?: string;
+    /** 鐢佃瘽 */
+    contactPhone?: string;
+    /** 钀ヤ笟鎵х収 */
+    licenseUrl?: string;
+    /** 绀句細缁熶竴淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鍥尯鍏ラ┗鍗忚 */
+    parkEnterPactUrl?: string;
+    /** 瀹岀◣璇佹槑 */
+    ratePaymentFileUrl?: string;
+    /** 浼佷笟缂寸◣鏄庣粏姹囨�昏〃 */
+    taxSubFileUrl?: string;
+    /** 浼佷笟缁忚惀鍒╂鼎琛� */
+    operateProfitesUrl?: string;
+    /** C绔畬绋庢儏鍐佃鏄� */
+    personTaxInstructUrl?: string;
+    /** C绔釜绋庡畬绋庢儏鍐佃鏄� */
+    personTaxRatePayUrl?: string;
+    authType?: EnterpriseTypeEnum;
+    transferToStatus?: TransferToStatusEnum;
+    /** 鍏ヨ处閲戦 */
+    transferToAmount?: number;
+    /** 鍏ヨ处鏃堕棿 */
+    transferToTime?: string;
+    parkBountyApplyDetailId?: string;
+    /** 鍏ヨ处鍑瘉 */
+    transferToFileUrl?: string;
+    financeToStatus?: FinanceStatusEnum;
+    /** 璐㈡斂鍏ヨ处閲戦 */
+    financeToAmount?: number;
+    /** 璐㈡斂鍏ヨ处鏃堕棿 */
+    financeToTime?: string;
+    /** 璐㈡斂鍏ヨ处鍑瘉 */
+    financeToFileUrl?: string;
+    /** 璐㈡斂鍏ヨ处鎿嶄綔鐢ㄦ埛 */
+    financeToUserId?: string;
+  }
+
+  interface ParkBountyApplyTransferDetailInfoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: ParkBountyApplyTransferDetailInfo[];
+  }
+
+  interface ParkBountyApplyTransferFileInput {
+    parkBountyApplyDetailId?: string;
+    /** 鍏ヨ处鍑瘉 */
+    transferToFileUrl?: string;
+  }
+
+  interface ParkBountyApplyTransferInput {
+    parkBountyApplyDetailId?: string;
+    /** 鍏ヨ处閲戦 */
+    transferToAmount?: number;
+    parkBountyApplyId?: string;
+  }
+
+  type ParkCustomersCountTypeEnum = 10 | 50 | 100;
+
+  interface ParkHRForHomePageInput {
+    pageModel?: Pagination;
+    categoryId?: string;
+    cityName?: string;
+    parkOrHRName?: string;
+    /** 鍥尯/浼佷笟绾у埆 10鍥藉绾� 20鐪佺骇 30甯傜骇 40鍖哄幙绾� */
+    level?: number;
+    /** 鍥尯绫诲瀷 锛堝搴斾簬SearchSetting 涓璖earchType=40鐨処d锛夛紙瀹炰綋浜т笟鍥�/鏁板瓧浜т笟鍥�/...锛� */
+    parkTypeId?: string;
+    /** 鍥尯鏈嶅姟绫诲瀷 */
+    parkServiceId?: string[];
+    /** 浼佷笟鏈嶅姟绫诲瀷 */
+    personServiceId?: string[];
+    /** 宸ョ */
+    workOfTypeId?: string[];
+    userId?: string;
+    serviceWorkerCount?: ServiceWorkerCountTypeEnum;
+    provinceCode?: number;
+    cityCode?: number;
+    countyCode?: number;
+  }
+
+  interface ParkHRInput {
+    pageModel?: Pagination;
+    categoryId?: string;
+    userId?: string;
+    status?: number;
+    parkOrHRName?: string;
+    provinceCode?: number;
+    cityCode?: number;
+    countyCode?: number;
+    /** 鍥尯/浼佷笟绾у埆 10鍥藉绾� 20鐪佺骇 30甯傜骇 40鍖哄幙绾� */
+    level?: number;
+    /** 鍥尯绫诲瀷 锛堝搴斾簬SearchSetting 涓璖earchType=40鐨処d锛夛紙瀹炰綋浜т笟鍥�/鏁板瓧浜т笟鍥�/...锛� */
+    parkTypeId?: string;
+    /** 鍥尯鏈嶅姟绫诲瀷 */
+    parkServiceId?: string[];
+    /** 浼佷笟鏈嶅姟绫诲瀷 */
+    personServiceId?: string[];
+    /** 宸ョ */
+    workOfTypeId?: string[];
+    isShow?: boolean;
+    /** 骞垮憡浣嶆槸鍚﹀睍绀� */
+    advertiseIsShow?: boolean;
+    /** 0 瀹㈡埛灞曠ず鍒楄〃  1骞垮憡浣嶅垪琛� */
+    isCustomer?: boolean;
+    isMy?: boolean;
+  }
+
+  interface ParkOrHRAdvertiseInfo {
+    id?: string;
+    parkTypeName?: string;
+    parkTypeId?: string;
+    name?: string;
+    /** 鏈嶅姟 */
+    serviceName?: string[];
+    /** 宸ョ */
+    workName?: string[];
+    serviceInfo?: ServeSearchSettingInfo[];
+    workInfo?: ServeSearchSettingInfo[];
+    hrArea?: ServeHRArea[];
+    parkCustomersCount?: ParkCustomersCountTypeEnum;
+    creationTime?: string;
+    cityName?: string;
+    isMyAttention?: boolean;
+    /** 浼佷笟灏侀潰 */
+    topSrc?: string;
+    viewCount?: number;
+    description?: string;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 浜у搧绫诲埆鍚� */
+    categoryName?: string;
+    level?: number;
+    /** 骞垮憡绫诲瀷锛�0浠樿垂锛�1鍏嶈垂 */
+    payType?: number;
+    /** 骞垮憡璧峰鏃堕棿 */
+    startTime?: string;
+    /** 骞垮憡鍒版湡鏃堕棿 */
+    endTime?: string;
+    /** 鎶曟斁鍛ㄦ湡绫诲瀷锛�1澶╋紝7鍛紝30鏈堬紝90瀛o紝365骞� */
+    periodType?: number;
+    /** 鍗曟鎶曟斁鏀惰垂 */
+    price?: number;
+    /** 鎶曟斁娆℃暟 */
+    count?: number;
+    /** 瀵瑰鑱旂郴浜� */
+    outerContacter?: string;
+    /** 瀵瑰鑱旂郴鐢佃瘽鏄惁骞冲彴鐢佃瘽 */
+    isOuterPhonePlatform?: boolean;
+    /** 瀵瑰鑱旂郴浜哄彿鐮� */
+    outerContacterPhone?: string;
+    /** 骞垮憡浣嶇疆锛�0棣栭〉涓�绾э紝1棣栭〉浜岀骇锛�2璇︽儏椤垫帹鑽� */
+    position?: number;
+    /** 浠樿垂棰� */
+    fee?: number;
+    /** 鐘舵�侊細0锛堝鎴风锛夋彁浜わ紝-10涓嬫灦锛�10涓婃灦 */
+    status?: number;
+    /** 鏄惁瀹㈡埛绔嚜鍙戝箍鍛� */
+    isFromClient?: boolean;
+    provinceCode?: number;
+    cityCode?: number;
+    countyCode?: number;
+  }
+
+  interface ParkOrHRAuditInfoDto {
+    id?: string;
+    /** 浜鸿祫鍏徃鍚嶇О */
+    name?: string;
+    /** 鍒嗙被Id */
+    categoryId?: string;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactPhone?: string;
+    /** 鎵�灞炲尯鍩熺渷绾ode */
+    provinceCode?: number;
+    /** 鎵�灞炲尯鍩熷競绾ode */
+    cityCode?: number;
+    /** 鎵�灞炲尯鍩熷幙绾ode */
+    countyCode?: number;
+    /** 鎵�灞炲尯鍩熺渷绾у悕绉� */
+    provinceName?: string;
+    /** 鎵�灞炲尯鍩熷競绾у悕绉� */
+    cityName?: string;
+    /** 鎵�灞炲尯鍒幙绾у悕绉� */
+    countyName?: string;
+    /** 鍒涘缓浜哄悕绉� */
+    creatorName?: string;
+    /** 鐢ㄦ埛娉ㄥ唽鏃堕棿 */
+    registTime?: string;
+    /** 瀹℃牳鎻愪氦鏃堕棿 */
+    creationTime?: string;
+    /** 瀹℃牳澶囨敞 */
+    auditNote?: string;
+    auditStatus?: ParkOrHRAuditStatusEnum;
+    /** 瀵瑰鑱旂郴浜� */
+    foreignContact?: string;
+    /** 瀵瑰鑱旂郴鏂瑰紡 */
+    foreignContactPhone?: string;
+    /** 鑽h獕璇佷功鏁伴噺 */
+    honorCertificateCount?: number;
+    serviceWorkerCount?: ServiceWorkerCountTypeEnum;
+    /** 鏄惁灞曠ず */
+    isShow?: boolean;
+    /** 鏄惁闅愯棌鍚嶅瓧 1闅愯棌 0涓嶉殣钘� */
+    isHideName?: boolean;
+    /** 绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鎴愮珛骞翠唤 */
+    setUpDate?: number;
+    parkCustomersCount?: ParkCustomersCountTypeEnum;
+    /** 浜鸿祫鍏徃淇℃伅Id */
+    parkOrHRId?: string;
+    /** 宸ョ鍚嶇О */
+    workServiceName?: string;
+    /** 鍥尯鏈嶅姟绫诲瀷/浜鸿祫鏈嶅姟绫诲瀷 */
+    serveSettingName?: ServiceName[];
+    /** 鎻忚堪 */
+    description?: string;
+    /** 鍥尯椋庨噰 */
+    parkStyles?: ParkStyleInfo[];
+    /** 宸ョ */
+    workOfTypeName?: ServiceName[];
+    /** 鍥尯鏈嶅姟绫诲瀷/浜鸿祫鏈嶅姟绫诲瀷Id闆嗗悎 */
+    serveSetting?: string[];
+    /** 宸ョ闆嗗悎 */
+    workOfType?: string[];
+    /** 钀ヤ笟鎵х収 */
+    licenseUrl?: string;
+    /** 浜哄姏璧勬簮璁稿彲璇� */
+    hrLicenseUrl?: string;
+    /** 鍔冲姟娲鹃仯璁稿彲璇� */
+    laborLienseUrl?: string;
+    userId?: string;
+    hrArea?: HRAreaDto[];
+    userName?: string;
+    /** 10鍥尯瀹㈡埛 20浜鸿祫浼佷笟 */
+    type?: number;
+    publishSourceType?: ParkOrHRPublishSourceTypeEnum;
+    /** 缂栬緫鎴� */
+    editStamp?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+  }
+
+  interface ParkOrHRAuditListDto {
+    id?: string;
+    /** 浜鸿祫鍏徃鍚嶇О */
+    name?: string;
+    /** 鍒嗙被Id */
+    categoryId?: string;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactPhone?: string;
+    /** 鎵�灞炲尯鍩熺渷绾ode */
+    provinceCode?: number;
+    /** 鎵�灞炲尯鍩熷競绾ode */
+    cityCode?: number;
+    /** 鎵�灞炲尯鍩熷幙绾ode */
+    countyCode?: number;
+    /** 鎵�灞炲尯鍩熺渷绾у悕绉� */
+    provinceName?: string;
+    /** 鎵�灞炲尯鍩熷競绾у悕绉� */
+    cityName?: string;
+    /** 鎵�灞炲尯鍒幙绾у悕绉� */
+    countyName?: string;
+    /** 鍒涘缓浜哄悕绉� */
+    creatorName?: string;
+    /** 鐢ㄦ埛娉ㄥ唽鏃堕棿 */
+    registTime?: string;
+    /** 瀹℃牳鎻愪氦鏃堕棿 */
+    creationTime?: string;
+    /** 瀹℃牳澶囨敞 */
+    auditNote?: string;
+    auditStatus?: ParkOrHRAuditStatusEnum;
+    /** 瀵瑰鑱旂郴浜� */
+    foreignContact?: string;
+    /** 瀵瑰鑱旂郴鏂瑰紡 */
+    foreignContactPhone?: string;
+    /** 鑽h獕璇佷功鏁伴噺 */
+    honorCertificateCount?: number;
+    serviceWorkerCount?: ServiceWorkerCountTypeEnum;
+    /** 鏄惁灞曠ず */
+    isShow?: boolean;
+    /** 鏄惁闅愯棌鍚嶅瓧 1闅愯棌 0涓嶉殣钘� */
+    isHideName?: boolean;
+    /** 绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鎴愮珛骞翠唤 */
+    setUpDate?: number;
+    parkCustomersCount?: ParkCustomersCountTypeEnum;
+    /** 浜鸿祫鍏徃淇℃伅Id */
+    parkOrHRId?: string;
+    /** 璐﹀彿 */
+    userName?: string;
+    /** 宸ョ鍚嶇О */
+    workServiceName?: string;
+    /** 浼佷笟鏈嶅姟 */
+    serveSettingName?: string;
+  }
+
+  interface ParkOrHRAuditListDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: ParkOrHRAuditListDto[];
+  }
+
+  type ParkOrHRAuditStatusEnum = 10 | 30 | 40;
+
+  interface ParkOrHRDetail {
+    id?: string;
+    categoryId?: string;
+    userId?: string;
+    parkTypeName?: string;
+    name?: string;
+    /** 鏈嶅姟 */
+    serviceName?: string[];
+    /** 宸ョ */
+    workName?: string[];
+    serviceInfo?: ServeSearchSettingInfo[];
+    workInfo?: ServeSearchSettingInfo[];
+    parkCustomersCount?: ParkCustomersCountTypeEnum;
+    serviceWorkerCount?: ServiceWorkerCountTypeEnum;
+    /** 钀ヤ笟鎵х収 */
+    licenseUrl?: string;
+    /** 绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 浜哄姏璧勬簮璁稿彲璇� */
+    hrLicenseUrl?: string;
+    /** 鍔冲姟娲鹃仯璁稿彲璇� */
+    laborLienseUrl?: string;
+    setUpDate?: number;
+    creationTime?: string;
+    cityName?: string;
+    isMyAttention?: boolean;
+    /** 浼佷笟灏侀潰 */
+    topSrc?: string;
+    viewCount?: number;
+    description?: string;
+    level?: number;
+    /** 鍥尯绫诲瀷 锛堝搴斾簬SearchSetting 涓璖earchType=40鐨処d锛夛紙瀹炰綋浜т笟鍥�/鏁板瓧浜т笟鍥�/...锛� */
+    parkTypeId?: string;
+    status?: number;
+    /** 鎺掑簭 */
+    sequence?: number;
+    provinceCode?: number;
+    cityCode?: number;
+    countyCode?: number;
+    provinceName?: string;
+    countyName?: string;
+    hrArea?: ServeHRArea[];
+    /** 鑱旂郴鐢佃瘽 */
+    contactPhone?: string;
+    /** 瀵瑰鑱旂郴鏂瑰紡 */
+    foreignContactPhone?: string;
+    /** 鏄惁浠樿垂 */
+    isPay?: boolean;
+    /** 鐢ㄦ埛鏄惁璁よ瘉 */
+    isUserCertification?: boolean;
+    /** 璁よ瘉鏃堕棿 */
+    certificationTime?: string;
+    /** 鐢ㄦ埛娉ㄥ唽鏃堕棿 */
+    registTime?: string;
+    /** 鐢ㄦ埛鏄惁閿佸畾 */
+    userIsLocked?: boolean;
+    userAuthTye?: EnterpriseTypeEnum;
+    /** 鍥尯鍏ラ┗瀹㈡埛鏁� */
+    parkSettledCustomersCount?: number;
+  }
+
+  interface ParkOrHRDetailPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: ParkOrHRDetail[];
+  }
+
+  interface ParkOrHRDto {
+    id?: string;
+    categoryId?: string;
+    type?: number;
+    /** 鎴愮珛骞翠唤 */
+    setUpDate?: number;
+    /** 鏄惁闅愯棌鍚嶅瓧 1闅愯棌 0涓嶉殣钘� */
+    isHideName?: boolean;
+    name?: string;
+    /** 浼佷笟璁よ瘉鍚嶅瓧 */
+    companyName?: string;
+    contact?: string;
+    contactPhone?: string;
+    /** 鍥尯/浼佷笟绾у埆 10鍥藉绾� 20鐪佺骇 30甯傜骇 40鍖哄幙绾� */
+    level?: number;
+    parkCustomersCount?: ParkCustomersCountTypeEnum;
+    /** 鍥尯绫诲瀷 */
+    parkTypeName?: string;
+    /** 鍥尯绫诲瀷 锛堝搴斾簬SearchSetting 涓璖earchType=40鐨処d锛夛紙瀹炰綋浜т笟鍥�/鏁板瓧浜т笟鍥�/...锛� */
+    parkTypeId?: string;
+    /** 瀹℃壒鐘舵�� 5鑽夌 10寰呭鏍� 20鍔炵悊涓� 30閫氳繃 40椹冲洖 */
+    status?: number;
+    isShow?: boolean;
+    /** 娴忚鏁� */
+    viewCount?: number;
+    /** 鎺掑簭 */
+    sequence?: number;
+    foreignContact?: string;
+    foreignContactPhone?: string;
+    provinceCode?: number;
+    cityCode?: number;
+    countyCode?: number;
+    provinceName?: string;
+    cityName?: string;
+    countyName?: string;
+    /** 杩愯惀鏈烘瀯 10姘戜紒杩愯惀 20鏀垮簻杩愯惀 */
+    operatingAgencies?: number;
+    /** 鏀垮簻濮旀墭涔� */
+    governmentPowerOfAttorney?: string;
+    remark?: string;
+    /** 鎻忚堪 */
+    description?: string;
+    creatorName?: string;
+    isCustomer?: boolean;
+    /** 鐢宠鏃堕棿 */
+    createTime?: string;
+    userId?: string;
+    showContact?: string;
+    showContactPhone?: string;
+    honorCertificateCount?: number;
+    serviceWorkerCount?: ServiceWorkerCountTypeEnum;
+    /** 钀ヤ笟鎵х収 */
+    licenseUrl?: string;
+    /** 绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 浜哄姏璧勬簮璁稿彲璇� */
+    hrLicenseUrl?: string;
+    /** 鍔冲姟娲鹃仯璁稿彲璇� */
+    laborLienseUrl?: string;
+    /** 瀹℃壒澶囨敞 */
+    auditNote?: string;
+    mainSrc?: string;
+    isAttention?: boolean;
+    villageName?: string;
+    villageCode?: number;
+    userName?: string;
+    /** 鎵�灞炲洯鍖� */
+    parkName?: string;
+    parkId?: string;
+    money?: number;
+    /** 骞垮憡璧峰鏃ユ湡 */
+    advertiseStartDate?: string;
+    /** 骞垮憡鍒版湡鏃ユ湡 */
+    advertiseEndDate?: string;
+    /** 骞垮憡绫诲瀷 10浠樿垂 20鍏嶈垂 */
+    advertiseType?: number;
+    publishSourceType?: ParkOrHRPublishSourceTypeEnum;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    /** 鍥尯鍏ラ┗瀹㈡埛鏁� */
+    parkSettledCustomersCount?: number;
+    creationTime?: string;
+    lastModificationTime?: string;
+    registTime?: string;
+    applyCheckTime?: string;
+    authType?: EnterpriseTypeEnum;
+    serviceInfo?: ServeSearchSettingInfo[];
+    workInfo?: ServeSearchSettingInfo[];
+  }
+
+  interface ParkOrHRDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: ParkOrHRDto[];
+  }
+
+  interface ParkOrHRInfo {
+    id?: string;
+    /** 绫诲埆ID */
+    categoryId?: string;
+    /** 浼佷笟鍚嶇О/涓汉濮撳悕 */
+    companyName?: string;
+    /** 10鍥尯瀹㈡埛 20浜鸿祫浼佷笟 */
+    type?: number;
+    /** 鎴愮珛骞翠唤 */
+    setUpDate?: number;
+    /** 鏄惁闅愯棌鍚嶅瓧 1闅愯棌 0涓嶉殣钘� */
+    isHideName?: boolean;
+    name?: string;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactPhone?: string;
+    /** 鍥尯/浼佷笟绾у埆 10鍥藉绾� 20鐪佺骇 30甯傜骇 40鍖哄幙绾� */
+    level?: number;
+    parkCustomersCount?: ParkCustomersCountTypeEnum;
+    /** 鍥尯绫诲瀷 */
+    parkTypeName?: string;
+    /** 鍥尯绫诲瀷 锛堝搴斾簬SearchSetting 涓璖earchType=40鐨処d锛夛紙瀹炰綋浜т笟鍥�/鏁板瓧浜т笟鍥�/...锛� */
+    parkTypeId?: string;
+    /** 瀹℃壒鐘舵�� 5鑽夌 10寰呭鏍� 20鍔炵悊涓� 30閫氳繃 40椹冲洖 */
+    status?: number;
+    isShow?: boolean;
+    /** 娴忚鏁� */
+    viewCount?: number;
+    /** 鎺掑簭 */
+    sequence?: number;
+    foreignContact?: string;
+    foreignContactPhone?: string;
+    provinceCode?: number;
+    cityCode?: number;
+    countyCode?: number;
+    provinceName?: string;
+    cityName?: string;
+    countyName?: string;
+    /** 杩愯惀鏈烘瀯 10姘戜紒杩愯惀 20鏀垮簻杩愯惀 */
+    operatingAgencies?: number;
+    /** 鏀垮簻濮旀墭涔� */
+    governmentPowerOfAttorney?: string;
+    remark?: string;
+    /** 鎻忚堪 */
+    description?: string;
+    creatorName?: string;
+    /** 鍥尯椋庨噰 */
+    parkStyles?: ParkStyleInfo[];
+    /** 瀹d紶瑙嗛 */
+    promotionalVideo?: ParkStyleInfo[];
+    serveSetting?: string[];
+    workOfType?: string[];
+    /** 鍥尯鏈嶅姟绫诲瀷/浜鸿祫鏈嶅姟绫诲瀷 */
+    serveSettingName?: ServiceName[];
+    /** 宸ョ */
+    workOfTypeName?: ServiceName[];
+    /** 鍥尯瀹㈡埛 */
+    companyCount?: number;
+    honorCertificateCount?: number;
+    serviceWorkerCount?: ServiceWorkerCountTypeEnum;
+    /** 钀ヤ笟鎵х収 */
+    licenseUrl?: string;
+    /** 绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 浜哄姏璧勬簮璁稿彲璇� */
+    hrLicenseUrl?: string;
+    /** 鍔冲姟娲鹃仯璁稿彲璇� */
+    laborLienseUrl?: string;
+    userId?: string;
+    isMyAttention?: boolean;
+    hrArea?: HRAreaDto[];
+    userName?: string;
+    auditNote?: string;
+    /** 鐢ㄦ埛鏄惁宸茶璇� */
+    isUserCertification?: boolean;
+    publishSourceType?: ParkOrHRPublishSourceTypeEnum;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    /** 鍥尯鍏ラ┗瀹㈡埛鏁� */
+    parkSettledCustomersCount?: number;
+  }
+
+  interface ParkOrHRList {
+    id?: string;
+    userId?: string;
+    name?: string;
+    contact?: string;
+    contactPhone?: string;
+    money?: number;
+    /** 鍥尯/浼佷笟绾у埆 10鍥藉绾� 20鐪佺骇 30甯傜骇 40鍖哄幙绾� */
+    level?: number;
+    /** 鍥尯绫诲瀷 */
+    parkTypeName?: string;
+    /** 鍥尯绫诲瀷 锛堝搴斾簬SearchSetting 涓璖earchType=40鐨処d锛夛紙瀹炰綋浜т笟鍥�/鏁板瓧浜т笟鍥�/...锛� */
+    parkTypeId?: string;
+    status?: number;
+    isShow?: boolean;
+    advertiseIsShow?: boolean;
+    /** 娴忚鏁� */
+    viewCount?: number;
+    /** 鎺掑簭 */
+    sequence?: number;
+    provinceCode?: number;
+    cityCode?: number;
+    countyCode?: number;
+    provinceName?: string;
+    cityName?: string;
+    countyName?: string;
+    creatorName?: string;
+    /** 宸ョ */
+    wOrkOfTypeName?: string;
+    /** 鍥尯鏈嶅姟 */
+    parkServiceName?: string;
+    wOrkOfTypeId?: string;
+    parkServiceId?: string;
+    /** 浼佷笟鏈嶅姟 */
+    personServiceName?: string;
+    personServiceId?: string;
+    /** 骞垮憡绫诲瀷 10浠樿垂 20鍏嶈垂 */
+    advertiseType?: number;
+    /** 鏈�鍚庡睍绀烘棩鏈� */
+    lastShowDate?: string;
+    /** 骞垮憡璧峰鏃ユ湡 */
+    advertiseStartDate?: string;
+    /** 骞垮憡鍒版湡鏃ユ湡 */
+    advertiseEndDate?: string;
+    foreignContact?: string;
+    foreignContactPhone?: string;
+    honorCertificateCount?: number;
+    serviceWorkerCount?: ServiceWorkerCountTypeEnum;
+    /** 钀ヤ笟鎵х収 */
+    licenseUrl?: string;
+    /** 绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 浜哄姏璧勬簮璁稿彲璇� */
+    hrLicenseUrl?: string;
+    /** 鍔冲姟娲鹃仯璁稿彲璇� */
+    laborLienseUrl?: string;
+    mainSrc?: string;
+    creationTime?: string;
+    lastModificationTime?: string;
+    registTime?: string;
+    applyCheckTime?: string;
+    /** 鎵�灞炲洯鍖� */
+    parkName?: string;
+    auditNote?: string;
+    publishSourceType?: ParkOrHRPublishSourceTypeEnum;
+    serviceInfo?: ServeSearchSettingInfo[];
+    workInfo?: ServeSearchSettingInfo[];
+    canEditName?: boolean;
+    userName?: string;
+  }
+
+  interface ParkOrHRListPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: ParkOrHRList[];
+  }
+
+  type ParkOrHRPublishSourceTypeEnum = 10 | 20 | 30;
+
+  interface ParkOrHRSimpleDto {
+    id?: string;
+    /** 鍚嶇О */
+    name?: string;
+    /** 绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+  }
+
+  interface ParkOrHRSimpleOutput {
+    id?: string;
+    name?: string;
+    contact?: string;
+    contactPhone?: string;
+    provinceName?: string;
+    /** 闀� */
+    villageName?: string;
+    cityName?: string;
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    serviceInfo?: ServeSearchSettingInfo[];
+    workInfo?: ServeSearchSettingInfo[];
+  }
+
+  type ParkOrStatusEnum = 0 | 1 | 10 | 20 | 30 | 40 | 50 | -20;
+
+  interface ParkRewardApplyDto {
+    id?: string;
+    /** 鏀跨瓥绂忓埄ID */
+    parkRewardId?: string;
+    /** 鍏徃鍚嶇О */
+    companyName?: string;
+    /** 璐﹀彿 */
+    userName?: string;
+    companyType?: EnterpriseTypeEnum;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone?: string;
+    /** 鐢宠鐞嗙敱 */
+    applyReason?: string;
+    /** 鏈�鍚庤窡杩涙椂闂� */
+    lastFollowDate?: string;
+    /** 鍒涘缓鏃堕棿 */
+    creationTime?: string;
+    /** 绂忓埄鍚嶇О */
+    parkRewardName?: string;
+    /** 璺熻繘娆℃暟 */
+    followCount?: number;
+    status?: ParkRewardApplyStatusEnum;
+  }
+
+  interface ParkRewardApplyDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: ParkRewardApplyDto[];
+  }
+
+  interface ParkRewardApplyFollowDto {
+    id?: string;
+    /** 鍏徃鍚嶇О */
+    companyName?: string;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone?: string;
+    /** 鐢宠ID */
+    parkRewardApplyId?: string;
+    status?: ParkRewardApplyStatusEnum;
+    /** 鎿嶄綔浜� */
+    operterName?: string;
+    /** 鏀跨瓥绂忓埄Id */
+    parkRewardId?: string;
+    /** 鏀跨瓥绂忓埄鍚嶇О */
+    parkRewardName?: string;
+    /** 璺熻繘鍒涘缓鏃堕棿 */
+    creationTime?: string;
+    /** 澶囨敞 */
+    remark?: string;
+  }
+
+  interface ParkRewardApplyFollowDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: ParkRewardApplyFollowDto[];
+  }
+
+  interface ParkRewardApplyInfoDto {
+    id?: string;
+    /** 鏀跨瓥绂忓埄ID */
+    parkRewardId?: string;
+    /** 鍏徃鍚嶇О */
+    companyName?: string;
+    /** 璐﹀彿 */
+    userName?: string;
+    companyType?: EnterpriseTypeEnum;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone?: string;
+    /** 鐢宠鐞嗙敱 */
+    applyReason?: string;
+    /** 鏈�鍚庤窡杩涙椂闂� */
+    lastFollowDate?: string;
+    /** 鍒涘缓鏃堕棿 */
+    creationTime?: string;
+    /** 绂忓埄鍚嶇О */
+    parkRewardName?: string;
+    /** 璺熻繘娆℃暟 */
+    followCount?: number;
+  }
+
+  type ParkRewardApplyStatusEnum = 1 | 10 | 20 | -1;
+
+  interface ParkRewardOutPut {
+    id?: string;
+    /** 濂栧姳鍚嶇О */
+    rewardName?: string;
+    rewardType?: RewardTypeEnum;
+    /** 閫傜敤鍥尯 */
+    parkId?: string;
+    /** 濂栧姳璇存槑 */
+    rewardIntroduce?: string;
+    /** 浣跨敤瑙勫垯 */
+    rewardRule?: string;
+    /** 鐪乧ode */
+    provinceCode?: number;
+    /** 甯俢ode */
+    cityCode?: number;
+    /** 鐪佸悕绉� */
+    provinceName?: string;
+    /** 甯傚悕绉� */
+    cityName?: string;
+    rewardUseType?: RewardUseTypeEnum;
+    status?: ParkRewardStatusEnum;
+    /** 鏄惁宸茬粡鐢宠 */
+    hasApply?: boolean;
+  }
+
+  interface ParkRewardOutPutPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: ParkRewardOutPut[];
+  }
+
+  type ParkRewardStatusEnum = 10 | -10;
+
+  interface ParkStyleDto {
+    /** 10 鍥尯椋庨噰 20瀹d紶瑙嗛 */
+    type?: number;
+    src?: string;
+    isTop?: boolean;
+  }
+
+  interface ParkStyleInfo {
+    id?: string;
+    src?: string;
+    isTop?: boolean;
+    type?: number;
+  }
+
+  interface PasswordLoginInput {
+    /** 鐧诲綍鍚� */
     loginName: string;
     /** 鐧诲綍瀵嗙爜 */
     password: string;
+  }
+
+  type PayCreditedStatusEnum = 10 | 20 | 30;
+
+  interface PaymentOrderStatusQueryInput {
+    recvLength?: number;
+    tradeDate?: number;
+    tradeTime?: number;
+    cnsmrSeqNo: string;
+    origThirdVoucher?: string;
+    origFrontLogNo?: string;
+  }
+
+  interface PaymentOrderStatusQueryOutput {
+    origThirdVoucher?: string;
+    frontLogNo?: string;
+    cstInnerFlowNo?: string;
+    ccyCode?: string;
+    outAcctNo?: string;
+    inAcctBankName?: string;
+    inAcctNo?: string;
+    inAcctName?: string;
+    tranAmount?: string;
+    unionFlag?: string;
+    stt?: string;
+    isBack?: string;
+    backRem?: string;
+    yhcljg?: string;
+    sysFlag?: string;
+    fee?: string;
+    submitTime?: string;
+    accountDate?: string;
+    hostFlowNo?: string;
+  }
+
+  interface PayOfflineInsureBillInput {
+    /** 鎶曚繚鎵规缂栧彿 */
+    insurePolicyId?: string;
+    /** 鎵瑰崟缂栧彿 */
+    batchBillId?: string;
+    walletAccountType?: WalletAccountTypeEnum;
+  }
+
+  type PayStatusEnum = 10 | 20 | 30 | 40;
+
+  type PayTypeEnum = 10 | 20 | 30 | 40;
+
+  interface PeriodPriceInfo {
+    /** 鎶曟斁鍛ㄦ湡绫诲瀷锛�1澶╋紝7鍛紝30鏈堬紝90瀛o紝365骞� */
+    periodType?: number;
+    /** 浠锋牸 */
+    price?: number;
   }
 
   interface PermissionGrantInfoDto {
@@ -1174,10 +15436,1046 @@
     permissions?: PermissionGrantInfoDto[];
   }
 
+  interface PersonalAttestationDto {
+    /** 鐢ㄦ埛璁よ瘉Id */
+    id?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 璁よ瘉绫诲瀷锛�1涓轰紒涓氾紝2涓轰釜浜� */
+    type?: number;
+    /** 10 浜鸿祫鍏徃 20 鍥尯缁忚惀 30 鐢ㄥ伐鍗曚綅 40 姘戣惀浼佷笟 */
+    authType?: number;
+    /** 濮撳悕 */
+    customerName?: string;
+    /** 韬唤璇佸彿 */
+    idNumber?: string;
+    /** 韬唤璇佹闈㈠浘鐗囧湴鍧� */
+    frontIdUrl?: string;
+    /** 鑱旂郴浜� */
+    contacter?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contacterPhone?: string;
+    /** 鍚嶇墖鑱旂郴浜� */
+    cardName?: string;
+    /** 鍚嶇墖鑱旂郴鐢佃瘽 */
+    cardPhone?: string;
+    /** 鍚嶇墖鐨凟mail */
+    cardEmail?: string;
+    /** 鍚嶇墖鐨勫湴鍧� */
+    cardAddress?: string;
+    /** 鍚嶇墖鐨勫井淇′簩缁寸爜 */
+    cardWxUrl?: string;
+    /** 澶村儚 */
+    cardHeadUrl?: string;
+    /** 鍚嶇墖鐨勮亴绉� */
+    cardPostion?: string;
+    /** 鍏徃鍚嶇О */
+    cardCompanyName?: string;
+    /** 鏄电О */
+    nickName?: string;
+    /** 鍚嶇О */
+    name?: string;
+    /** 鐧诲綍鐢ㄦ埛鍚� */
+    userName?: string;
+    /** 鐢ㄦ埛鎵嬫満鍙� */
+    phoneNumber?: string;
+    /** 娉ㄥ唽鏃ユ湡 */
+    registDate?: string;
+    /** 鎻愪氦璁よ瘉鏃堕棿 */
+    attestateDate?: string;
+    /** 鏈嶅姟鍟嗘槦绾э細1~5 */
+    serveStarLevel?: number;
+    /** 澶囨敞 */
+    remark?: string;
+  }
+
+  interface PersonalAttestationSubmitInput {
+    /** 韬唤璇佹闈㈠浘鐗囧湴鍧� */
+    frontIdUrl: string;
+    /** 鏄电О */
+    nickName: string;
+    /** 涓汉濮撳悕 */
+    customerName: string;
+    /** 韬唤璇佸彿 */
+    idNumber: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contacterPhone: string;
+    /** 鍚嶇墖鑱旂郴浜� */
+    cardName?: string;
+    /** 鍚嶇墖鑱旂郴鐢佃瘽 */
+    cardPhone?: string;
+    /** 鍚嶇墖鐨凟mail */
+    cardEmail?: string;
+    /** 鍚嶇墖鐨勫湴鍧� */
+    cardAddress?: string;
+    /** 鍚嶇墖鐨勫井淇′簩缁寸爜 */
+    cardWxUrl?: string;
+    /** 鍚嶇墖鐨勮亴绉� */
+    cardPostion?: string;
+    /** 鍚嶇墖鐨勫ご鍍� */
+    cardHeadUrl?: string;
+    /** 鍏徃鍚嶇О */
+    cardCompanyName?: string;
+  }
+
+  interface PersonalIdentity3FaceInput {
+    /** 璇佷欢鍙凤紝鐩墠鍙敮鎸佷腑鍥藉ぇ闄嗚韩浠借瘉鍙� */
+    identity?: string;
+    /** 濮撳悕/鍚嶇О */
+    name?: string;
+    /** 濮撳悕/鍚嶇О */
+    data1?: string;
+    /** 濮撳悕/鍚嶇О */
+    data2?: string;
+    /** 濮撳悕/鍚嶇О */
+    data3?: string;
+    /** 濮撳悕/鍚嶇О */
+    dataType?: string;
+  }
+
+  interface PersonalUserDetail {
+    /** 鐢ㄦ埛璁よ瘉Id */
+    id?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 瀹㈡埛鍚嶇О */
+    customerName?: string;
+    /** 鑱旂郴浜� */
+    contacter?: string;
+    /** 鍚嶇墖鑱旂郴浜� */
+    cardName?: string;
+    /** 鍚嶇墖鑱旂郴鐢佃瘽 */
+    cardPhone?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contacterPhone?: string;
+    /** 鍚嶇墖鐨凟mail */
+    cardEmail?: string;
+    /** 鍚嶇墖鐨勫湴鍧� */
+    cardAddress?: string;
+    /** 鍚嶇墖鐨勫井淇′簩缁寸爜 */
+    cardWxUrl?: string;
+    /** 澶村儚 */
+    cardHeadUrl?: string;
+    /** 鍚嶇墖鐨勮亴绉� */
+    cardPostion?: string;
+    /** 浜у搧鏁伴噺锛堝鏍搁�氳繃鐨勬暟閲忥級 */
+    productCount?: number;
+    /** 璧勮鏁伴噺锛堝鏍搁�氳繃鐨勬暟閲忥級 */
+    informationCount?: number;
+    /** 娉ㄥ唽鏃ユ湡 */
+    registDate?: string;
+    /** 鎻愪氦璁よ瘉鏃堕棿 */
+    attestateDate?: string;
+    /** 韬唤璇佹闈㈠浘鐗囧湴鍧� */
+    frontIdUrl?: string;
+    /** 鍚嶇О */
+    name?: string;
+    /** 鐧诲綍鐢ㄦ埛鍚� */
+    userName?: string;
+    /** 鐢ㄦ埛鎵嬫満鍙� */
+    phoneNumber?: string;
+    /** 鏈嶅姟鍟嗘槦绾э細1~5 */
+    serveStarLevel?: number;
+    /** 韬唤璇佸彿 */
+    idNumber?: string;
+  }
+
+  interface PersonalUserDto {
+    /** 鐢ㄦ埛璁よ瘉Id */
+    id?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 瀹㈡埛鍚嶇О */
+    customerName?: string;
+    /** 鑱旂郴浜� */
+    contacter?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contacterPhone?: string;
+    /** 鍚嶇墖鑱旂郴浜� */
+    cardName?: string;
+    /** 鍚嶇墖鑱旂郴鐢佃瘽 */
+    cardPhone?: string;
+    /** 鍚嶇墖鐨凟mail */
+    cardEmail?: string;
+    /** 鍚嶇墖鐨勫湴鍧� */
+    cardAddress?: string;
+    /** 鍚嶇墖鐨勮亴绉� */
+    cardPostion?: string;
+    cardHeadUrl?: string;
+    /** 鍚嶇墖鐨勫井淇′簩缁寸爜 */
+    cardWxUrl?: string;
+    /** 浜у搧鏁伴噺锛堝鏍搁�氳繃鐨勬暟閲忥級 */
+    productCount?: number;
+    /** 璧勮鏁伴噺锛堝鏍搁�氳繃鐨勬暟閲忥級 */
+    informationCount?: number;
+    /** 娉ㄥ唽鏃ユ湡 */
+    registDate?: string;
+    /** 鎻愪氦璁よ瘉鏃堕棿 */
+    attestateDate?: string;
+    /** 韬唤璇佹闈㈠浘鐗囧湴鍧� */
+    frontIdUrl?: string;
+    /** 鍚嶇О */
+    name?: string;
+    /** 鐧诲綍鐢ㄦ埛鍚� */
+    userName?: string;
+    /** 鐢ㄦ埛鎵嬫満鍙� */
+    phoneNumber?: string;
+    /** 鏈嶅姟鍟嗘槦绾э細1~5 */
+    serveStarLevel?: number;
+    /** 璐︽埛鏄惁閿佷綇锛堟槸鍚︾鐢級 */
+    isLocked?: boolean;
+  }
+
+  interface PersonalUserDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: PersonalUserDto[];
+  }
+
+  interface PersonalUserRegCredentialInput {
+    /** 鐢ㄦ埛璇佷欢鍙� 蹇呴』鍜岃瘉浠朵笂鐧昏鐨勫彿鐮佷竴鑷� */
+    identity?: string;
+    /** 鐢ㄦ埛璇佷欢绫诲瀷 鍚� 榛樿鐢ㄢ��0鈥�, "0"琛ㄧず韬唤璇侊紝浼氭牎楠�18浣嶈韩浠借瘉鍙锋牸寮忋��0-灞呮皯韬唤璇侊紱 1-鎶ょ収锛�6-绀句細淇濋殰鍗★紱 
+B-娓境灞呮皯寰�鏉ュ唴鍦伴�氳璇侊紱 C-鍙版咕灞呮皯鏉ュ線澶ч檰閫氳璇侊紱 E-鎴峰彛绨匡紱 
+F-涓存椂灞呮皯韬唤璇侊紱P-澶栧浗浜烘案涔呭眳鐣欒瘉锛沍-鍏朵粬璇佷欢 */
+    identityType?: string;
+    /** 鑱旂郴鎵嬫満 鍚� */
+    contactMobile?: string;
+    /** 鑱旂郴閭 鍚� */
+    contactMail?: string;
+    /** 鐪佷唤 鍚� */
+    province?: string;
+    /** 鍩庡競 鍚� */
+    city?: string;
+    /** 鍦板潃 鍚� */
+    address?: string;
+  }
+
+  interface PersonalUserRegInput {
+    /** 鐢ㄦ埛璐﹀彿 鐢ㄦ埛鐨勫敮涓�鏍囪瘑锛屽彲浠ユ槸閭銆佹墜鏈哄彿銆佽瘉浠跺彿绛変笉闄愶紝寤鸿浣跨敤閭鎴栨墜鏈哄彿鐮併�傝鍕夸娇鐢ㄧ┖鏍笺�佸洖杞︺�佹崲琛岀瓑鐗规畩瀛楃銆� */
+    account?: string;
+    /** 鐢ㄦ埛鍚嶇О 蹇呴』鍜岃瘉浠朵笂鐧昏鐨勫鍚嶄竴鑷� */
+    name?: string;
+    /** 鐢ㄦ埛绫诲瀷 1琛ㄧず涓汉 */
+    userType?: string;
+    /** 鐢ㄦ埛閭 鍚� */
+    mail?: string;
+    /** 鐢ㄦ埛鎵嬫満鍙� 鍚� */
+    mobile?: string;
+    /** 鏄惁鐢宠璇佷功 闇�鐢宠璇佷功鍒欏~鍐�1锛岀敵璇疯瘉涔︽墍浣跨敤鐨勮瘉浠朵俊鎭鍏堟牳瀹炵‘璁ゆ纭棤璇悗鍐嶈皟鐢ㄦ湰鎺ュ彛銆� 
+鏃犻渶鐢宠濉啓0銆傚鏋滈噰鍙栨墜鍔ㄧ鈥滃疄鍚嶄笌绛剧讲鏍¢獙浜屽悎涓�鈥濇柟妗堝垯濉�2銆� 濡傛灉閲囩敤甯︽牎楠岀殑鑷姩绛句簩鍚堜竴鎺ュ彛锛屼紶2 */
+    applyCert?: string;
+    credential?: PersonalUserRegCredentialInput;
+  }
+
+  type PhoneMessageBusinessTypeEnum = 10 | 11 | 20 | 30 | 40 | 50 | 60 | 70 | 80 | 920;
+
+  type PhoneMessageStatusEnum = 1 | 2 | 3;
+
+  type PhoneMessageTypeEnum = 10 | 20;
+
+  interface PhoneMesssageCodeLoginInput {
+    /** 鎵嬫満鍙� */
+    phoneNumber: string;
+    /** 楠岃瘉鐮� */
+    code: string;
+  }
+
+  interface PhoneMesssageCodeRegisterInput {
+    /** 鎵嬫満鍙� */
+    phoneNumber: string;
+    /** 楠岃瘉鐮� */
+    code: string;
+  }
+
   interface PhoneToken {
     phone?: string;
     phoneCode?: string;
     clientId?: string;
+  }
+
+  interface PhonMessageHistoryListDto {
+    id?: string;
+    phone?: string;
+    messageType?: PhoneMessageTypeEnum;
+    businessType?: PhoneMessageBusinessTypeEnum;
+    /** 涓氬姟鏁版嵁 */
+    businessData?: string;
+    status?: PhoneMessageStatusEnum;
+    /** 鍙戦�佹椂闂� */
+    creationTime?: string;
+  }
+
+  interface PhonMessageHistoryListDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: PhonMessageHistoryListDto[];
+  }
+
+  interface PlatformContactList {
+    id?: string;
+    /** 琛屼笟鏈嶅姟 = 0 琛屼笟閰嶅 = 1  鐢叉柟闇�姹� = 2 琛屼笟璧勮 = 3; */
+    categoryType: number;
+    categoryId?: string;
+    categoryName?: string;
+    /** 鑱旂郴鏂瑰紡 */
+    contactPhone: string;
+  }
+
+  interface PlatFormPurchase {
+    /** 浜у搧璐拱Id */
+    id?: string;
+    /** 涔板鍚嶇О */
+    purchaser?: string;
+    /** 鍗栧鍚嶇О */
+    seller?: string;
+    /** 绫诲埆鍚嶇О */
+    categoryName?: string;
+    /** 浜у搧Id */
+    productId?: string;
+    /** 浜у搧鍚嶇О */
+    productName?: string;
+    /** 鎴愪氦棰� */
+    amount?: number;
+    /** 浜у搧鏁伴噺 */
+    count?: number;
+    /** 璐拱鏃ユ湡 */
+    purchaseDate?: string;
+    /** 鎴愪氦鏃ユ湡锛堢‘璁ら獙鏀舵椂闂达級 */
+    fixtureDate?: string;
+    /** 鑱旂郴浜� */
+    contacter?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contacterPhone?: string;
+    /** 鐘舵�侊細0寰呯‘璁ら獙鏀讹紝10寰呰瘎浠凤紝20浜ゆ槗瀹屾垚锛�-10鐢宠閫�娆撅紝-20閫�娆炬垚鍔燂紝-30鐢宠閫�娆鹃┏鍥� */
+    status?: number;
+    comment?: PurchasedCommentInfo;
+  }
+
+  interface PlatFormPurchasePageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: PlatFormPurchase[];
+  }
+
+  interface PlatformServicePayDetailDto {
+    id?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 璁㈠崟鍙� */
+    relationalOrderNo?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 璁よ瘉淇℃伅Id */
+    userCertificationId?: string;
+    payStatus?: PayStatusEnum;
+    /** 鍏ヨ处鏃ユ湡 */
+    payCreditedTime?: string;
+    payCreditedStatus?: PayCreditedStatusEnum;
+    payType?: PayTypeEnum;
+    /** 瀵瑰簲鏀粯绫诲瀷(鏀粯娓犻亾)璁㈠崟鍙� */
+    payTypeTradeNo?: string;
+    platformServiceType?: PlatformServiceTypeEnum;
+    /** 鐢ㄦ埛鎵嬫満鍙� */
+    phoneNumber?: string;
+    /** 鏀粯鍏ヨ处鍑瘉鍦板潃 */
+    payCreditedUrl?: string;
+    /** 鍏ヨ处澶囨敞 */
+    creditedRemark?: string;
+    /** 璁㈠崟鎻愪氦鏃ユ湡 */
+    creationTime?: string;
+    /** 姹囨閾惰璐﹀彿锛屽綋鍓嶄粎绾夸笅鏀粯鏃讹紝鐢ㄦ埛鐨勬眹娆鹃摱琛岃处鍙� */
+    offlineBankCardNumber?: string;
+  }
+
+  interface PlatformServicePayInvoicingDetailDto {
+    id?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 璁㈠崟鍙� */
+    relationalOrderNo?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 璁よ瘉淇℃伅Id */
+    userCertificationId?: string;
+    payStatus?: PayStatusEnum;
+    /** 鍏ヨ处鏃ユ湡 */
+    payCreditedTime?: string;
+    invoicingStatus?: InvoicingStatusEnum;
+    payType?: PayTypeEnum;
+    /** 瀵瑰簲鏀粯绫诲瀷(鏀粯娓犻亾)璁㈠崟鍙� */
+    payTypeTradeNo?: string;
+    platformServiceType?: PlatformServiceTypeEnum;
+    /** 鐢ㄦ埛鎵嬫満鍙� */
+    phoneNumber?: string;
+    /** 鏀粯鍙戠エ鍦板潃 */
+    payInvoicingUrl?: string;
+    /** 寮�绁ㄥ娉� */
+    invoicingRemark?: string;
+    /** 瀹屾垚鏃堕棿 */
+    finishTime?: string;
+    /** 寮�绁ㄦ棩鏈� */
+    invoicingTime?: string;
+    invoicingType?: InvoicingTypeEnum;
+  }
+
+  interface PlatformServicePayInvoicingListDto {
+    id?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 璁㈠崟鍙� */
+    relationalOrderNo?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 璁よ瘉淇℃伅Id */
+    userCertificationId?: string;
+    payStatus?: PayStatusEnum;
+    /** 鍏ヨ处鏃ユ湡 */
+    payCreditedTime?: string;
+    invoicingStatus?: InvoicingStatusEnum;
+    payType?: PayTypeEnum;
+    /** 瀵瑰簲鏀粯绫诲瀷(鏀粯娓犻亾)璁㈠崟鍙� */
+    payTypeTradeNo?: string;
+    platformServiceType?: PlatformServiceTypeEnum;
+    /** 鐢ㄦ埛鎵嬫満鍙� */
+    phoneNumber?: string;
+    /** 鏀粯鍙戠エ鍦板潃 */
+    payInvoicingUrl?: string;
+    /** 寮�绁ㄥ娉� */
+    invoicingRemark?: string;
+    /** 瀹屾垚鏃堕棿 */
+    finishTime?: string;
+    /** 寮�绁ㄦ棩鏈� */
+    invoicingTime?: string;
+    invoicingType?: InvoicingTypeEnum;
+  }
+
+  interface PlatformServicePayInvoicingListDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: PlatformServicePayInvoicingListDto[];
+  }
+
+  interface PlatformServicePayListDto {
+    id?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 璁㈠崟鍙� */
+    relationalOrderNo?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 璁よ瘉淇℃伅Id */
+    userCertificationId?: string;
+    payStatus?: PayStatusEnum;
+    /** 鍏ヨ处鏃ユ湡 */
+    payCreditedTime?: string;
+    payCreditedStatus?: PayCreditedStatusEnum;
+    payType?: PayTypeEnum;
+    /** 瀵瑰簲鏀粯绫诲瀷(鏀粯娓犻亾)璁㈠崟鍙� */
+    payTypeTradeNo?: string;
+    platformServiceType?: PlatformServiceTypeEnum;
+    /** 鐢ㄦ埛鎵嬫満鍙� */
+    phoneNumber?: string;
+    /** 鏀粯鍏ヨ处鍑瘉鍦板潃 */
+    payCreditedUrl?: string;
+    /** 鍏ヨ处澶囨敞 */
+    creditedRemark?: string;
+    /** 璁㈠崟鎻愪氦鏃ユ湡 */
+    creationTime?: string;
+  }
+
+  interface PlatformServicePayListDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: PlatformServicePayListDto[];
+  }
+
+  type PlatformServiceTypeEnum = 10 | 99;
+
+  interface PlatUserAccountSettingDto {
+    id?: string;
+    /** 璐︽埛鍚嶇О */
+    accountName?: string;
+    /** 璐︽埛澶村儚 */
+    headUrl?: string;
+    /** 鎻忚堪 */
+    description?: string;
+    /** 杩愯惀璐﹀彿鍚嶇О */
+    userName?: string;
+    status?: boolean;
+    userId?: string;
+    categoryIds?: number[];
+  }
+
+  interface PlatUserAccountSettingDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: PlatUserAccountSettingDto[];
+  }
+
+  interface PlatUserAccountStatusInput {
+    id?: string;
+    /** 1鍚敤 0绂佺敤 */
+    status?: boolean;
+  }
+
+  interface PlatUserAttestationDto {
+    /** 鐢ㄦ埛璁よ瘉Id */
+    id?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 鑱旂郴浜猴細绫诲瀷涓轰釜浜烘椂鑱旂郴浜轰负鐢宠鏃跺鍚� */
+    contacter?: string;
+    /** 鐢ㄦ埛鎵嬫満鍙� */
+    phoneNumber?: string;
+    /** 娉ㄥ唽绫诲瀷锛�1涓轰紒涓氾紝2涓轰釜浜� */
+    registType?: number;
+    authType?: EnterpriseTypeEnum;
+    /** 浼佷笟鍚嶇О/涓汉濮撳悕 */
+    customerName?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 钀ヤ笟鎵х収鏂囦欢鍦板潃 */
+    licenseUrl?: string;
+    status?: UserCertificationStatusEnum;
+    /** 娉ㄥ唽鏃ユ湡 */
+    registDate?: string;
+    /** 鏄惁浠樿垂 */
+    isPay?: boolean;
+    /** 浠樿垂閲戦 */
+    payAmount?: number;
+    belongPark?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contacterPhone?: string;
+    /** 璁よ瘉鏃堕棿 */
+    certificationDate?: string;
+    /** 鍚嶇О */
+    name?: string;
+    /** 鐧诲綍鐢ㄦ埛鍚� */
+    userName?: string;
+    lastLoginTime?: string;
+    /** 浜у搧鏁伴噺锛堝鏍搁�氳繃鐨勬暟閲忥級 */
+    productCount?: number;
+    /** 璧勮鏁伴噺锛堝鏍搁�氳繃鐨勬暟閲忥級 */
+    informationCount?: number;
+    /** 璐︽埛鏄惁閿佷綇锛堟槸鍚︾鐢級 */
+    isLocked?: boolean;
+    /** 缁戝畾閭鍦板潃 */
+    bindEmailAddress?: string;
+    canLoginUserSign?: CanLoginUserSignEnum;
+    bussinessCode?: string;
+    /** 鏄惁鍙互鍚庡彴浠e彂浜鸿祫鍏徃 */
+    canPublishParkOrHR?: boolean;
+  }
+
+  interface PlatUserAttestationDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: PlatUserAttestationDto[];
+  }
+
+  interface PlatUserAttestationInfoDto {
+    id?: string;
+    /** 鐢ㄦ埛鍚� */
+    userName?: string;
+    /** 鎵嬫満鍙� */
+    phoneNumber?: string;
+    /** 鐢ㄦ埛璁よ瘉Id */
+    userCertificationId?: string;
+    /** 璁よ瘉鏃堕棿 */
+    certificationTime?: string;
+    /** 浼佷笟璁よ瘉鐨勫悕绉� */
+    customerName?: string;
+    /** 1锛屼紒涓� 2锛� 涓汉 */
+    userType?: number;
+    authType?: EnterpriseTypeEnum;
+    userCertificationStatus?: UserCertificationStatusEnum;
+    /** 鑱旂郴浜� */
+    contacter?: string;
+    /** 缁戝畾閭鍦板潃 */
+    bindEmailAddress?: string;
+    /** 鐢ㄦ埛澶村儚鍦板潃 */
+    avatarUrl?: string;
+    genderType?: GenderTypeEnum;
+    /** 鑱岀О */
+    jobTitle?: string;
+    /** 鐪乧ode */
+    provinceCode?: number;
+    /** 甯俢ode */
+    cityCode?: number;
+    /** 鍖哄幙code */
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    /** 寰俊浜岀淮鐮佸浘鐗� */
+    wxQrCodeUrl?: string;
+    /** 涓汉淇℃伅閭鍦板潃 */
+    userInfoEmailAddress?: string;
+    /** 娉ㄥ唽鏃ユ湡 */
+    registDate?: string;
+  }
+
+  interface PriceInfo {
+    /** 浠锋牸閰嶇疆Id */
+    settingPriceId?: string;
+    /** 鏂规閰嶇疆Id */
+    schemeId?: string;
+    /** 鏂规閰嶇疆鍚嶇О */
+    schemeName?: string;
+    /** 浜哄憳鍒嗙被Id */
+    sorterId?: string;
+    /** 浜哄憳鍒嗙被鍚嶇О */
+    sorterName?: string;
+    /** 浠锋牸 */
+    price?: number;
+  }
+
+  interface PriceVersionInfo {
+    /** 鐗堟湰浠锋牸Id */
+    id?: string;
+    /** 鐗堟湰鍚嶇О */
+    name?: string;
+    /** 浠锋牸 */
+    price?: number;
+    /** 鏀惰垂鏂瑰紡 */
+    chargeWay?: string;
+    /** 鎺掑簭 */
+    sequence?: number;
+  }
+
+  interface PrimaryAcctDetialInputBase {
+    recvLength?: number;
+    tradeDate?: number;
+    tradeTime?: number;
+    cnsmrSeqNo: string;
+    mainAccount: string;
+    opFlag: string;
+    reqSubAccount?: string;
+    startDate: string;
+    endDate: string;
+    reqLastSubAccNo: string;
+    reqLastDate: string;
+    reqLastJNo: string;
+    reqLastSeq: string;
+    pageSize?: string;
+  }
+
+  interface PrimaryAcctDetialItemBase {
+    subAccount?: string;
+    accountDate?: string;
+    journalNo?: string;
+    seqNo?: string;
+    tranTime?: string;
+    mainAccount?: string;
+    mainAccountName?: string;
+    subAccoutName?: string;
+    dcFlag?: string;
+    ccyCode?: string;
+    tranAmount?: string;
+    txFlag?: string;
+    oppAccountNo?: string;
+    oppAccountName?: string;
+    oppBankName?: string;
+    remark?: string;
+    balance?: string;
+    bizFlowNo?: string;
+    abstract?: string;
+    abstractCode?: string;
+    tranDate?: string;
+  }
+
+  interface PrimaryAcctDetialItemOne {
+    oppBankNo?: string;
+  }
+
+  interface PrimaryAcctDetialQueryInput {
+    recvLength?: number;
+    tradeDate?: number;
+    tradeTime?: number;
+    cnsmrSeqNo: string;
+    mainAccount: string;
+    opFlag: string;
+    reqSubAccount?: string;
+    startDate: string;
+    endDate: string;
+    reqLastSubAccNo: string;
+    reqLastDate: string;
+    reqLastJNo: string;
+    reqLastSeq: string;
+    pageSize?: string;
+    hostFlowNo?: string;
+  }
+
+  interface PrimaryAcctDetialQueryOutput {
+    count?: string;
+    allCount?: string;
+    isEnd?: string;
+    list?: PrimaryAcctDetialItemBase[];
+  }
+
+  interface PrimaryAcctRelationshipQueryInput {
+    recvLength?: number;
+    tradeDate?: number;
+    tradeTime?: number;
+    cnsmrSeqNo: string;
+    mainAccount: string;
+    ccyCode?: string;
+    reqSubAccountNo: string;
+    pageNo: string;
+  }
+
+  interface PrimaryAcctRelationshipQueryOutput {
+    mainAccount?: string;
+    ccyCode?: string;
+    accountName?: string;
+    stt?: string;
+    lastModifyDate?: string;
+    corId?: string;
+    shadowAcctNo?: string;
+    subAccNum?: string;
+    isEnd?: string;
+    count?: string;
+    list?: SubAccountItem[];
+  }
+
+  interface ProductAdvertiseDetail {
+    /** 浜у搧骞垮憡Id */
+    id?: string;
+    /** 浜у搧Id */
+    productId?: string;
+    /** 浜у搧鍚嶇О */
+    productName?: string;
+    /** 鏈嶅姟鍟� */
+    serveName?: string;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 浜у搧绫诲埆鍚� */
+    categoryName?: string;
+    /** 鑱旂郴浜猴細绫诲瀷涓轰釜浜烘椂鑱旂郴浜轰负鐢宠鏃跺鍚� */
+    contacter?: string;
+    /** 瀵瑰鑱旂郴浜� */
+    outerContacter?: string;
+    /** 瀵瑰鑱旂郴鐢佃瘽鏄惁骞冲彴鐢佃瘽 */
+    isOuterPhonePlatform?: boolean;
+    /** 瀵瑰鑱旂郴浜哄彿鐮� */
+    outerContacterPhone?: string;
+    /** 骞垮憡璧峰鏃堕棿 */
+    startTime?: string;
+    /** 骞垮憡鍒版湡鏃堕棿 */
+    endTime?: string;
+    /** 鎺掑簭 */
+    sequence?: number;
+    /** 骞垮憡浣嶇疆锛�0棣栭〉涓�绾э紝1棣栭〉浜岀骇锛�2璇︽儏椤垫帹鑽� */
+    position?: number;
+    /** 骞垮憡绫诲瀷锛�0浠樿垂锛�1鍏嶈垂 */
+    payType?: number;
+    /** 浠樿垂棰� */
+    fee?: number;
+  }
+
+  interface ProductAdvertiseForManage {
+    /** 浜у搧骞垮憡Id */
+    id?: string;
+    /** 浜у搧Id */
+    productId?: string;
+    /** 浜у搧鍚嶇О */
+    productName?: string;
+    /** 鏈嶅姟鍟� */
+    serveName?: string;
+    /** 鑱旂郴浜猴細绫诲瀷涓轰釜浜烘椂鑱旂郴浜轰负鐢宠鏃跺鍚� */
+    contacter?: string;
+    /** 鎺掑簭 */
+    sequence?: number;
+    /** 骞垮憡绫诲瀷锛�0浠樿垂锛�1鍏嶈垂 */
+    payType?: number;
+    /** 娴忚娆℃暟 */
+    viewCount?: number;
+    /** 骞垮憡璧峰鏃堕棿 */
+    startTime?: string;
+    /** 骞垮憡鍒版湡鏃堕棿 */
+    endTime?: string;
+    /** 鐘舵�侊細0锛堝鎴风锛夋彁浜わ紝-10涓嬫灦锛�10涓婃灦 */
+    status?: number;
+    /** 鏄惁瀹㈡埛绔嚜鍙戝箍鍛� */
+    isFromClient?: boolean;
+    /** 绫诲埆Id */
+    categoryId?: string;
+  }
+
+  interface ProductAdvertiseForManagePageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: ProductAdvertiseForManage[];
+  }
+
+  interface ProductCheckInput {
+    /** 浜у搧Id */
+    id?: string;
+    /** 瀹℃牳鐘舵�侊細10閫氳繃锛�-10椹冲洖 */
+    status?: number;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 鍒濆閿�鍞噺 */
+    initSalesVolume?: number;
+    /** 鍒濆璇勫垎 */
+    initScore?: number;
+    /** 鍒濆娴忚閲� */
+    initViewCount?: number;
+    /** 鍒濆鍏虫敞閲� */
+    initAttendedCount?: number;
+    /** 鍒濆濂借瘎鏁� */
+    initPraiseCount?: number;
+    /** 鍒濆鐐硅禐鏁� */
+    initThumbsUpCount?: number;
+  }
+
+  interface ProductDetail {
+    /** 浜у搧Id */
+    id?: string;
+    /** 鏈嶅姟鍟� */
+    serveName?: string;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 浜у搧绫诲埆鍚� */
+    categoryName?: string;
+    /** 杩愯惀绫诲埆锛�1骞冲彴鑷惀锛�2瀹㈡埛鑷惀 */
+    operateType?: number;
+    /** 灏侀潰淇℃伅 */
+    covers?: CoverInfo[];
+    /** 浜у搧鍚嶇О */
+    name?: string;
+    /** 璇︽儏淇℃伅 */
+    priceVersions?: PriceVersionInfo[];
+    /** 鏍囩淇℃伅 */
+    tags?: TagInfo[];
+    /** 绠�杩� */
+    sketch?: string;
+    /** 璇︽儏淇℃伅 */
+    intros?: IntroInfo[];
+    /** 澶囨敞 */
+    remark?: string;
+    /** 瀹㈡埛Id */
+    customerId?: string;
+    /** 鍒濆閿�鍞噺 */
+    initSalesVolume?: number;
+    /** 鍒濆璇勫垎 */
+    initScore?: number;
+    /** 鍒濆娴忚閲� */
+    initViewCount?: number;
+    /** 鍒濆鍏虫敞閲� */
+    initAttendedCount?: number;
+    /** 鍒濆濂借瘎鏁� */
+    initPraiseCount?: number;
+    /** 鍒濆鐐硅禐鏁� */
+    initThumbsUpCount?: number;
+    /** 鏄惁鑷繁鍒涘缓 */
+    isOwnerCreate?: boolean;
+  }
+
+  interface ProductDetailForHomePage {
+    /** 浜у搧Id */
+    id?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 浜у搧鍚嶇О */
+    productName?: string;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 浜у搧绫诲埆鍚� */
+    categoryName?: string;
+    /** 杩愯惀绫诲埆锛�1骞冲彴鑷惀锛�2瀹㈡埛鑷惀 */
+    operateType?: number;
+    /** 鏈嶅姟鍟� */
+    serveName?: string;
+    /** 鏈嶅姟鍟嗘槦绾э細1~5 */
+    serveStarLevel?: number;
+    /** 鏄惁骞垮憡鍖� */
+    isOnAdvertise?: boolean;
+    /** 灏侀潰淇℃伅 */
+    covers?: CoverInfo[];
+    /** 鏍囩淇℃伅 */
+    tags?: TagInfo[];
+    /** 鎴愪氦鏁伴噺 */
+    transactionCount?: number;
+    /** 娴忚鏁� */
+    browseCount?: number;
+    /** 鐐硅禐鏁� */
+    thumbsUpCount?: number;
+    /** 鍏虫敞鏁� */
+    attentionCount?: number;
+    /** 璇勬槦鏁� */
+    starCount?: number;
+    /** 璇勮鏁� */
+    commentCount?: number;
+    /** 鑱旂郴鐢佃瘽 */
+    contacterPhone?: string;
+    /** 骞垮憡浣嶇疆锛�0棣栭〉涓�绾э紝1棣栭〉浜岀骇锛�2璇︽儏椤垫帹鑽� */
+    position?: number;
+    lastModificationTime?: string;
+  }
+
+  interface ProductDetailForHomePagePageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: ProductDetailForHomePage[];
+  }
+
+  interface ProductDetailInfo {
+    /** 浜у搧Id */
+    id?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 浜у搧鍚嶇О */
+    name?: string;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 浜у搧绫诲埆鍚� */
+    categoryName?: string;
+    /** 杩愯惀绫诲埆锛�1骞冲彴鑷惀锛�2瀹㈡埛鑷惀 */
+    operateType?: number;
+    /** 鏈嶅姟鍟� */
+    serveName?: string;
+    /** 鏈嶅姟鍟嗘槦绾э細1~5 */
+    serveStarLevel?: number;
+    /** 鐗堟湰鏁伴噺 */
+    versionCount?: number;
+    /** 鏈�楂樹环 */
+    maxPrice?: number;
+    /** 鏈�浣庝环 */
+    minPrice?: number;
+    /** 鏄惁鎴戠殑鍏虫敞 */
+    isMyAttention?: boolean;
+    /** 鏄惁鎴戝凡璧� */
+    isMyThumbsUp?: boolean;
+    thumbsUpId?: string;
+    /** 鍙戝竷鏃堕棿 */
+    publishTime?: string;
+    /** 鐘舵�侊細-1淇濆瓨锛�0鎻愪氦寰呭鏍革紝10閫氳繃锛�-10椹冲洖锛�-20宸蹭笅鏋� */
+    status?: number;
+    /** 绠�杩� */
+    sketch?: string;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 灏侀潰淇℃伅 */
+    covers?: CoverInfo[];
+    /** 璇︽儏淇℃伅 */
+    priceVersions?: PriceVersionInfo[];
+    /** 鏍囩淇℃伅 */
+    tags?: TagInfo[];
+    /** 璇︽儏淇℃伅 */
+    intros?: IntroInfo[];
+    /** 鏈�鍚庢洿鏂版棩鏈� */
+    lastModificationTime?: string;
+    /** 鎴愪氦鏁伴噺 */
+    transactionCount?: number;
+    /** 鏄惁骞垮憡鍖� */
+    isOnAdvertise?: boolean;
+    /** 瀹㈡埛Id */
+    customerId?: string;
+    /** 鍒涘缓鏃堕棿 */
+    creationTime?: string;
+    /** 娴忚鏁� */
+    browseCount?: number;
+    /** 鐐硅禐鏁� */
+    thumbsUpCount?: number;
+    /** 鍏虫敞鏁� */
+    attentionCount?: number;
+    /** 璇勬槦鏁� */
+    starCount?: number;
+    /** 璇勮鏁� */
+    commentCount?: number;
+    /** 鑱旂郴鐢佃瘽 */
+    contacterPhone?: string;
+    /** 鏄惁鑷繁鍒涘缓 */
+    isOwnerCreate?: boolean;
+    provinceCode?: number;
+  }
+
+  interface ProductForManage {
+    /** 浜у搧Id */
+    id?: string;
+    /** 浜у搧鍚嶇О */
+    name?: string;
+    /** 浜у搧绫诲埆鍚� */
+    categoryName?: string;
+    categoryId?: string;
+    /** 杩愯惀绫诲埆锛�1骞冲彴鑷惀锛�2瀹㈡埛鑷惀 */
+    operateType?: number;
+    /** 鏈嶅姟鍟� */
+    serveName?: string;
+    /** 鐗堟湰鏁伴噺 */
+    versionCount?: number;
+    /** 鏈�楂樹环 */
+    maxPrice?: number;
+    /** 鏈�浣庝环 */
+    minPrice?: number;
+    /** 鏄惁骞垮憡鍖� */
+    isOnAdvertise?: boolean;
+    /** 鎴愪氦鏁伴噺 */
+    transactionCount?: number;
+    /** 鍙戝竷鏃堕棿 */
+    publishTime?: string;
+    /** 鏈�鍚庢洿鏂版棩鏈� */
+    lastModificationTime?: string;
+    /** 鐘舵�侊細10閫氳繃锛堟樉绀轰腑锛夛紝-20宸蹭笅鏋� */
+    status?: number;
+  }
+
+  interface ProductForManagePageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: ProductForManage[];
+  }
+
+  interface ProductThumbsUpInput {
+    /** 浜у搧鐐硅禐Id */
+    id?: string;
+    /** 浜у搧Id */
+    productId?: string;
+    /** 0 鍘绘帀鐐硅禐 1 鐐硅禐 */
+    status?: number;
+  }
+
+  interface ProductViewInput {
+    /** 浜у搧鐐硅禐Id */
+    id?: string;
+    /** 浜у搧Id */
+    productId?: string;
+  }
+
+  interface ProductWaitForCheck {
+    /** 浜у搧Id */
+    id?: string;
+    /** 浜у搧鍚嶇О */
+    name?: string;
+    /** 浜у搧绫诲埆鍚� */
+    categoryName?: string;
+    /** 杩愯惀绫诲埆锛�1骞冲彴鑷惀锛�2瀹㈡埛鑷惀 */
+    operateType?: number;
+    /** 鏈嶅姟鍟� */
+    serveName?: string;
+    /** 鐗堟湰鏁伴噺 */
+    versionCount?: number;
+    /** 鏈�楂樹环 */
+    maxPrice?: number;
+    /** 鏈�浣庝环 */
+    minPrice?: number;
+    /** 鍙戝竷鏃堕棿 */
+    publishTime?: string;
+    /** 鐘舵�侊細0鎻愪氦寰呭鏍革紝-10椹冲洖 */
+    status?: number;
+  }
+
+  interface ProductWaitForCheckPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: ProductWaitForCheck[];
   }
 
   interface ProfileDto {
@@ -1204,47 +16502,977 @@
     providerKey?: string;
   }
 
-  interface QueryInsuranceClaimCountInput {
+  interface ProvinceInfo {
+    /** 鐪佷唤Code */
+    provinceCode?: number;
+    /** 鐪佷唤 */
+    provinceName?: string;
+    /** 鎺掑簭 */
+    sequence?: number;
+  }
+
+  interface ProvinceMsg {
+    /** 鐪佷唤Code */
+    provinceCode?: number;
+    /** 鎺掑簭 */
+    sequence?: number;
+  }
+
+  interface PurchasedCommentInfo {
+    /** 璇勬槦鏁� */
+    starCount?: number;
+    /** 鐐硅瘎鍐呭 */
+    content?: string;
+    /** 璇勮鏃堕棿 */
+    creationTime?: string;
+    /** 鐘舵�侊細0鎻愪氦寰呭鏍革紝10閫氳繃锛�-10椹冲洖 */
+    status?: number;
+  }
+
+  interface PurchasedProductCommentInput {
+    /** 浜у搧璐拱Id */
+    id?: string;
+    /** 璇勬槦鏁� */
+    starCount?: number;
+    /** 鐐硅瘎鍐呭 */
+    content?: string;
+  }
+
+  interface PurchasedProductCommentThumbsUpInput {
+    /** 浜у搧璇勮鐐硅禐Id */
+    id?: string;
+    /** 浜у搧璇勮Id */
+    commentId?: string;
+    /** 0 鍘绘帀鐐硅禐 1 鐐硅禐 */
+    status?: number;
+  }
+
+  interface PutOrOffOrderInput {
+    id?: string;
+    /** -10 椹冲洖 10鏈彁浜� 20寰呭鏍� 30 杩涜涓� 40 涓嬫灦 50 绯荤粺涓嬫灦 */
+    status?: number;
+    /** 涓婃灦鍘熷洜 */
+    onShelfReason?: string;
+    /** 涓嬫灦鍘熷洜 */
+    offShelfReason?: string;
+    /** 杩愯惀涓嬫灦澶囨敞 */
+    remark?: string;
+    /** 瀹℃牳澶囨敞 */
+    checkRemark?: string;
+  }
+
+  interface QrCodeLogin {
+    /** 鎵爜鐧诲綍Id */
+    uId?: string;
+    /** 浜岀淮鐮佸湴鍧� */
+    url?: string;
+  }
+
+  interface QueryAcquisitionInformationInput {
+    pageModel?: Pagination;
+    adoptStatus?: InformationAdoptStatusEnum;
+    /** 鍒涘缓璧峰鏃堕棿 */
+    beginCreationTime?: string;
+    /** 鍒涘缓鎴鏃堕棿 */
+    endCreationTime?: string;
+    /** 鏌ヨ鏉′欢锛氳祫璁爣棰�/浣滆�� */
+    queryCondition?: string;
+  }
+
+  interface QueryBankNoInput {
+    /** 閾惰鍚嶇О
+BankName鍜孠eyWord浜岄�変竴蹇呴』杈撳叆
+鏁版嵁闀垮害锛�30锛屾槸鍚﹀繀杈擄細N */
+    bankName?: string;
+    /** 閾惰鍚嶇О锛堢綉鐐瑰悕绉板叧閿瓧锛�
+寤鸿涓婇�佹爣鍑嗛摱琛屽悕绉帮紝鍙彁楂樺尮閰嶆垚鍔熺巼
+鏁版嵁闀垮害锛�30锛屾槸鍚﹀繀杈擄細N */
+    keyWord?: string;
+    /** 閾惰璐︽埛
+閾惰仈鍗¤处鎴峰缓璁笂閫侊紱鑻ヤ笂閫佽处鎴凤紝浼樺厛浠ヨ处鎴峰尮閰�
+鏁版嵁闀垮害锛�30锛屾槸鍚﹀繀杈擄細N */
+    accountNo?: string;
+  }
+
+  interface QueryCertifiedUserListInput {
+    pageModel?: Pagination;
+    /** 寮�濮嬫敞鍐屾椂闂� */
+    registBeginTime?: string;
+    /** 缁撴潫娉ㄥ唽鏃堕棿 */
+    registEndTime?: string;
+    /** 鏄惁浠樿垂 */
+    isPay?: boolean;
+    /** 寮�濮嬭璇佹椂闂� */
+    certificationBeginTime?: string;
+    /** 缁撴潫璁よ瘉鏃堕棿 */
+    certificationEndTime?: string;
+    /** 寮�濮嬭璇佽繃鏈熸椂闂� */
+    expirationBeginTime?: string;
+    /** 缁撴潫璁よ瘉杩囨湡鏃堕棿 */
+    expirationEndTime?: string;
+    status?: UserCertificationStatusEnum;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 鎵�灞炲洯鍖� */
+    belongPark?: string;
+    /** 鏌ヨ鍏抽敭瀛� */
+    searchKey?: string;
+    enterpriseType?: EnterpriseTypeEnum;
+    /** 鏌ヨ鍏抽敭瀛�2 */
+    searchKey2?: string;
+    /** 鎻愪氦寮�濮嬫椂闂� */
+    creationBeginTime?: string;
+    /** 鎻愪氦缁撴潫鏃堕棿 */
+    creationEndTime?: string;
+  }
+
+  interface QueryCustomerManageInput {
+    pageModel?: Pagination;
+    /** 寮�濮嬫敞鍐屾椂闂� */
+    beginRegistTime?: string;
+    /** 缁撴潫娉ㄥ唽鏃堕棿 */
+    endRegistTime?: string;
+    authType?: EnterpriseTypeEnum;
+    /** 鏄惁璁よ瘉 */
+    isCertification?: boolean;
+    /** 鎼滅储鍏抽敭瀛� */
+    searchKey?: string;
+    /** 鏄惁鏈夋湇鍔′汉鍛� */
+    isHasServiceStaff?: boolean;
+    /** 鏈嶅姟浜哄憳Id */
+    userServiceStaffId?: string;
+    userId?: string;
+  }
+
+  interface QueryCustomerTemplateListInput {
+    customerId?: string;
+    searchKey?: string;
+    status?: LgGigWorkerCustomerTemplateStatusEnum;
+    /** 寮�濮嬪埗鐗堟椂闂� */
+    beginPlatedTime?: string;
+    /** 缁撴潫鍒剁増鏃堕棿 */
+    endPlatedTime?: string;
+    /** 寮�濮嬪埗涓婁紶鏃堕棿 */
+    beginCreationTime?: string;
+    /** 缁撴潫涓婁紶鏃堕棿 */
+    endCreationTime?: string;
+  }
+
+  interface QueryEnterpriseMaterialDetailInput {
+    id?: string;
+    userId?: string;
+    materialType?: EnterpriseMaterialTypeEnum;
     year?: number;
     month?: number;
-    /** 鐞嗚禂娓犻亾 */
-    claimChannel?: string;
   }
 
-  interface QueryInsuranceClaimPageInput {
-    pageModel?: Pagination;
-    /** 鐞嗚禂娓犻亾 */
-    claimChannel?: string;
-    /** 鍔冲姩鍚堝悓鍗曚綅 */
-    laborContractEnterprise?: string;
-    /** 瀹為檯宸ヤ綔鍗曚綅 */
-    workEnterprise?: string;
-    /** 韬唤璇佸彿 */
-    idNumber?: string;
-    claimResult?: InsuranceClaimResultEnum;
-  }
-
-  interface QueryInsuranceOrderListByOrderRelevanceInput {
-    idIdNumber?: string;
-    reportedTime?: string;
-  }
-
-  interface QueryInsuranceOrderPageInput {
-    pageModel?: Pagination;
-    beginCreationTime?: string;
-    endCreationTime?: string;
-    /** 鏌ヨ鏉′欢 */
-    condition?: string;
-    /** 澧炲噺鍛樻煡璇� */
-    onJobFlag?: string;
-    /** 鎶曚繚鏂瑰紡鏌ヨ 鏈堜繚/骞翠繚 */
-    insuranceType?: string;
-    importChannel?: string;
-  }
-
-  interface QueryUserPageInput {
+  interface QueryEnterpriseMaterialManageListInput {
     pageModel?: Pagination;
     searchKey?: string;
+    beginTime?: string;
+    endTime?: string;
+    materialType?: EnterpriseMaterialTypeEnum;
+  }
+
+  interface QueryFirstPartyCompanyAuditListInput {
+    pageModel?: Pagination;
+    searchKey?: string;
+    industryTypeId?: string;
+    id?: string;
+    auditStatus?: ParkOrHRAuditStatusEnum;
+    beginCreateionTime?: string;
+    endCreateionTime?: string;
+    userId?: string;
+  }
+
+  interface QueryFirstPartyCompanyListInput {
+    pageModel?: Pagination;
+    searchKey?: string;
+    industryTypeId?: string;
+  }
+
+  interface QueryIncentivePaymentsManageListInput {
+    pageModel?: Pagination;
+    searchKey?: string;
+    beginTime?: string;
+    endTime?: string;
+  }
+
+  interface QueryIndustrialParkDetailInput {
+    id?: string;
+  }
+
+  interface QueryIndustrialParkListInput {
+    pageModel?: Pagination;
+    /** 鍥尯绫诲瀷 */
+    parkTypeId?: string;
+    /** 鏌ヨ鍏抽敭瀛� */
+    searchKey?: string;
+  }
+
+  interface QueryIndustryBodyAuditListInput {
+    pageModel?: Pagination;
+    searchKey?: string;
+    id?: string;
+    userId?: string;
+    auditStatus?: ParkOrHRAuditStatusEnum;
+    beginCreateionTime?: string;
+    endCreateionTime?: string;
+  }
+
+  interface QueryIndustryBodyListInput {
+    pageModel?: Pagination;
+    searchKey?: string;
+    /** 鏈烘瀯绫诲瀷Id */
+    institutionTypeId?: string;
+  }
+
+  interface QueryIndustryMatingAuditListInput {
+    pageModel?: Pagination;
+    searchKey?: string;
+    id?: string;
+    userId?: string;
+    auditStatus?: ParkOrHRAuditStatusEnum;
+    beginCreateionTime?: string;
+    endCreateionTime?: string;
+  }
+
+  interface QueryIndustryMatingListInput {
+    pageModel?: Pagination;
+    searchKey?: string;
+    /** 鏈嶅姟绫诲瀷Id */
+    serviceTypeId?: string;
+  }
+
+  interface QueryInformationShowPageInput {
+    pageModel?: Pagination;
+    /** 闇�瑕佹帓闄ょ殑璧勮绫诲埆id闆嗗悎绛涢�� */
+    excludeCategoryIdList?: string[];
+    recommendStatus?: InformationRecommendStatusEnum;
+    /** 鏍囬 */
+    title?: string;
+    /** 璧勮绫诲埆Id闆嗗悎绛涢�� */
+    categoryIdList?: string[];
+  }
+
+  interface QueryInformationShowRecommendListInput {
+    pageModel?: Pagination;
+    /** 璧勮绫诲埆Id闆嗗悎绛涢�� */
+    categoryIdList?: string[];
+  }
+
+  interface QueryInterfaceOfPDFReturnSingleFileOnSameDayNewInput {
+    recvLength?: number;
+    tradeDate?: number;
+    tradeTime?: number;
+    cnsmrSeqNo: string;
+    account: string;
+    seqNO: string;
+    startRecord?: string;
+    recordNum?: string;
+  }
+
+  interface QueryInterfaceOfPDFReturnSingleFileOnSameDayNewOutput {
+    fileName?: string;
+    randomPwd?: string;
+    stt?: string;
+    returnBeginNo?: string;
+    returnCount?: string;
+    docId?: string;
+  }
+
+  interface QueryMatchMakingApplyByOrderInput {
+    pageModel?: Pagination;
+    orderId?: string;
+    status?: MatchMakingApplyStatusEnum;
+  }
+
+  interface QueryMyMessageInput {
+    pageModel?: Pagination;
+    /** 鏉ユ簮鐢ㄦ埛id */
+    sourceId?: string;
+    /** 鏄惁宸茶 */
+    isRead?: boolean;
+  }
+
+  interface QueryOperateHistoryByTypeInput {
+    pageModel?: Pagination;
+    typeId?: string;
+    operateHistoryType?: OperateHistoryTypeEnum;
+  }
+
+  interface QueryParkCustomerBountyApplyInput {
+    pageModel?: Pagination;
+    id?: string;
+  }
+
+  interface QueryParkCustomerManageInput {
+    pageModel?: Pagination;
+    /** 浼佷笟鍚�/淇$敤浠g爜 */
+    keywords?: string;
+    /** 钀ヤ笟鎵х収鏄惁宸插畬鍠� */
+    licenseIsVerify?: boolean;
+    /** 浼佷笟淇℃伅鏄惁宸插畬鍠� */
+    enterpriseIsVerify?: boolean;
+    /** 閾惰璐︽埛鏄惁瀹屽杽 */
+    bankIsVerify?: boolean;
+    /** 鎵�灞炲洯鍖� */
+    industrialParkId?: string;
+    /** 鏈�杩戠敵鎶ュ紑濮嬫棩鏈� */
+    lastApplyBeginTime?: string;
+    /** 鏈�杩戠敵鎶ョ粨鏉熸棩鏈� */
+    lastApplyEndTime?: string;
+    lastPayBeginTime?: string;
+    /** 鏈�杩戝彂鏀剧粨鏉熸棩鏈� */
+    lastPayEndTime?: string;
+  }
+
+  interface QueryParkOrHRAuditPageInput {
+    pageModel?: Pagination;
+    auditStatus?: ParkOrHRAuditStatusEnum;
+    /** 绫诲埆id */
+    categoryId?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 浜鸿祫鍏徃鍚嶇О */
+    name?: string;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactPhone?: string;
+    /** 瀵瑰鑱旂郴浜� */
+    foreignContact?: string;
+    /** 瀵瑰鑱旂郴鐢佃瘽 */
+    foreignContactPhone?: string;
+    /** 鏌ヨ鍏抽敭瀛�(鑱旂郴浜�/浼佷笟鍚嶇О/鎵嬫満鍙�/宸ョ) */
+    searchKey?: string;
+    /** 寮�濮嬪垱寤烘椂闂� */
+    beginCreationTime?: string;
+    /** 缁撴潫鍒涘缓鏃堕棿 */
+    endCreationTime?: string;
+  }
+
+  interface QueryParkOrHRSimpleListInput {
+    name?: string;
+    status?: number;
+  }
+
+  interface QueryPhonMessageHistoryList {
+    pageModel?: Pagination;
+    sendBeginTime?: string;
+    sendEndTime?: string;
+    phoneNumber?: string;
+    messageType?: PhoneMessageTypeEnum;
+  }
+
+  interface QueryPlatformServiceInvoicingDetailInput {
+    platformServiceType?: PlatformServiceTypeEnum;
+    /** id */
+    id?: string;
+  }
+
+  interface QueryPlatformServiceInvoicingListInput {
+    pageModel?: Pagination;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 鐢ㄦ埛鎵嬫満鍙� */
+    phoneNumber?: string;
+    /** 瀵瑰簲鏀粯绫诲瀷(鏀粯娓犻亾)璁㈠崟鍙� */
+    payTypeTradeNo?: string;
+    /** 璁㈠崟鍙� */
+    relationalOrderNo?: string;
+    payType?: PayTypeEnum;
+    payStatus?: PayStatusEnum;
+    platformServiceType?: PlatformServiceTypeEnum;
+    /** 璁㈠崟鎻愪氦寮�濮嬫棩鏈� */
+    creationBeginTime?: string;
+    /** 璁㈠崟鎻愪氦缁撴潫鏃ユ湡 */
+    creationEndTime?: string;
+    /** 瀹屾垚鏃堕棿寮�濮嬫椂闂� */
+    finishBeginTime?: string;
+    /** 瀹屾垚鏃堕棿缁撴潫鏃堕棿 */
+    beginEndTime?: string;
+    invoicingStatus?: InvoicingStatusEnum;
+    /** 鏄惁瀹屾垚 */
+    isFinish?: boolean;
+    /** 鏌ヨ鍏抽敭瀛� */
+    searchKey?: string;
+    invoicingType?: InvoicingTypeEnum;
+  }
+
+  interface QueryPlatformServicePayDetailInput {
+    platformServiceType?: PlatformServiceTypeEnum;
+    /** id */
+    id?: string;
+  }
+
+  interface QueryPlatformServicePayListInput {
+    pageModel?: Pagination;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 鐢ㄦ埛鎵嬫満鍙� */
+    phoneNumber?: string;
+    /** 瀵瑰簲鏀粯绫诲瀷(鏀粯娓犻亾)璁㈠崟鍙� */
+    payTypeTradeNo?: string;
+    /** 璁㈠崟鍙� */
+    relationalOrderNo?: string;
+    payType?: PayTypeEnum;
+    payStatus?: PayStatusEnum;
+    platformServiceType?: PlatformServiceTypeEnum;
+    /** 璁㈠崟鎻愪氦寮�濮嬫棩鏈� */
+    creationBeginTime?: string;
+    /** 璁㈠崟鎻愪氦缁撴潫鏃ユ湡 */
+    creationEndTime?: string;
+    /** 鍏ヨ处璧峰鏃ユ湡 */
+    payCreditedBeginTime?: string;
+    /** 鍏ヨ处缁撴潫鏃ユ湡 */
+    payCreditedEndTime?: string;
+    /** 鏌ヨ鍏抽敭瀛� */
+    searchKey?: string;
+    payCreditedStatus?: PayCreditedStatusEnum;
+  }
+
+  interface QueryServiceStaffListInput {
+    pageModel?: Pagination;
+    /** 鎵�灞炲叕鍙竔d */
+    companyOrgId?: string;
+    /** 鎵�灞為儴闂╥d */
+    departmentOrgId?: string;
+    searchKey?: string;
+  }
+
+  interface QuerySysOrgDetailInput {
+    id?: string;
+  }
+
+  interface QuerySysOrgListInput {
+    pageModel?: Pagination;
+    parentId?: string;
+  }
+
+  interface QuerySystemNoticeDetailInput {
+    id?: string;
+  }
+
+  interface QuerySystemNoticeListInput {
+    pageModel?: Pagination;
+    /** 鍏憡鏍囬 */
+    title?: string;
+    status?: SystemNoticeStatusEnum;
+    /** 鍏憡灞曠ず寮�濮嬫椂闂� */
+    showBeginTime?: string;
+    /** 鍏憡灞曠ず缁撴潫鏃堕棿 */
+    showEndTime?: string;
+    /** 鍏憡鍐呭 */
+    content?: string;
+  }
+
+  interface QueryTradeChatRecordInput {
+    pageModel?: Pagination;
+    applyUserId?: string;
+    orderUserId?: string;
+  }
+
+  interface QueryUserCertificationAuditListInput {
+    pageModel?: Pagination;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 璁よ瘉鑱旂郴浜� */
+    certificationContact?: string;
+    /** 鐢ㄦ埛鎵嬫満鍙� */
+    phoneNumber?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 瀹℃牳鍗曞彿锛堝鏍歌鍗曞彿锛� */
+    auditNo?: string;
+    auditStatus?: UserCertificationAuditStatusEnum;
+    enterpriseType?: EnterpriseTypeEnum;
+    /** 璁㈠崟鎻愪氦寮�濮嬫棩鏈� */
+    creationBeginTime?: string;
+    /** 璁㈠崟鎻愪氦缁撴潫鏃ユ湡 */
+    creationEndTime?: string;
+    /** 鍏抽敭瀛楁悳绱� */
+    searchKey?: string;
+  }
+
+  interface QueryUserCertificationDropdownDataInput {
+    enterpriseName?: string;
+    status?: UserCertificationStatusEnum;
+  }
+
+  interface QueryUserTransactionRecordDetailInput {
+    id?: string;
+    /** 涓氬姟娴佹按鍙� */
+    bussSeqNo?: string;
+  }
+
+  interface QueryUserTransactionRecordPageForAdminInput {
+    pageModel?: Pagination;
+    incomeExpenseType?: IncomeExpenseTypeEnum;
+    /** 璧峰浜ゆ槗鏃堕棿 */
+    beginAccDateTime?: string;
+    /** 缁撴潫浜ゆ槗鏃堕棿 */
+    endAccDateTime?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 鐢ㄦ埛璐﹀彿 */
+    acctNo?: string;
+    walletAccountType?: WalletAccountTypeEnum;
+  }
+
+  interface QueryUserTransactionRecordPageInput {
+    pageModel?: Pagination;
+    incomeExpenseType?: IncomeExpenseTypeEnum;
+    /** 璧峰浜ゆ槗鏃堕棿 */
+    beginAccDateTime?: string;
+    /** 缁撴潫浜ゆ槗鏃堕棿 */
+    endAccDateTime?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    walletAccountType?: WalletAccountTypeEnum;
+  }
+
+  interface QueryVosAcctAutomaticClearingRuleInput {
+    recvLength?: number;
+    tradeDate?: number;
+    tradeTime?: number;
+    cnsmrSeqNo: string;
+    validationFlag?: string;
+    mainAccount: string;
+    ccy: string;
+    subAcctNo?: string;
+    bindVosAcctNo?: string;
+    bindVosAcctAddMsg?: string;
+    whetherFlag?: string;
+    subAcctNoPosition?: string;
+    setID?: string;
+    pageNo?: string;
+    pageSize?: string;
+  }
+
+  interface QueryVosAcctAutomaticClearingRuleOutput {
+    validationFlag?: string;
+    mainAccount?: string;
+    ccy?: string;
+    pageNo?: string;
+    count?: string;
+    isEnd?: string;
+    listNum?: string;
+    list?: VosAcctAutomaticClearingItem[];
+  }
+
+  interface QueryWalletAccountOpenFollowPageInput {
+    pageModel?: Pagination;
+    /** 閽卞寘寮�鎴蜂俊鎭疘d */
+    walletAccountOpenId?: string;
+  }
+
+  interface QueryWalletAccountOpenManagePageInput {
+    pageModel?: Pagination;
+    bankSignStatus?: WalletAccountOpenBankSignStatusEnum;
+    status?: WalletAccountOpenStatusEnum;
+    alipaySignStatus?: WalletAccountOpenAlipayStatusEnum;
+    /** 寮�濮嬫彁浜ゆ椂闂� */
+    beginApplyDate?: string;
+    /** 缁撴潫鎻愪氦鏃堕棿 */
+    endApplyDate?: string;
+    /** 寮�濮嬬粦瀹氭椂闂� */
+    beginBindDate?: string;
+    /** 缁撴潫缁戝畾鏃堕棿 */
+    endBindDate?: string;
+    /** 鏌ヨ鍏抽敭瀛� */
+    searhKey?: string;
+  }
+
+  interface QueryWalletBatchTransferDetailListInput {
+    pageModel?: Pagination;
+    batchId?: string;
+  }
+
+  interface QueryWalletBatchTransferListInput {
+    pageModel?: Pagination;
+    /** 鏌ヨ鍏抽敭瀛� */
+    searchKey?: string;
+    beginCreationTime?: string;
+    endCreationTime?: string;
+    checkStatus?: WalletTransferStatusEnum;
+  }
+
+  interface QueryWalletDayDetailItemInput {
+    pageModel?: Pagination;
+    currentDate?: string;
+    userId?: string;
+  }
+
+  interface QueryWalletDayHistoryBalanceInput {
+    pageModel?: Pagination;
+    /** 閽卞寘ID */
+    walletMainId?: string;
+    /** 寮�濮嬫棩鏈� */
+    startDate?: string;
+    /** 缁撴潫鏃ユ湡 */
+    endDate?: string;
+    walletAccountType?: WalletAccountTypeEnum;
+  }
+
+  interface QueryWalletDetailBillInput {
+    pageModel?: Pagination;
+    /** 1锛氭棩璐﹀崟 2锛氭湀璐﹀崟 */
+    billType?: number;
+    userId?: string;
+    startTime?: string;
+    endTime?: string;
+  }
+
+  interface QueryWalletMainListInput {
+    pageModel?: Pagination;
+    status?: WalletMainStatusEnum;
+    /** 浼佷笟鍚嶇О/璐︽埛銆佹墜鏈哄彿 */
+    keyWord?: string;
+  }
+
+  interface QueryWalletMonthDetailItemInput {
+    pageModel?: Pagination;
+    currentMonth?: string;
+    userId?: string;
+  }
+
+  interface QueryWalletRechargeInput {
+    pageModel?: Pagination;
+    /** 璐﹀彿/璐︽埛/鎴峰悕 */
+    keyWord?: string;
+    /** 璧峰鏃ユ湡 */
+    startTime?: string;
+    /** 缁撴潫鏃ユ湡 */
+    endTime?: string;
+    status?: WalletRechargeStatusEnum;
+  }
+
+  interface QueryWalletSingleTransferPageInput {
+    pageModel?: Pagination;
+    status?: WalletTransferStatusEnum;
+    /** 寮�濮嬫彁浜ゆ椂闂� */
+    beginCreationTime?: string;
+    /** 缁撴潫鎻愪氦鏃堕棿 */
+    endCreationTime?: string;
+    /** 鏌ヨ鍏抽敭瀛� */
+    searhKey?: string;
+  }
+
+  interface QueryWalletTransactionDetailList {
+    pageModel?: Pagination;
+    incomeExpenseType?: IncomeExpenseTypeEnum;
+    /** 璧峰浜ゆ槗鏃堕棿 */
+    beginAccDateTime?: string;
+    /** 缁撴潫浜ゆ槗鏃堕棿 */
+    endAccDateTime?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 鐢ㄦ埛璐﹀彿 */
+    acctNo?: string;
+    walletMainId?: string;
+  }
+
+  interface ReadOrderTakenInput {
+    /** 璁㈠崟Id */
+    orderId?: string;
+    /** 鎺ュ崟浜篒d */
+    takenUserId?: string;
+  }
+
+  interface RealNameEnterpriseCorporateAccountAuditInput {
+    /** 璐﹀彿 闇�鏍¢獙鐨勪紒涓氱殑鎺ュ彛璐﹀彿 */
+    account?: string;
+    /** 閾惰鎵�鍦ㄥ競涓�绾у湴鍖虹爜锛屽弬鐓с�婂鍏墦娆惧湴鍖虹紪鐮佸垪琛ㄣ�嬫敞鎰忥細鍙栧墠6浣嶇紪鐮� */
+    bankAreaCode?: string;
+    /** 寮�鎴锋敮琛屽悕绉帮紝鍚嶇О瑕佸~鍐欏畬鏁达紝鍙互鍔犻�熸墦娆捐繘搴� */
+    braBankName?: string;
+    /** 閾惰缂栧彿锛屽弬鐓с�婂鍏墦娆鹃摱琛岀紪鐮佸垪琛ㄣ�嬶紝涓巄ankName浜岄�変竴锛屼笉鑳藉悓鏃朵负绌猴紝閮芥湁鍊间互bankName涓哄噯 */
+    bankCode?: string;
+    /** 閾惰鍚嶇О锛屽弬鐓с�婂鍏墦娆鹃摱琛岀紪鐮佸垪琛ㄣ�嬶紝涓巄ankCode浜岄�変竴锛屼笉鑳藉悓鏃朵负绌猴紝閮芥湁鍊间互bankName涓哄噯 */
+    bankName?: string;
+    /** 鎸佸崱浜哄悕绉�,闇�瑕佸仛瀵瑰叕鎵撴鏍¢獙鐨勪紒涓氬悕绉� */
+    bankCardName?: string;
+    /** 閾惰鑱旇鍙� */
+    unionNo?: string;
+    /** 閾惰鍗″彿 闇�瑕佸仛瀵瑰叕鎵撴鏍¢獙鐨勪紒涓氬鍏处鎴�/鍗″彿 */
+    bankCard?: string;
+    /** 鏈�澶ф敮鎸�50涓瓧鐨勫娉ㄦ枃瀛楋紝濡傛灉娌℃湁浼犲垯榛樿涓衡�滀紒涓氭墦娆捐璇佹椤癸紝璇峰湪璁よ瘉椤甸潰鍥炲~閲戦锛岃璇侀噾棰濇棤闇�閫�鍥� */
+    remark?: string;
+  }
+
+  interface RealNameEnterpriseIndustryCommerceInfoResponse {
+    /** 鎴愮珛鏃ユ湡 */
+    establishTime?: string;
+    /** 娴佺▼id */
+    flowId?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    uniformSocialCreditCode?: string;
+    /** 鍦板潃 */
+    address?: string;
+    /** 缁忚惀鑼冨洿 */
+    businessScope?: string;
+    /** 缁忚惀鐘舵�� */
+    businessStatus?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 娉曞畾浠h〃浜哄鍚�/缁忚惀鑰呭鍚� */
+    legalPersonName?: string;
+    /** 缁忚惀鏈熼檺鑷� */
+    businessTermFrom?: string;
+    /** 缁忚惀鏈熼檺鑷� */
+    businessTermTo?: string;
+    /** 浼佷笟绫诲瀷 */
+    characterOfEconomy?: string;
+  }
+
+  interface RealNameEnterpriseIndustryCommerceInfoResponseBestSignOutputBase {
+    errno?: string;
+    errmsg?: string;
+    cost?: string;
+    data?: RealNameEnterpriseIndustryCommerceInfoResponse;
+  }
+
+  interface RealNameEnterpriseRemitInfoAuditInput {
+    /** 璐﹀彿 */
+    account?: string;
+    /** 浼佷笟鍚嶇О */
+    bankCardOwner?: string;
+    /** 閾惰鍗″彿 */
+    bankCardNumber?: string;
+    /** 鎵撴鏃ユ湡 */
+    toPayDate?: string;
+    /** 鎵撴鏃ユ湡 */
+    payDate?: string;
+    /** 鎵撴澶囨敞 */
+    remark?: string;
+  }
+
+  interface RealNamePersonalId2FaceCallBackRequest {
+    /** 娴佹按鍙� */
+    bizNo?: string;
+    /** 鐩镐技搴︼紝瀛楃涓叉牸寮� */
+    similarity?: string;
+    /** 1锛氳璇侀�氳繃 0 锛氳璇佷笉閫氳繃 */
+    verifyResult?: string;
+    /** 鍥剧墖base64缂栫爜锛堜竴寮狅級 */
+    photo?: string;
+    /** 浼犲叆鐨勮璇佹祦姘村彿 */
+    sid?: string;
+  }
+
+  interface RealNamePersonalIdentity2FaceInput {
+    /** 鐢ㄦ埛甯愬彿 */
+    account?: string;
+    /** 濮撳悕 */
+    name?: string;
+    /** 璇佷欢鍙风爜 */
+    identity?: string;
+    /** 鍒疯劯鏂瑰紡 鍚� 鍒疯劯璁よ瘉蹇呭~椤癸紝1 - 寰紬鍒疯劯锛堝嵆鑵捐浜戝埛鑴革級锛�2 - 鏀粯瀹濆埛鑴革紱榛樿1 */
+    faceMethod?: string;
+    /** returnUrl鐨勮姹傛柟寮� 鍚� 鍒疯劯璁よ瘉蹇呭~椤癸紝returnMethod = "postfirst"锛氬厛post锛岃秴鏃� 15s鍚巊et銆� returnMethod = "" 鎴栬�� = "post"锛氬彧post銆� returnMethod = "get"锛氬彧get銆� post銆乬et銆乸ostfirst澶у皬鍐欎笉鏁忔劅銆� */
+    returnMethod?: string;
+    /** 鎺堟潈鍥炶皟鍩熷悕 鍚� 闈炲繀濉弬鏁帮紝褰撳皬绋嬪簭涓繍琛屾椂涓哄繀濉� 褰撳湪灏忕▼搴忎腑杩愯璇5鍒疯劯鏃讹紙鍒疯劯鏂瑰紡闇�瑕佷负瀹炴椂妫�娴嬫柟寮忥級锛岄渶瑕佷紶璇ュ弬鏁帮紝涓旈渶瑕佽仈绯绘妧鏈敮鎸佸悓浜嬭繘琛岄厤缃� */
+    callbackHost?: string;
+    /** 鍒疯劯瀹屾垚鍚庣殑璺宠浆閾炬帴 鍒疯劯璁よ瘉蹇呭~椤癸紝濡傛灉returnMethod娌℃湁鎸囧畾锛屽垯杩欎釜returnUrl涓�瀹氳鍚屾椂鏀寔post鍜実et锛岃繖鏍峰氨涓嶄細鏈夐棶棰樹簡銆� */
+    returnUrl?: string;
+    /** 璁よ瘉娴佹按鍙� 鍚� */
+    sid?: string;
+  }
+
+  interface RealNamePersonalIdentity2FaceResponse {
+    /** 鍒疯劯閾炬帴 */
+    url?: string;
+    /** 鍞竴鏍囪瘑鐨勫瓧绗︿覆  鍙敤浜庤幏鍙栬棰戞枃浠讹紙瑙嗛鏂囦欢鍦ㄨ吘璁簯涓婃渶澶氫笁澶� */
+    orderNo?: string;
+    /** 鍒疯劯閾炬帴 */
+    sid?: string;
+    /** 娴佺▼id */
+    flowId?: string;
+  }
+
+  interface RealNamePersonalIdentity2FaceResponseBestSignOutputBase {
+    errno?: string;
+    errmsg?: string;
+    cost?: string;
+    data?: RealNamePersonalIdentity2FaceResponse;
+  }
+
+  interface RealNamePersonalIdentity2GetFaceAuthResultResponse {
+    /** 浜鸿劯姣斿淇℃伅 */
+    message?: string;
+    /** 楠岃瘉缁撴灉 */
+    verifyResult?: string;
+    /** 浜鸿劯楠岃瘉鏃剁殑鐓х墖锛堟敮浠樺疂鍒疯劯鏃犳椤癸級 */
+    photo?: string;
+    /** 鍞竴鏍囪瘑鐨勫瓧绗︿覆 */
+    orderNo?: string;
+    /** 浜鸿劯姣斿寰楀垎锛堟敮浠樺疂鍒疯劯鏃犳椤癸級 */
+    similarity?: string;
+  }
+
+  interface RealNamePersonalIdentity2GetFaceAuthResultResponseBestSignOutputBase {
+    errno?: string;
+    errmsg?: string;
+    cost?: string;
+    data?: RealNamePersonalIdentity2GetFaceAuthResultResponse;
+  }
+
+  interface RealNamePersonalIdentity3VcodeSenderInput {
+    userId?: string;
+    /** 鐢ㄦ埛甯愬彿 */
+    account?: string;
+    /** 濮撳悕 */
+    name?: string;
+    /** 璇佷欢鍙风爜 */
+    identity?: string;
+    /** 鐢ㄦ埛鎵嬫満鍙� */
+    mobile?: string;
+    /** 璇佷欢绫诲瀷 鍚� 榛樿0锛�0 鈥� 韬唤璇侊紝1 鈥� 鎶ょ収锛�2 鈥� 绀句細淇濋殰鍗★紝3 鈥� 娓境灞呮皯鏉ュ線鍐呭湴閫氳璇侊紝4 鈥� 鍙版咕灞呮皯寰�鏉ュぇ闄嗛�氳璇侊紝5 鈥� 鎴峰彛绨匡紝6 鈥� 涓存椂灞呮皯韬唤璇侊紝
+7 鈥� 澶栧浗浜烘案涔呭眳浣忚瘉锛�8 鈥� 鍐涘畼璇侊紝9 鈥� 璀﹀畼璇侊紝10 鈥� 澹叺璇侊紝11 鈥� 鍏朵粬璇佷欢 */
+    identityType?: string;
+    /** 閾惰鍗″彿 
+閾惰鍗″瑕佺礌鏍¢獙鍙婂彂閫侀獙璇佺爜 鎺ュ彛鏃惰鍙傛暟蹇呴』 */
+    bankCard?: string;
+  }
+
+  interface RealNamePersonalIdentity3VcodeSenderResponse {
+    userId?: string;
+    /** 鎵嬫満楠岃瘉鐮�  鐢辨帴鍙b�滀釜浜烘墜鏈哄彿涓夎绱犻獙璇佺爜鑾峰彇鈥濅笅鍙戠粰瀵瑰簲鎵嬫満鍙凤紝鐢卞紑鍙戣�呴噰闆嗗悗浼犲叆
+璇ュ弬鏁板湪 涓汉鎵嬫満鍙蜂笁瑕佺礌楠岃瘉鐮佹牎楠屾帴鍙f儏鍐垫椂闇�瑕佷娇鐢� */
+    vcode?: string;
+    /** 鐢ㄤ簬楠岃瘉鐨刱ey */
+    personalIdentity3Key?: string;
+    /** 娴佺▼id */
+    flowId?: string;
+    /** 缁撴灉 */
+    result?: string;
+    /** 濮撳悕 */
+    name?: string;
+    /** 璇佷欢鍙风爜 */
+    identity?: string;
+    /** 鐢ㄦ埛甯愬彿 */
+    mobile?: string;
+    msg?: string;
+  }
+
+  interface RealNamePersonalIdentity4PlusVcodeVerifyInput {
+    /** 鎵嬫満楠岃瘉鐮� 鐢辨帴鍙b�滈摱琛屽崱澶氳绱犳牎楠屽強鍙戦�侀獙璇佺爜鈥濅笅鍙戠粰閾惰鍗¢鐣欐墜鏈哄彿銆� */
+    vcode?: string;
+    /** 鐢ㄤ簬楠岃瘉鐨刱ey锛� 鐢辨帴鍙b�滈摱琛屽崱澶氳绱犳牎楠屽強鍙戦�侀獙璇佺爜鈥濊繑鍥炴帴鍙h处鍙� */
+    personalIdentity4PlusKey?: string;
+  }
+
+  interface RealNamePersonalIdentity4VcodeSenderResponse {
+    /** 涓�鑷存�ф牎楠岀粨鏋� 1浠h〃4瑕佺礌涓�鑷存�ф牎楠岄�氳繃锛� 0浠h〃4瑕佺礌涓�鑷存�ф牎楠屼笉閫氳繃閫氳繃锛�
+璇ュ弬鏁板湪 涓汉鎵嬫満鍙蜂笁瑕佺礌楠岃瘉鐮佹牎楠屾帴鍙f儏鍐垫椂闇�瑕佷娇鐢� */
+    result?: string;
+    /** 鐢ㄤ簬楠岃瘉鐨刱ey */
+    personalIdentity4Key?: string;
+    /** 娴佺▼id */
+    flowId?: string;
+    /** 涓�鑷存�ф牎楠岀粨鏋滅殑鎻忚堪 涓�鑷存�ф牎楠岄�氳繃涓衡�渟uccess鈥濓紝涓嶉�氳繃鏃惰繑鍥炰笉閫氳繃鐨勫叿浣撶粨鏋滐紝濡傗�滆璇佷俊鎭笉鍖归厤(鍗$姸鎬佸紓甯�)鈥濄�傛淇℃伅鐢卞疄鍚嶄緵搴斿晢杩斿洖锛屼笂涓婄涓嶅仛鍔犲伐銆� */
+    msg?: string;
+  }
+
+  interface RealNamePersonalIdentity4VcodeSenderResponseBestSignOutputBase {
+    errno?: string;
+    errmsg?: string;
+    cost?: string;
+    data?: RealNamePersonalIdentity4VcodeSenderResponse;
+  }
+
+  interface RealNamePersonalIdentity4VcodeVerifyInput {
+    userId?: string;
+    /** 鎵嬫満楠岃瘉鐮�  鐢辨帴鍙b�滀釜浜烘墜鏈哄彿涓夎绱犻獙璇佺爜鑾峰彇鈥濅笅鍙戠粰瀵瑰簲鎵嬫満鍙凤紝鐢卞紑鍙戣�呴噰闆嗗悗浼犲叆
+璇ュ弬鏁板湪 涓汉鎵嬫満鍙蜂笁瑕佺礌楠岃瘉鐮佹牎楠屾帴鍙f儏鍐垫椂闇�瑕佷娇鐢� */
+    vcode?: string;
+    /** 鐢ㄤ簬楠岃瘉鐨刱ey */
+    personalIdentity4Key?: string;
+    /** 濮撳悕 */
+    name?: string;
+    /** 鐢ㄦ埛甯愬彿 */
+    mobile?: string;
+    /** 鏍规嵁璇佷欢绫诲瀷浼犺瘉浠跺彿鐮� */
+    idCardNo?: string;
+    /** 閾惰鍗¤处鍙� */
+    bankCard?: string;
+  }
+
+  interface RechargeDto {
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 鍏呭�煎崟鍙� */
+    rechargeNo?: string;
+    /** 鍏呭�肩被鍨嬶細10寰俊锛�20鏀粯瀹濓紝30绾夸笅 */
+    type?: number;
+    /** 鍏呭�奸噾棰� */
+    amount?: number;
+    /** 浜ゆ槗鐘舵�� */
+    status?: number;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 鏀粯瀹屾垚鏃堕棿 */
+    successTime?: string;
+    creationTime?: string;
+    customerName?: string;
+    contracter?: string;
+    contracterPhone?: string;
+  }
+
+  interface RechargeDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: RechargeDto[];
+  }
+
+  interface RechargeListInput {
+    pageModel?: Pagination;
+    /** 鏄电О */
+    customerName?: string;
+    /** 鍏呭�肩被鍨嬶細10寰俊锛�20鏀粯瀹濓紝30绾夸笅 */
+    type?: number;
+    /** 鍙傝�� RechargeStatus */
+    status?: number;
+    startDate?: string;
+    endDate?: string;
+    amountBegin?: number;
+    amountEnd?: number;
+  }
+
+  interface RecordUserSignInput {
+    lgGigWorkerId?: string;
+    signChannel?: SignChannelEnum;
+    userType?: string;
+    signCostType?: number;
+    messageChannel?: number;
+  }
+
+  interface RefundApplyInput {
+    /** 浜у搧璐拱Id */
+    id?: string;
+    /** 閫�娆剧敵璇峰娉� */
+    refundApplyRemark?: string;
+  }
+
+  interface RefundInfo {
+    /** 閫�娆剧敵璇峰娉� */
+    refundApplyRemark?: string;
+    /** 閫�娆剧敵璇锋椂闂� */
+    refundApplyTime?: string;
+    /** 閫�娆惧鐞嗗娉� */
+    refundDealRemark?: string;
+    /** 鐘舵�侊細0寰呯‘璁ら獙鏀讹紝10寰呰瘎浠凤紝20浜ゆ槗瀹屾垚锛�-10鐢宠閫�娆撅紝-20閫�娆炬垚鍔燂紝-30鐢宠閫�娆鹃┏鍥� */
+    status?: number;
+  }
+
+  interface RefundOrderContactSignInput {
+    /** 鎷掔粷浜虹被鍨� 10鐢叉柟  20涔欐柟 */
+    fromType?: number;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 璁㈠崟鍗忚Id */
+    orderSignId?: string;
   }
 
   interface RegisterDto {
@@ -1255,6 +17483,8 @@
     password: string;
     appName: string;
   }
+
+  type RelationalTypeEnum = 10 | 20;
 
   interface RemoteServiceErrorInfo {
     code?: string;
@@ -1273,6 +17503,20 @@
     members?: string[];
   }
 
+  interface ReplyCircleFriendInput {
+    /** 鏈嬪弸鍦堟秷鎭疘d */
+    circleFriendId?: string;
+    /** 鍥炲鐨勮瘎璁篒d */
+    parentId?: string;
+    /** 璇勮鍐呭 */
+    content?: string;
+  }
+
+  interface ResetPasswordBaseInput {
+    userId?: string;
+    password?: string;
+  }
+
   interface ResetPasswordDto {
     userId?: string;
     resetToken: string;
@@ -1287,9 +17531,248 @@
     password?: string;
   }
 
+  interface Resource {
+    /** 鍔犲瘑绠楁硶绫诲瀷 */
+    algorithm: string;
+    /** 鏁版嵁瀵嗘枃 */
+    ciphertext: string;
+    /** 闄勫姞鏁版嵁 */
+    associatedData?: string;
+    /** 鍘熷绫诲瀷 */
+    originalType: string;
+    /** 闅忔満涓� */
+    nonce: string;
+  }
+
+  interface ResourceDelistReason {
+    id?: string;
+  }
+
+  interface ResourceFrontInfoDto {
+    id?: string;
+    userId?: string;
+    categoryId?: string;
+    title?: string;
+    viewCount?: number;
+    /** 璧勬簮鏁伴噺 */
+    resourceCount?: number;
+    /** -10 椹冲洖 10鏈彁浜� 20寰呭鏍� 30 杩涜涓� 40 涓嬫灦 50 绯荤粺涓嬫灦 */
+    status?: number;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    checkRemark?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactNumber?: string;
+    creationTime?: string;
+    lastModificationTime?: string;
+    tags?: TagInfo[];
+    /** 鏄惁鎺ㄨ崘 1鏄� */
+    isRecommend?: boolean;
+    /** 鏄惁鍚屾鍒版湅鍙嬪湀 */
+    isSyncCircleFriend?: boolean;
+    /** 棰勮浜や粯澶╂暟 */
+    estimatedDeliveryCompletiondays?: number;
+    /** 鍚堜綔璐圭敤 */
+    cooperationFee?: string;
+    /** 璁よ瘉浼佷笟鍚嶇О */
+    certificationCompanyName?: string;
+    isMyAttention?: boolean;
+    isMe?: boolean;
+    resourceStyleInfo?: ResourceStyleInfo[];
+    visitForUserId?: string;
+    /** 鎵�鍦ㄧ渷鍖哄煙鐮� */
+    provinceCode?: number;
+    /** 鎵�鍦ㄧ渷 */
+    provinceName?: string;
+    /** 璧勬簮浠嬬粛 */
+    resourceIntros?: ResourceIntro[];
+    /** 鎵�鍦ㄥ煄甯� */
+    cities?: CityInfo[];
+    /** 鎰忓悜杈撻�佸煄甯� */
+    intendedDeliveryCities?: CityInfo[];
+    /** 鏄惁宸茶璇� */
+    isCertified?: boolean;
+    /** 琛屼笟绫诲瀷 */
+    industryTypeId?: string;
+    /** 琛屼笟绫诲瀷鍚嶇О */
+    industryTypeName?: string;
+    /** 鐢ㄦ埛澶村儚鍦板潃 */
+    avatarUrl?: string;
+    /** 鑱岀О */
+    jobTitle?: string;
+    /** 鏄惁寮�閫氬湪绾夸氦鏄� */
+    isOpenOnlineTrade?: boolean;
+    /** 鍙戝竷鏃堕棿 */
+    lastShelfTime?: string;
+    parkOrHRSimpleInfo?: ParkOrHRSimpleOutput;
+    /** 鏄惁瀛樺湪鑱旂郴璁板綍 */
+    isExistTradeChatRecord?: boolean;
+  }
+
+  interface ResourceInfoDto {
+    id?: string;
+    categoryId?: string;
+    title?: string;
+    /** 璧勬簮鏁伴噺 */
+    resourceCount?: number;
+    /** -10 椹冲洖 10鏈彁浜� 20寰呭鏍� 30 杩涜涓� 40 涓嬫灦 50 绯荤粺涓嬫灦 */
+    status?: number;
+    /** 涓嬫灦鍘熷洜 */
+    delistReason?: string;
+    /** 瀹℃牳澶囨敞 */
+    checkRemark?: string;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactNumber?: string;
+    creationTime?: string;
+    lastModificationTime?: string;
+    tags?: TagInfo[];
+    /** 棰勮浜や粯澶╂暟 */
+    estimatedDeliveryCompletiondays?: number;
+    /** 鍚堜綔璐圭敤 */
+    cooperationFee?: string;
+    resourceStyleInfo?: ResourceStyleInfo[];
+    creatorId?: string;
+    /** 璧勬簮浠嬬粛 */
+    resourceIntros?: ResourceIntro[];
+    /** 鎵�鍦ㄥ煄甯� */
+    cities?: CityInfo[];
+    /** 鎰忓悜杈撻�佸煄甯� */
+    intendedDeliveryCities?: CityInfo[];
+    /** 鐢ㄦ埛id */
+    userId?: string;
+    /** 琛屼笟绫诲瀷 */
+    industryTypeId?: string;
+    /** 鏄惁鍚屾鍒版湅鍙嬪湀 */
+    isSyncCircleFriend?: boolean;
+    /** 鏄惁寮�閫氬湪绾夸氦鏄� */
+    isOpenOnlineTrade?: boolean;
+  }
+
+  interface ResourceIntro {
+    /** 绫诲瀷锛�0涓烘枃鏈紝1涓哄浘鐗囷紝2涓鸿棰� 榛樿涓烘枃鏈� */
+    type?: number;
+    /** 鏂囨湰鍐呭 */
+    content?: string;
+    /** 鍥剧墖璺緞 */
+    path?: string;
+    /** 椤哄簭 */
+    sequence?: number;
+  }
+
+  interface ResourceListDto {
+    id?: string;
+    title?: string;
+    status?: number;
+    /** 涓嬫灦鍘熷洜 */
+    delistReason?: string;
+    creationTime?: string;
+    /** 鍒涘缓浜� */
+    createUserName?: string;
+    viewCount?: number;
+    attentionCount?: number;
+    /** 鎵�灞炰紒涓� */
+    customerName?: string;
+    lastModificationTime?: string;
+    /** 璧勬簮鏁伴噺 */
+    resourceCount?: number;
+    /** 鍚堜綔璐圭敤 */
+    cooperationFee?: string;
+    /** 鎵�鍦ㄥ煄甯� */
+    city?: string;
+    /** 鏄惁鎺ㄨ崘 1鏄� */
+    isRecommend?: boolean;
+    /** 鎵�鍦ㄥ煄甯� */
+    cityCode?: number;
+    /** 棰勮浜や粯瀹屾垚澶╂暟 */
+    estimatedDeliveryCompletiondays?: number;
+    userId?: string;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactNumber?: string;
+    /** 瀹℃牳澶囨敞 */
+    checkRemark?: string;
+    /** 鎵�鍦ㄥ煄甯� */
+    cities?: CityInfo[];
+    /** 琛屼笟绫诲瀷鍚嶇О */
+    industryTypeName?: string;
+    /** 鎰忓悜杈撻�佸煄甯� */
+    intendedDeliveryCities?: CityInfo[];
+    /** 鐢ㄦ埛璐﹀彿 */
+    userAccount?: string;
+    /** 鎵�鍦ㄧ渷 */
+    provinceName?: string;
+  }
+
+  interface ResourceListDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: ResourceListDto[];
+  }
+
+  interface ResourceListInput {
+    pageModel?: Pagination;
+    status?: number;
+    key?: string;
+    /** 璧勬簮鏍囬 */
+    resourceTitle?: string;
+    /** 寮�濮嬫椂闂� */
+    startDate?: string;
+    /** 缁撴潫鏃堕棿 */
+    endDate?: string;
+    /** 鏌ヨ鍏抽敭瀛� 浼佷笟鍚嶇О/璐﹀彿 */
+    searchKey?: string;
+  }
+
+  interface ResourceRecommendInput {
+    id?: string;
+    isRecommend?: boolean;
+  }
+
+  interface ResourceStyleInfo {
+    src?: string;
+    sort?: number;
+  }
+
+  interface ResourceViewInput {
+    /** 璁㈠崟娴忚Id */
+    id?: string;
+    /** 璁㈠崟Id */
+    resourceId?: string;
+  }
+
   interface ReturnValueApiDescriptionModel {
     type?: string;
     typeSimple?: string;
+  }
+
+  interface RewardInfo {
+    /** 鎵撹祻鍒嗘垚閲戦 */
+    shareAmount?: number;
+    /** 鎵撹祻鏃堕棿 */
+    creationTime?: string;
+  }
+
+  interface RewardPercentageInfo {
+    /** Up涓荤瓑绾� */
+    upLevel?: number;
+    /** Up涓诲崰姣� */
+    upRatio?: number;
+    /** 骞冲彴鍗犳瘮 */
+    platformRatio?: number;
+  }
+
+  type RewardTypeEnum = 10 | 20;
+
+  type RewardUseTypeEnum = 1;
+
+  interface RoleDto {
+    /** 瑙掕壊Id */
+    id?: string;
+    /** 瑙掕壊鍚� */
+    name?: string;
   }
 
   interface RoleEnableOrForbidInput {
@@ -1324,6 +17807,196 @@
     data?: RoleInfo[];
   }
 
+  interface SameDayHistoryReceiptDataQueryInput {
+    recvLength?: number;
+    tradeDate?: number;
+    tradeTime?: number;
+    cnsmrSeqNo: string;
+    outAccNo: string;
+    accountBeginDate?: string;
+    accountEndDate?: string;
+    hostFlow?: string;
+    startTranAmt?: string;
+    endTranAmt?: string;
+    inAccNo?: string;
+    dcFlag?: string;
+    sortType?: string;
+    ccy?: string;
+    receiptType?: string;
+    subReceiptType?: string;
+    recordStartNo?: string;
+    recordNumber?: string;
+  }
+
+  interface SameDayHistoryReceiptDataQueryOutput {
+    resultNum?: string;
+    endFlag?: string;
+    receiptType?: string;
+    subReceiptType?: string;
+    list?: SameDayHistoryReceiptItem[];
+  }
+
+  interface SameDayHistoryReceiptItem {
+    seqNo?: string;
+    receiptNo?: string;
+    validateNo?: string;
+    receiptType?: string;
+    subReceiptType?: string;
+    accountDate?: string;
+    mainAcc?: string;
+    subAccNo?: string;
+    outAccNo?: string;
+    outAccName?: string;
+    outBranchName?: string;
+    dcFlag?: string;
+    inAccNo?: string;
+    inAccName?: string;
+    inBranchName?: string;
+    amount?: string;
+    ccyCode?: string;
+    remark?: string;
+    hostFlowNo?: string;
+    receiptName?: string;
+  }
+
+  interface SaveCustomerTemplateParamInput {
+    /** 妯℃澘id */
+    lgGigWorkerCustomerTemplateId?: string;
+    /** 妯℃澘娓叉煋json鏁版嵁 */
+    templateJsonData?: string;
+    /** 鍙傛暟鍒楄〃 */
+    paramList?: SaveCustomerTemplateParamItem[];
+  }
+
+  interface SaveCustomerTemplateParamItem {
+    /** 鏁版嵁鍙傛暟瀛楀吀id */
+    templateDataParamId?: string;
+    /** 妯℃澘鍙傛暟鍚嶇О */
+    templateParamName?: string;
+    /** 鏁版嵁鍚嶇О */
+    dataParamName?: string;
+    /** 妯℃澘鍙傛暟瀛楁鍚嶇О */
+    templateParamFieldName?: string;
+    /** 鏁版嵁鍙傛暟瀛楁鍚嶇О */
+    dataParamNameFieldName?: string;
+    /** 妯℃澘鍙傛暟鍊� 浠呮棤鏁版嵁鍙傛暟鏃跺瓨鍦ㄥ�� */
+    templateParamValue?: string;
+    /** 妯℃澘鍙傛暟棰濆鏁版嵁 */
+    templateParamExtraData?: string;
+  }
+
+  interface SaveParkBountyApplyCollectFileInput {
+    parkBountyApplyId?: string;
+    /** 濂栧姳閲戝垎閰嶈〃 */
+    bountyAssignFileUlr?: string;
+    /** 濂栧姳閲戞眹鎬昏〃 */
+    bountyCollectFileUrl?: string;
+    /** 鐢虫姤鎬婚 */
+    applySumAmount?: number;
+  }
+
+  interface SaveParkBountyApplyGatherFileInput {
+    parkBountyApplyId?: string;
+    /** 浼佷笟钀ユ敹姹囨�昏〃 */
+    enterpriseOperateFileUrl?: string;
+    /** 浼佷笟缂寸◣鏄庣粏琛� */
+    enterpriseTaxSubFileUrl?: string;
+    /** 鍏ラ┗鍏宠仈璇存槑 */
+    enterpriseRelateFileUrl?: string;
+  }
+
+  interface SaveWalletPayChannelFeeSettingInput {
+    /** 閫氶亾id */
+    walletPayChannelId?: string;
+    settings?: SaveWalletPayChannelFeeSettingItemInput[];
+  }
+
+  interface SaveWalletPayChannelFeeSettingItemInput {
+    /** 璧峰閲戦 */
+    beginAmount?: number;
+    /** 鎴閲戦 */
+    endAmount?: number;
+    feeCalculationType?: WalletPayChannelFeeCalculationTypeEnum;
+    /** 鎵嬬画璐硅绠楀�� */
+    feeCalculationValue?: number;
+  }
+
+  interface SealBatchQueryInput {
+    sealId?: string;
+    sealName?: string;
+    pageNo?: number;
+    pageSize?: number;
+  }
+
+  interface SealBatchQueryOutput {
+    code?: string;
+    subMsg?: string;
+    pageNo?: number;
+    pageSize?: number;
+    totalCount?: number;
+    sealList?: SealInfo[];
+  }
+
+  interface SealInfo {
+    sealId?: string;
+    sealName?: string;
+    sealType?: string;
+    sealStatus?: string;
+    previewUrl?: string;
+    enterpriseName?: string;
+    enterpriseCertNo?: string;
+    gmtCreate?: string;
+    gmtModified?: string;
+  }
+
+  interface SealSaveInput {
+    sealId?: string;
+    sealName: string;
+    sealDescription: string;
+    sealType: string;
+    enterpriseName: string;
+    enterpriseCertNo: string;
+  }
+
+  interface SealSaveOutput {
+    code?: string;
+    subMsg?: string;
+    sealId?: string;
+  }
+
+  interface SearchConditionList {
+    /** 鎼滅礌绠$悊 10鐑悳璇� 20鏈嶅姟绫诲瀷 30宸ョ 40鍥尯绫诲瀷 50璧勮娲诲姩绫诲瀷 60鏀跨瓥棰佸竷鏈烘瀯 70鍖哄煙绠$悊 80浜у搧绫诲瀷 90闇�姹傜被鍨� 100闇�姹傝寖鍥�
+110 鍛樺伐绂忓埄 120琛屼笟绫诲瀷 130 鐚庡ご 140 鍜ㄨ绫诲埆 150 甯姪绫诲瀷 160 浜鸿祫琛屼笟绫诲瀷 */
+    searchType?: number;
+    belongType?: number;
+    conditionList?: ConditionInfo[];
+  }
+
+  interface SearchSettingInfo {
+    searchSettingId?: string;
+    searchSettingName?: string;
+    src?: string;
+    sort?: number;
+  }
+
+  interface SendBankCardCertificationVerificationCodeInput {
+    /** 濮撳悕 */
+    name: string;
+    /** 璇佷欢鍙风爜 */
+    identity: string;
+    /** 鐢ㄦ埛甯愬彿 */
+    mobile: string;
+    /** 閾惰鍗″彿 */
+    bankCard: string;
+    businessType?: VerificationCodeBusinessTypeEnum;
+  }
+
+  interface SendEmailVerificationCodeByBusinessTypeInput {
+    /** 閭 */
+    emailAddress: string;
+    businessType?: VerificationCodeBusinessTypeEnum;
+  }
+
   interface SendPasswordResetCodeDto {
     email: string;
     appName: string;
@@ -1331,9 +18004,203 @@
     returnUrlHash?: string;
   }
 
+  interface SendPhoneCertificationVerificationCodeInput {
+    /** 濮撳悕 */
+    name: string;
+    /** 璇佷欢鍙风爜 */
+    identity: string;
+    /** 鐢ㄦ埛甯愬彿 */
+    mobile: string;
+    businessType?: VerificationCodeBusinessTypeEnum;
+  }
+
   interface SendPhoneMessageBaseInput {
     messageType?: string;
     phoneNumber: string;
+  }
+
+  interface SendPhoneMesssageCodeInput {
+    /** 鎵嬫満鍙� */
+    phoneNumber: string;
+  }
+
+  interface SendPhoneVerificationCodeByBusinessTypeInput {
+    /** 鎵嬫満鍙� */
+    phoneNumber: string;
+    businessType?: VerificationCodeBusinessTypeEnum;
+  }
+
+  interface SendPhoneVerificationCodeInput {
+    /** 鎵嬫満鍙� */
+    phoneNumber: string;
+  }
+
+  interface SendUserCertificationPayInvoicingEmailInput {
+    /** 鍙戦�佺洰鏍囬偖绠卞湴鍧� */
+    toEmailAddress: string;
+    /** 鐢ㄦ埛璁よ瘉瀹℃牳Id */
+    auditId?: string;
+  }
+
+  interface ServeHRArea {
+    /** 鐪� */
+    provinceCode?: number;
+    /** 甯� */
+    cityCode?: number;
+    /** 鍖� */
+    areaCode?: number;
+    sequence?: number;
+  }
+
+  interface ServeSearchSettingInfo {
+    /** 璁剧疆Id */
+    searchSettingId?: string;
+    /** 璁剧疆鍚嶇О */
+    searchSettingName?: string;
+    sequence?: number;
+    searchType?: number;
+  }
+
+  interface ServiceName {
+    id?: string;
+    name?: string;
+    src?: string;
+    sort?: number;
+  }
+
+  interface ServiceStaffListOutput {
+    id?: string;
+    name?: string;
+    /** 鎵�灞炲叕鍙竔d */
+    companyOrgId?: string;
+    /** 鎵�灞為儴闂╥d */
+    departmentOrgId?: string;
+    /** 鎵�灞炲叕鍙稿悕绉� */
+    companyOrgName?: string;
+    /** 鎵�灞為儴闂ㄥ悕绉� */
+    departmentOrgName?: string;
+    userName?: string;
+  }
+
+  interface ServiceStaffListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: ServiceStaffListOutput[];
+  }
+
+  type ServiceWorkerCountTypeEnum = 10 | 500 | 1000;
+
+  interface SetAlipayAccountInput {
+    companyId?: string;
+    aliPayAccount?: string;
+    companyName?: string;
+    societyCreditCode?: string;
+    type?: number;
+  }
+
+  interface SetBankWalletAccountOpenAcctNoInput {
+    id?: string;
+    /** 閾惰鍗″彿 */
+    acctNo: string;
+  }
+
+  interface SetBankWalletAccountOpenBankCertUrlInput {
+    id?: string;
+    /** 鍑瘉鍦板潃 */
+    bankCertUrl: string;
+  }
+
+  interface SetBankWalletAccountOpenOpentBankNodeInput {
+    id?: string;
+    /** 寮�鎴烽摱琛� */
+    opentBankNodeAddress: string;
+  }
+
+  interface SetCanLoginUserSignInput {
+    id?: string;
+    canLoginUserSign?: CanLoginUserSignEnum;
+    bussinessCode?: string;
+  }
+
+  interface SetCategoryVisInput {
+    /** 绫诲埆Id */
+    id?: string;
+    /** 绫诲瀷锛�0浜у搧绫诲埆锛�1璧勮绫诲埆 */
+    type?: number;
+  }
+
+  interface SetContractTemplatePositionInput {
+    contractTemplateId?: string;
+    listPosition?: SetContractTemplatePositionXYInput[];
+  }
+
+  interface SetContractTemplatePositionXYInput {
+    x?: string;
+    y?: string;
+    pageNum?: string;
+    keyName?: string;
+    /** 鑷姩绛炬爣璇� 鐩栫珷鍧愭爣:Position 鐩栫珷鏃ユ湡鍧愭爣锛歅ositionDate */
+    providerName?: string;
+  }
+
+  interface SetCooperationApplyStatusInput {
+    id?: string;
+    status?: CooperationApplyStatusEnum;
+    /** 涓婃灦鍘熷洜 */
+    onShelfReason?: string;
+    /** 涓嬫灦鍘熷洜 */
+    offShelfReason?: string;
+  }
+
+  interface SetFirstPartyCompanyAuditStatusInput {
+    id?: string;
+    opStatus?: ParkOrHRAuditStatusEnum;
+    /** 瀹℃牳澶囨敞 */
+    auditNote?: string;
+  }
+
+  interface SetIndustrialParkStatusInput {
+    id?: string;
+    opStatus?: IndustrialParkStatusEnum;
+  }
+
+  interface SetIndustryBodyAuditStatusInput {
+    id?: string;
+    opStatus?: ParkOrHRAuditStatusEnum;
+    /** 瀹℃牳澶囨敞 */
+    auditNote?: string;
+  }
+
+  interface SetIndustryMatingAuditStatusInput {
+    id?: string;
+    opStatus?: ParkOrHRAuditStatusEnum;
+    /** 瀹℃牳澶囨敞 */
+    auditNote?: string;
+  }
+
+  interface SetInformationRecommendStatusInput {
+    id?: string;
+    recommendStatus?: InformationRecommendStatusEnum;
+  }
+
+  interface SetInsureSettingPriceInput {
+    prices?: InsurePriceModel[];
+  }
+
+  interface SetManyContractTemplateHandSignKeyInput {
+    contractTemplateId?: string;
+    listKey?: string[];
+  }
+
+  interface SetMatchMakingApplyStatusInput {
+    id?: string;
+    status?: MatchMakingApplyStatusEnum;
+  }
+
+  interface SetMatchMakingIdentityInput {
+    matchMakingIdentity?: MatchMakingIdentityEnum;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
   }
 
   interface SetMyModule {
@@ -1345,9 +18212,111 @@
     moduleIds?: SetMyModule[];
   }
 
+  interface SetNormalStatusInput {
+    id?: string;
+    status?: number;
+  }
+
+  interface SetNoticeStatusInput {
+    id?: string;
+    opStatus?: SystemNoticeStatusEnum;
+  }
+
+  interface SetOfflineBillStatusInput {
+    id?: string;
+    /** 鐘舵�� 1 鏈紑濮� 2 淇濋殰涓� 宸插け鏁� -1 */
+    status?: number;
+  }
+
+  interface SetParkRewardStatusInput {
+    id?: string;
+    opStatus?: ParkRewardStatusEnum;
+  }
+
+  interface SetPreViewCacheInput {
+    preViewData?: string;
+  }
+
+  interface SetProductStatusInput {
+    id?: string;
+    /** 1:姝e父 -1:涓嬫灦 0 锛氱鐢� */
+    status?: number;
+    /** 涓嬫灦鍘熷洜 */
+    offShelfReason?: string;
+  }
+
+  interface SetRecommendSearchSettingInput {
+    id: string;
+    isRecommend: boolean;
+  }
+
   interface SetRoleUserInput {
     userId?: string[];
     roleId?: string;
+  }
+
+  interface SetSignChannelStatusInput {
+    id?: string;
+    /** 涓婁笂绛炬槸鍚﹂厤缃� */
+    isSetBestSign?: boolean;
+    /** 闃块噷淇′换绛鹃厤缃� */
+    isSetAlipaySign?: boolean;
+  }
+
+  interface SetSignStatusInput {
+    id?: string;
+    status?: LgGigWorkerSignStatus;
+  }
+
+  interface SetStatusInput {
+    id?: string;
+    /** -20 椹冲洖 10鏈彁浜� 20寰呭鏍� 30 杩涜涓� 40 涓嬫灦 50 绯荤粺涓嬫灦 */
+    status?: number;
+    /** 涓婃灦鍘熷洜 */
+    onShelfReason?: string;
+    /** 涓嬫灦鍘熷洜 */
+    offShelfReason?: string;
+  }
+
+  interface SetSysOrgStatusInput {
+    id?: string;
+    opStatus?: SysOrgStatusEnum;
+  }
+
+  interface SetTagVisInput {
+    /** 绫诲埆Id */
+    id?: string;
+    /** 绫诲瀷锛�0浜у搧鏍囩锛�1璧勮鏍囩锛�3蹇嵎璇勮鏍囩 */
+    type?: number;
+  }
+
+  type SettleStatusEnum = 1 | 2;
+
+  interface SetUserCertificationAuditStatusInput {
+    /** 瀹℃牳Id */
+    id?: string;
+    auditStatus?: UserCertificationAuditStatusEnum;
+    /** 瀹℃牳澶囨敞 */
+    auditNote?: string;
+  }
+
+  interface SetUserEnterpiseBaseInfoInput {
+    enterpriseName?: string;
+    societyCreditCode?: string;
+    licenseUrl?: string;
+  }
+
+  interface SetUserEnterpriseBankInfoInput {
+    bankName?: string;
+    bankBranchName?: string;
+    bankCardNumber?: string;
+  }
+
+  interface SetUserIndustrialParkInput {
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 浜т笟鍥尯Id */
+    industrialParkId?: string;
   }
 
   interface SetUserRoleInput {
@@ -1357,9 +18326,698 @@
     type?: number;
   }
 
+  interface SetUserServiceStaffInput {
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 鏈嶅姟浜哄憳Id */
+    serviceStaffId?: string;
+  }
+
+  interface SetUserTencentUserIdDto {
+    /** 鑵捐鐨勮亰澶︰SERID */
+    tencentUserId?: string;
+    userId?: string;
+    remark?: string;
+  }
+
+  interface SetUserTypeInput {
+    userId?: string;
+    authType?: EnterpriseTypeEnum;
+  }
+
+  interface SetUserWithdrawComplete {
+    id?: string;
+    /** 鎵撴鍑瘉 */
+    receiptUrl?: string;
+  }
+
+  interface SetUserWithdrawStatusInput {
+    id?: string;
+    /** 鎵撴鍑瘉 */
+    receiptUrl?: string;
+    /** 浜ゆ槗鐘舵�� 宸查┏鍥� -10 鎵撴涓� 10 宸插畬鎴� 20 */
+    status?: number;
+    /** 澶囨敞 */
+    remark?: string;
+  }
+
   interface SetVersionModuleInput {
     versionId: string;
     modules: ModuleTypeInfo[];
+  }
+
+  interface SetWalletPayChannelStatusInput {
+    id?: string;
+    opStatus?: WalletPayChannelStatus;
+  }
+
+  interface SetWalletStatusInput {
+    userId?: string;
+    /** 閽卞寘绫诲瀷 */
+    walletAccountTypeList?: WalletAccountStatusList[];
+    /** 瑙e喕/鍐荤粨 鍘熷洜 */
+    operateRemark?: string;
+  }
+
+  interface ShareInformationInput {
+    /** 璧勮Id */
+    informationId?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+  }
+
+  interface SignCallBackNoticeEto {
+    /** 浜嬩欢绫诲瀷 signContract绛剧讲鍚堝悓 signCatalogContract鏄缃插鏂囨。鍚堝悓  certApply鏄敵璇疯瘉涔�  createTemplate鏄垱寤烘ā鏉�   alipaympFaceAuth 琛ㄧず鏀粯瀹濆埛鑴革紝h5FaceAuth 琛ㄧず鑵捐浜慔5鍒疯劯 checkContract鏄楠屽悎鍚岀缃叉湁鏁堟�� */
+    action?: string;
+    params?: SignCallBackNoticeParamsInput;
+  }
+
+  interface SignCallBackNoticeInput {
+    /** 浜嬩欢绫诲瀷 signContract绛剧讲鍚堝悓 signCatalogContract鏄缃插鏂囨。鍚堝悓  certApply鏄敵璇疯瘉涔�  createTemplate鏄垱寤烘ā鏉�   alipaympFaceAuth 琛ㄧず鏀粯瀹濆埛鑴革紝h5FaceAuth 琛ㄧず鑵捐浜慔5鍒疯劯 checkContract鏄楠屽悎鍚岀缃叉湁鏁堟�� */
+    action?: string;
+    params?: SignCallBackNoticeParamsInput;
+  }
+
+  interface SignCallBackNoticeParamsInput {
+    /** 鍚堝悓缂栧彿 */
+    contractId?: string;
+    /** 妯℃澘缂栧彿 */
+    tid?: string;
+    /** 绛剧讲鑰呰处鍙� */
+    account?: string;
+    /** 绛剧讲鐘舵�侊細锛�2锛氬凡瀹屾垚锛涳級 */
+    signerStatus?: number;
+    /** 绛剧讲鎴愬姛涓簊uccess锛岀缃插け璐ヤ负鐩稿簲鐨勯敊璇俊鎭� */
+    errMsg?: string;
+    /** 閿欒鐮侊紝瀵圭収閿欒鐮佸垪琛� */
+    code?: string;
+    /** 涓氬姟娴佹按鍙凤紝濡傛灉鍦╯end鎺ュ彛涓彁浜や簡鍒欎細杩斿洖锛屾病鎻愪氦鍒欎笉杩斿洖锛涘紓姝ヨ繑鍥炵粺涓�涓簊id锛屼笌浼犲叆鐨剆erialNumber鍙傛暟涓虹浉鍚屽惈涔� */
+    sid?: string;
+    /** 璇佷功绫诲瀷 */
+    certType?: string;
+    /** 璇佷功缂栧彿 */
+    cert?: string;
+    /** 寮傛鐢宠闃熷垪鐨勫簭鍙� */
+    taskId?: string;
+    /** 閿欒鐮侊紝瀵圭収閿欒鐮佸垪琛� */
+    status?: string;
+    /** 璁㈠崟鍙� */
+    orderNo?: string;
+    /** 鐩镐技搴� */
+    similarity?: string;
+    /** 鐓х墖 */
+    photo?: string;
+    /** 娑堟伅 */
+    message?: string;
+    /** 璁よ瘉缁撴灉 */
+    verifyResult?: string;
+  }
+
+  type SignChannelEnum = 10 | 20;
+
+  interface SignInfo {
+    signUrl?: string;
+  }
+
+  interface SignorderQueryExtInfo {
+    fileList?: FileDetail[];
+  }
+
+  interface SignorderQueryOutput {
+    code?: string;
+    subMsg?: string;
+    signOrderNo?: string;
+    orderStatus?: string;
+    solutionCode?: string;
+    gmtCreate?: string;
+    gmtModified?: string;
+    extInfoStr?: string;
+    extInfo?: SignorderQueryExtInfo;
+  }
+
+  interface SimpleEnterpriseMaterialItemOutput {
+    fileBusinessType?: EnterpriseMaterialFileBusinessTypeEnum;
+    /** 鏂囦欢鏁伴噺 */
+    fileCount?: number;
+    /** 鏄惁涓婁紶 */
+    isUploaded?: boolean;
+  }
+
+  interface SingleApplicationSuspensionPaymentInput {
+    mrchCode: string;
+    recvLength?: number;
+    tradeDate?: number;
+    tradeTime?: number;
+    cnsmrSeqNo: string;
+    thirdVoucher: string;
+    batchNo?: string;
+    freezeNo: string;
+    cstInnerFlowNo?: string;
+    ccyCode: string;
+    outAcctNo: string;
+    outAcctName: string;
+    outAcctAddr?: string;
+    inAcctBankNode?: string;
+    inAcctRecCode?: string;
+    inAcctNo?: string;
+    inAcctName: string;
+    inAcctBankName: string;
+    inAcctProvinceCode?: string;
+    inAcctCityName?: string;
+    tranAmount: string;
+    useEx?: string;
+    unionFlag: string;
+    sysFlag?: string;
+    addrFlag: string;
+  }
+
+  interface SingleApplicationSuspensionPaymentOutput {
+    thirdVoucher?: string;
+    frontLogNo?: string;
+    cstInnerFlowNo?: string;
+    ccyCode?: string;
+    outAcctName?: string;
+    outAcctNo?: string;
+    inAcctBankName?: string;
+    inAcctNo?: string;
+    inAcctName?: string;
+    tranAmount?: string;
+    unionFlag?: string;
+    fee1?: string;
+    fee2?: string;
+    hostFlowNo?: string;
+    hostTxDate?: string;
+    stt?: string;
+  }
+
+  interface SingleDataItem {
+    receiptNo?: string;
+    checkCode?: string;
+    receiptType?: string;
+    subType?: string;
+    bookingDate?: string;
+    payerName?: string;
+    payeeName?: string;
+    payerAccNo?: string;
+    payeeAccNo?: string;
+    payerAcctOpenBranchID?: string;
+    payeeAcctOpenBranchID?: string;
+    payerAcctOpenBranchName?: string;
+    payeeAcctOpenBranchName?: string;
+    mainAcctNo?: string;
+    subAcctNo?: string;
+    oldAcctNo?: string;
+    ccy?: string;
+    tranAmt?: number;
+    subBranchID?: string;
+    drCrFlag?: string;
+    crpp?: string;
+    corpus?: number;
+    depositIntRate?: number;
+    depositReceiptNo?: string;
+    startPeriod?: string;
+    endPeriod?: string;
+    interestTax?: number;
+    intInterest?: number;
+    overdraftInterest?: number;
+    taxRate?: number;
+    loanAcctNo?: string;
+    duebillNo?: string;
+    paidAmt?: number;
+    repayCorpus?: number;
+    replyInterest?: number;
+    comInterest?: number;
+    corpusBalance?: number;
+    dueRepayCorpus?: number;
+    repayCount?: number;
+    commission?: number;
+    materialFee?: number;
+    taxedInterest?: number;
+    hostSeqNo?: string;
+    loanIntRate?: number;
+    receivableInterest?: number;
+    tellerNo?: string;
+    authTellerNo?: string;
+    printClientName?: string;
+    printTime?: string;
+    printTimes?: number;
+    regionNo?: string;
+    termNo?: string;
+    printNote?: string;
+    bussType?: string;
+    intSettleAcctNo?: string;
+    acctOpenBranchID?: string;
+    tranDate?: string;
+    tranTime?: string;
+    branchId?: string;
+    serialNo?: string;
+    recordType?: string;
+    frontEndCode?: string;
+    remarkCode?: string;
+    summary?: string;
+  }
+
+  interface SingleDataQueryInput {
+    recvLength?: number;
+    tradeDate?: number;
+    tradeTime?: number;
+    cnsmrSeqNo: string;
+    acctNo: string;
+    receiptType: string;
+    subType: string;
+    startDate: string;
+    endDate: string;
+    startRecord: number;
+    recordNum: number;
+    startAmt?: number;
+    entAmt?: number;
+    orderMode?: string;
+    payeeAcctNo?: string;
+    payeeName?: string;
+    drCrFlag?: string;
+    ccy?: string;
+    serialNo?: string;
+    printBranchId?: string;
+    receiptNo?: string;
+    printFlag?: string;
+  }
+
+  interface SingleDataQueryOutput {
+    recordTotalCount?: string;
+    startRecord?: string;
+    resultNum?: string;
+    endFlag?: string;
+    list?: SingleDataItem[];
+  }
+
+  interface SingleOrBatchReceiptItem {
+    seqNo: string;
+    accountDate: string;
+    recepitType: string;
+  }
+
+  interface SingleOrBatchReceiptPDFMergeDownloadNewInput {
+    recvLength?: number;
+    tradeDate?: number;
+    tradeTime?: number;
+    cnsmrSeqNo: string;
+    outAccNo: string;
+    accountBeginDate?: string;
+    accountEndDate?: string;
+    pdfNum?: string;
+    list?: SingleOrBatchReceiptItem[];
+  }
+
+  interface SingleOrBatchReceiptPDFMergeDownloadNewOutput {
+    fileName?: string;
+    randomPwd?: string;
+    docID?: string;
+  }
+
+  interface SingleSearchKeyInput {
+    /** 鐢ㄧ粺涓�绀句細淇$敤浠g爜 (鏌ヨ浼佷笟宸ュ晢淇℃伅)鎺ュ彛浣跨敤 */
+    uniformSocialCreditCode?: string;
+    /** 璁㈠崟鍙� (鑾峰彇H5鍒疯劯绛剧讲鐨勮鍗曞彿)鎺ュ彛浣跨敤
+璁㈠崟鍙� (鑾峰彇鍒疯劯缁撴灉)鎺ュ彛浣跨敤
+鍞竴鏍囪瘑鐨勫瓧绗︿覆 (鑾峰彇鑵捐浜戝埛鑴歌璇佺粨鏋�)鎺ュ彛浣跨敤 */
+    orderNo?: string;
+  }
+
+  interface SingleSearchKeyInputBestSignOutputBase {
+    errno?: string;
+    errmsg?: string;
+    cost?: string;
+    data?: SingleSearchKeyInput;
+  }
+
+  interface SingleUserRegInput {
+    /** 鐢ㄦ埛甯愬彿 */
+    account?: string;
+    /** 濮撳悕/浼佷笟鍚嶇О */
+    name?: string;
+    /** 1琛ㄧず涓汉锛�2琛ㄧず浼佷笟 */
+    userType?: string;
+    /** 鐢ㄦ埛甯愬彿 */
+    mobile?: string;
+    /** 璁よ瘉绫诲瀷 1 - 涓汉鎵嬫満鍙蜂笁瑕佺礌锛�2 - 涓汉閾惰鍗″洓瑕佺礌 */
+    mail?: string;
+  }
+
+  interface StopPaymentAndSettlementAccountsInput {
+    mrchCode: string;
+    recvLength?: number;
+    tradeDate?: number;
+    tradeTime?: number;
+    cnsmrSeqNo: string;
+    seqNo: string;
+    accountNo: string;
+    opType: string;
+    stopPayFlw?: string;
+    remark?: string;
+    ccyCode?: string;
+  }
+
+  interface StopPaymentAndSettlementAccountsOutput {
+    seqNo?: string;
+    bizSeqNo?: string;
+    stopPayFlw?: string;
+    stt?: string;
+    sttDesc?: string;
+  }
+
+  interface SubAccountBalanceQueryInput {
+    recvLength?: number;
+    tradeDate?: number;
+    tradeTime?: number;
+    cnsmrSeqNo: string;
+    mainAccount: string;
+    reqSubAccountNo: string;
+    ccyCode?: string;
+  }
+
+  interface SubAccountBalanceQueryOutput {
+    subAccountNo?: string;
+    mainAccount?: string;
+    ccyCode?: string;
+    subAccountName?: string;
+    subAccBalance?: string;
+    zszfStatus?: string;
+    stt?: string;
+    lastModifyDate?: string;
+  }
+
+  interface SubAccountItem {
+    subAccountNo?: string;
+    subStt?: string;
+    subAccName?: string;
+    subAccBalance?: string;
+  }
+
+  interface SubAcctBalanceAdjustInput {
+    recvLength?: number;
+    tradeDate?: number;
+    tradeTime?: number;
+    cnsmrSeqNo: string;
+    thirdVoucher: string;
+    cstInnerFlowNo?: string;
+    mainAccount: string;
+    mainAccountName: string;
+    ccyCode?: string;
+    outSubAccount: string;
+    outSubAccountName: string;
+    tranAmount: string;
+    inSubAccNo: string;
+    inSubAccName: string;
+    useEx: string;
+  }
+
+  interface SubAcctBalanceAdjustOutput {
+    thirdVoucher?: string;
+    frontFlowNo?: string;
+    cstInnerFlowNo?: string;
+    mainAccount?: string;
+    outSubAccount?: string;
+    outSubAccountName?: string;
+    outSubAccBalance?: string;
+    ccyCode?: string;
+    tranAmount?: string;
+    inSubAccNo?: string;
+    inSubAccName?: string;
+    inSubAccBalance?: string;
+  }
+
+  interface SubAcctMaintenanceInput {
+    recvLength?: number;
+    tradeDate?: number;
+    tradeTime?: number;
+    cnsmrSeqNo: string;
+    mainAccount: string;
+    ccyCode?: string;
+    subAccountSeq?: string;
+    subAccount?: string;
+    subAccountName?: string;
+    subAccountNameEn?: string;
+    opFlag: string;
+    odFlag?: string;
+    interestFlag?: string;
+    settleInterestCycle?: string;
+    rate?: string;
+    zszfStatus?: string;
+  }
+
+  interface SubAcctMaintenanceOutput {
+    mainAccount?: string;
+    subAccountNo?: string;
+    subAccountName?: string;
+    stt?: string;
+    lastModifyDate?: string;
+    interestFlag?: string;
+    settleInterestCycle?: string;
+    rate?: string;
+  }
+
+  interface SubAcctSettlementInput {
+    recvLength?: number;
+    tradeDate?: number;
+    tradeTime?: number;
+    cnsmrSeqNo: string;
+    mainAccount: string;
+    subAccountNo: string;
+  }
+
+  interface SubAcctSettlementOutput {
+    mainAccount?: string;
+    subAccountNo?: string;
+    preSettleInterest?: string;
+    unSettleProduct?: string;
+    rate?: string;
+    settleDays?: string;
+    settleInterest?: string;
+    balance?: string;
+  }
+
+  interface SupplierRefundList {
+    /** 杩愯垂妯″紡 10闄愭椂杩旇垂 20涓�娆℃�ц繑璐� 30 闀挎湡杩旇垂 */
+    rebateMode?: number;
+    /** 杩愯垂鏃堕暱 0杩炵画鍚堜綔 鍏朵粬鏁板�煎氨浠h〃鏃堕暱鏈堜唤 */
+    rebateTime?: number;
+    /** 渚涘簲鍟嗗埄娑� */
+    supplierProfit?: number;
+    /** 10 涓�娆℃�у埄娑� 20 xx鍏�/姣忎汉/姣忓皬鏃� 30 xx鍏�/姣忎汉/姣忔湀 */
+    supplierProfitUint?: number;
+    /** 杩旇垂鍛ㄦ湡 10 鎸夋湀锛�20鎸夋棩锛�30鎸夋椂 */
+    cycleType?: number;
+    /** 鎺掑簭 1,2,3 */
+    sequence?: number;
+  }
+
+  interface SysOrgDetailOutput {
+    id?: string;
+    /** 缁勭粐鍚嶇О */
+    orgName?: string;
+    sysOrgType?: SysOrgTypeEnum;
+    /** 涓婄骇缁勭粐 */
+    parentId?: string;
+    /** 涓婄骇 */
+    parentName?: string;
+    status?: SysOrgStatusEnum;
+    /** 缁勭粐鍦板潃 */
+    orgAddress?: string;
+    /** 寮�鎴疯 */
+    openBank?: string;
+    /** 閾惰鍗″彿 */
+    bankCardNo?: string;
+  }
+
+  interface SysOrgDropDownListOutput {
+    id?: string;
+    /** 缁勭粐鍚嶇О */
+    orgName?: string;
+    sysOrgType?: SysOrgTypeEnum;
+    /** 涓婄骇缁勭粐 */
+    parentId?: string;
+  }
+
+  interface SysOrgLevelOutput {
+    id?: string;
+    /** 缁勭粐鍚嶇О */
+    orgName?: string;
+    sysOrgType?: SysOrgTypeEnum;
+    /** 涓婄骇缁勭粐 */
+    parentId?: string;
+    chlid?: SysOrgLevelOutput[];
+  }
+
+  interface SysOrgListOutput {
+    id?: string;
+    /** 缁勭粐鍚嶇О */
+    orgName?: string;
+    sysOrgType?: SysOrgTypeEnum;
+    /** 涓婄骇缁勭粐 */
+    parentId?: string;
+    /** 涓婄骇 */
+    parentName?: string;
+    status?: SysOrgStatusEnum;
+    /** 涓嬬骇鏈烘瀯鏁� */
+    childOrgCount?: number;
+  }
+
+  interface SysOrgListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: SysOrgListOutput[];
+  }
+
+  type SysOrgStatusEnum = 10 | -10;
+
+  type SysOrgTypeEnum = 10 | 20 | 30;
+
+  interface SystemNoticeDetailDto {
+    /** 鍏憡ID */
+    id?: string;
+    /** 鍏憡鏍囬 */
+    title?: string;
+    /** 鍏憡璇︽儏 */
+    content?: string;
+    /** 鍏憡閾炬帴 */
+    link?: string;
+    /** 鍏憡寮�濮嬫椂闂� */
+    startTime?: string;
+    /** 鍏憡鍒版湡鏃堕棿 */
+    expirationTime?: string;
+    status?: SystemNoticeStatusEnum;
+    /** 鍒涘缓鏃堕棿 */
+    creationTime?: string;
+    /** 鎺掑簭 */
+    sort?: number;
+  }
+
+  interface SystemNoticeListDto {
+    /** 鍏憡ID */
+    id?: string;
+    /** 鍏憡鏍囬 */
+    title?: string;
+    /** 鍏憡璇︽儏 */
+    content?: string;
+    /** 鍏憡閾炬帴 */
+    link?: string;
+    /** 鍏憡寮�濮嬫椂闂� */
+    startTime?: string;
+    /** 鍏憡鍒版湡鏃堕棿 */
+    expirationTime?: string;
+    status?: SystemNoticeStatusEnum;
+    /** 鍒涘缓鏃堕棿 */
+    creationTime?: string;
+    /** 鎺掑簭 */
+    sort?: number;
+  }
+
+  interface SystemNoticeListDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: SystemNoticeListDto[];
+  }
+
+  interface SystemNoticeShowDto {
+    /** 鍏憡ID */
+    id?: string;
+    /** 鍏憡璇︽儏 */
+    content?: string;
+    /** 鍏憡閾炬帴 */
+    link?: string;
+    /** 鎺掑簭 */
+    sort?: number;
+    /** 鍒涘缓鏃堕棿 */
+    creationTime?: string;
+  }
+
+  interface SystemNoticeShowDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: SystemNoticeShowDto[];
+  }
+
+  type SystemNoticeStatusEnum = 10 | 20 | 30 | 40;
+
+  interface SystemTemplateDataParamSettingOutput {
+    id?: string;
+    /** 鏁版嵁鍙傛暟鍚嶇О */
+    dataParamName?: string;
+    /** 鏁版嵁鍙傛暟瀛楁鍚嶇О */
+    dataParamNameFieldName?: string;
+    /** 鏁版嵁鍙傛暟榛樿鍊� */
+    dataParamDefaultValue?: string;
+  }
+
+  interface TagDto {
+    /** 鏍囩Id */
+    id?: string;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** /// 琛屼笟鏈嶅姟 = 0 琛屼笟閰嶅 = 1  鐢叉柟闇�姹� = 2 琛屼笟璧勮 = 3; */
+    categoryType?: number;
+    /** 绫诲埆鍚嶇О */
+    categoryName?: string;
+    /** 鍚嶇О */
+    name?: string;
+    /** 鎺掑簭 */
+    sequence?: number;
+    /** 鏄惁鏄剧ず锛岄粯璁や负true 鏄剧ず */
+    isVisable?: boolean;
+    creatorId?: string;
+  }
+
+  interface TagInfo {
+    /** 鏍囩Id */
+    tagId?: string;
+    /** 鏍囩鍚� */
+    tagName?: string;
+    /** 鎺掑簭 */
+    sequence?: number;
+    /** 绫诲瀷锛�0浜у搧鏍囩锛�2鑷畾涔夋爣绛� */
+    type?: number;
+  }
+
+  interface TagMenu {
+    /** 鏍囩Id */
+    id?: string;
+    /** 鍚嶇О */
+    name?: string;
+    /** 绫诲埆Id */
+    categoryId?: string;
+  }
+
+  interface TagMsg {
+    /** 鏍囩Id */
+    tagId?: string;
+    /** 鎺掑簭 */
+    sequence?: number;
+  }
+
+  interface TemplateBatchQueryInput {
+    templateId?: string;
+    templateName?: string;
+    pageNo?: number;
+    pageSize?: number;
+  }
+
+  interface TemplateBatchQueryOutput {
+    code?: string;
+    subMsg?: string;
+    dataList?: TemplateInfo[];
+  }
+
+  interface TemplateInfo {
+    templateId?: string;
+    templateName?: string;
+    templateMemo?: string;
+    templateType?: string;
+  }
+
+  interface TemplateSaveOutput {
+    code?: string;
+    subMsg?: string;
+    templateId?: string;
   }
 
   interface TenantDto {
@@ -1373,6 +19031,82 @@
     totalCount?: number;
   }
 
+  interface TencentConsultDto {
+    userId?: string;
+    productId?: string;
+    tencentUserId?: string;
+    remark?: string;
+  }
+
+  interface TencentIMCallbackOutput {
+    actionStatus?: string;
+    errorCode?: number;
+    errorInfo?: string;
+  }
+
+  interface TencentUserDto {
+    id?: string;
+    /** 鑵捐鐨勮亰澶︰SERID */
+    tencentUserId?: string;
+    userId?: string;
+    userName?: string;
+    /** 璐︽埛鏄惁閿佷綇锛堟槸鍚︾鐢級锛岄粯璁や负0鏈攣浣忓嵆鏈鐢� */
+    isLocked?: boolean;
+    /** 涓婃鐧诲綍鏃堕棿 */
+    lastLoginTime?: string;
+    /** 澶囨敞 */
+    remark?: string;
+  }
+
+  interface TencentUserDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: TencentUserDto[];
+  }
+
+  interface TencentUserInput {
+    /** 鐢ㄦ埛鐨処D --鐩墠浣跨敤鎵嬫満鍙� */
+    userID?: string;
+    /** 鐢ㄦ埛鏄电О */
+    nick?: string;
+    /** 鐢ㄦ埛澶村儚 */
+    faceUrl?: string;
+  }
+
+  interface TencentUserOutput {
+    /** 璇锋眰澶勭悊鐨勭粨鏋滐細OK 琛ㄧず澶勭悊鎴愬姛 FAIL 琛ㄧず澶辫触 */
+    actionStatus?: string;
+    /** 0琛ㄧず鎴愬姛 闈�0琛ㄧず澶辫触 */
+    errorInfo?: string;
+    /** 閿欒淇℃伅 */
+    errorCode?: number;
+  }
+
+  interface ThumbsCircleFriendInput {
+    /** 鏈嬪弸鍦堟秷鎭疘d */
+    circleFriendId?: string;
+  }
+
+  interface ThumbsUpDto {
+    /** 鍚嶇墖ShortId */
+    shortId?: number;
+    /** 鐐硅禐浜篒d */
+    userId?: string;
+    /** 鍚嶇墖鍚� */
+    name?: string;
+    /** 鍚嶇墖澶村儚 */
+    headPhoto?: string;
+    /** 鐐硅禐鏃堕棿 */
+    creationTime?: string;
+  }
+
+  interface TimeRange {
+    startTime?: string;
+    endTime?: string;
+    money?: number;
+    count?: number;
+  }
+
   interface TimeZone {
     iana?: IanaTimeZone;
     windows?: WindowsTimeZone;
@@ -1381,6 +19115,131 @@
   interface TimingDto {
     timeZone?: TimeZone;
   }
+
+  interface ToVerifyOrderSignInfoInput {
+    /** 璁㈠崟绛剧害Id */
+    orderSignId?: string;
+    userId?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 浼佷笟淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鍙戣捣鏂硅仈绯讳汉 */
+    contacterName?: string;
+    /** 鍙戣捣鏂硅仈绯讳汉鐢佃瘽 */
+    contactPhoneNum?: string;
+    /** 鍙戣捣鏂硅仈绯讳汉鍦板潃 */
+    contactAdress?: string;
+  }
+
+  interface TradeChatRecordOutput {
+    /** 鐢宠鐢ㄦ埛id */
+    applyUserId?: string;
+    /** 璁㈠崟鐢ㄦ埛id */
+    orderUserId?: string;
+    /** 鐢宠鐢ㄦ埛鑱旂郴浜哄悕绉� */
+    applyUserContact?: string;
+    /** 鐢宠鐢ㄦ埛澶村儚 */
+    applyUserAvatarUrl?: string;
+    /** 鐢宠鐢ㄦ埛浼佷笟鍚嶇О */
+    applyUserEnterpriseName?: string;
+    /** 璁㈠崟鐢ㄦ埛鑱旂郴浜哄悕绉� */
+    orderUserContact?: string;
+    /** 璁㈠崟鐢ㄦ埛澶村儚 */
+    orderUserAvatarUrl?: string;
+    /** 璁㈠崟鐢ㄦ埛浼佷笟鍚嶇О */
+    orderUserEnterpriseName?: string;
+  }
+
+  interface TradeChatRecordOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: TradeChatRecordOutput[];
+  }
+
+  interface TrainingDto {
+    id?: string;
+    categoryId?: string;
+    userId?: string;
+    /** 10鏈彁浜� 20寰呭鏍� 30 杩涜涓� 40 涓嬫灦 50 绯荤粺涓嬫灦 */
+    status?: number;
+    creationTime?: string;
+    lastModificationTime?: string;
+    /** 鏄惁鎺ㄨ崘 1鏄� */
+    isRecommend?: boolean;
+    contact?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactNumber?: string;
+    /** 鏈�鍚庝笂鏋舵椂闂� */
+    lastShelfTime?: string;
+    /** 鍛樺伐钖叕 */
+    salary?: number;
+    /** 璧峰钖祫 */
+    startMonthlySalary?: number;
+    /** 鎴璧峰钖祫 */
+    endMonthlySalary?: number;
+    /** 10 鍥哄畾 20 闈㈣ */
+    salaryType?: number;
+    provinceCode?: number;
+    cityCode?: number;
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 娴忚娆℃暟 */
+    viewCount?: number;
+    /** 鍏虫敞娆℃暟 */
+    attentionCount?: number;
+    /** 鍏徃鍚嶇О */
+    companyName?: string;
+    title?: string;
+    userStatus?: UserCertificationStatusEnum;
+    /** 鍩硅閮ㄩ棬 */
+    department?: string;
+    /** 鍩硅鏃堕棿 */
+    month?: string;
+    /** 鍩硅瑕佹眰鐩殑 */
+    trainIntroduction?: string;
+    /** 鐢ㄦ埛鏄惁閿佸畾 */
+    userIsLocked?: boolean;
+    userAuthTye?: EnterpriseTypeEnum;
+    /** 瀹℃牳澶囨敞 */
+    checkRemark?: string;
+  }
+
+  interface TrainingDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: TrainingDto[];
+  }
+
+  interface TrainingListInput {
+    pageModel?: Pagination;
+    /** 鏄电О */
+    jobName?: string;
+    status?: number;
+    startDate?: string;
+    endDate?: string;
+  }
+
+  interface TrainingRecommendInput {
+    id?: string;
+    isRecommend?: boolean;
+  }
+
+  interface TrainingViewInput {
+    /** 璁㈠崟娴忚Id */
+    id?: string;
+    /** 璁㈠崟Id */
+    trainingId?: string;
+  }
+
+  type TransAccountTypeEnum = 10 | 20;
+
+  type TransferToStatusEnum = 1 | 2;
 
   interface TypeApiDescriptionModel {
     baseType?: string;
@@ -1391,28 +19250,150 @@
     properties?: PropertyApiDescriptionModel[];
   }
 
-  interface UpdateAccountInput {
-    id?: string;
+  interface UnbindingUserEmailInput {
+    userId?: string;
+  }
+
+  interface UnbindingUserPhoneNumber {
+    userId?: string;
+  }
+
+  interface UnFollowUserInput {
+    userId?: string;
+    followUserId?: string;
+  }
+
+  interface UnlimitedQRCodeDto {
+    /** 閿欒鐮� */
+    errcode?: number;
+    /** 閿欒淇℃伅 */
+    errmsg?: string;
+    url?: string;
+  }
+
+  interface UnlimitedQRCodeInput {
+    shortId?: number;
+  }
+
+  interface UpdateBackClientUserInput {
     /** 鍚嶇О */
-    name: string;
-    /** 鐢ㄦ埛鍚� */
-    userName: string;
-    /** 澶囨敞 */
-    remark?: string;
-    /** 瀵嗙爜 */
-    password?: string;
+    name?: string;
     /** 鎵嬫満鍙� */
-    phoneNumber: string;
-    /** 娓犻亾 */
-    channel?: string;
-    /** 鏄惁鐞嗚禂鎻愰啋 */
-    sendClaimMessage?: boolean;
-    /** 鏄惁淇濆崟鍒版湡鎻愰啋 */
-    sendBillExpireMessage?: boolean;
-    /** 鏄惁鐭俊鎻愰啋 */
-    isSendMessage?: boolean;
+    phoneNumber?: string;
+    /** 璐︽埛 */
+    userName?: string;
+    remark?: string;
     /** 瑙掕壊 */
     roleNames?: string[];
+    /** 缁勭粐鏋舵瀯鍏徃id */
+    companyOrgId?: string;
+    /** 缁勭粐鏋舵瀯閮ㄩ棬id */
+    departmentOrgId?: string;
+    password?: string;
+    /** 鐢ㄦ埛Id */
+    id?: string;
+  }
+
+  interface UpdateCertifiedUserInput {
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    enterpriseType?: EnterpriseTypeEnum;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName: string;
+    /** 钀ヤ笟鎵х収鏂囦欢鍦板潃 */
+    licenseUrl: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode: string;
+    certificationMode?: UserCertificationModeEnum;
+    /** 娉曚汉濮撳悕 */
+    legalPersonName?: string;
+    /** 娉曚汉韬唤璇佸彿 */
+    legalPersonIdNumber?: string;
+    /** 娉曚汉鎵嬫寔韬唤璇佺収 */
+    legalPersonIdImgUrl?: string;
+    /** 娉曚汉韬唤璇佺収鍙嶉潰 */
+    legalPersonIdBackImgUrl?: string;
+    /** 鏄惁浠樿垂 */
+    isPay?: boolean;
+    /** 浠樿垂閲戦 */
+    payAmount?: number;
+    /** 鎵�灞炲洯鍖� */
+    belongPark?: string;
+    /** 閾惰鍗″彿 */
+    bankCardNumber?: string;
+    certificationChannel?: UserCertificationChannelEnum;
+    id?: string;
+    /** 鑱旂郴浜� */
+    contact: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactPhone: string;
+  }
+
+  interface UpdateCompanyInsureInput {
+    /** 鍏ラ┗瀹㈡埛Id */
+    companyId: string;
+    /** 瀹㈡埛绫诲瀷 */
+    type?: number;
+    /** 瀹㈡埛绠�绉� */
+    shortName?: string;
+    /** 瀹㈡湇鐢佃瘽 */
+    serviceTel?: string;
+    /** 鑱旂郴浜� */
+    contactPerson: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactPhone: string;
+    /** 鍗忚鏂囦欢 */
+    protocolFileUrl?: string;
+    /** 鍗忚璧峰鏃ユ湡 */
+    protocolStartDate?: string;
+    /** 鍗忚鎴鏃ユ湡 */
+    protocolEndDate?: string;
+    /** 瀹㈡埛鏉ユ簮 */
+    fromType?: number;
+    /** 鎷涘晢浜哄憳Id */
+    merchantsId?: string;
+    /** 鎷涘晢浜哄憳 */
+    merchantsName?: string;
+    /** 榛樿浜哄憳鍒嗙被 */
+    jobCode: string;
+    /** 娓犻亾浣i噾姣斾緥 */
+    channelRate?: number;
+    /** 娓犻亾瀹㈡埛Id */
+    channelCustomerId?: string;
+    /** Logo鍦板潃 */
+    logoUrl: string;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 鍏ヨ亴鍚堝悓妯℃澘 */
+    inductionContractTemplateUrl?: string;
+    /** 鏈夋晥鏈堜唤鑼冨洿 */
+    validMonth?: number;
+    /** 鍚堝悓鏈夋棤鏈夋晥璧锋鏃ユ湡 */
+    hasValidDuration?: boolean;
+    /** 鍚堝悓鏈夋棤瀹跺涵鍦板潃 */
+    hasFamilyAddress?: boolean;
+    /** 鍚堝悓鏈夋棤绱ф�ヨ仈绯讳汉 */
+    hasUrgencyPerson?: boolean;
+    /** 绂昏亴鍚堝悓妯℃澘 */
+    separationContractTemplateUrl?: string;
+    /** 鐘舵�� */
+    status?: number;
+    id?: string;
+  }
+
+  interface UpdateEnterpriseMaterialInput {
+    /** 骞� */
+    year?: number;
+    /** 鏈� */
+    month?: number;
+    /** 鐢ㄦ埛id */
+    userId?: string;
+    materialType?: EnterpriseMaterialTypeEnum;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 鏂囦欢鍒楄〃 */
+    addEnterpriseMaterialFileList?: AddEnterpriseMaterialFileInput[];
+    id?: string;
   }
 
   interface UpdateFeatureDto {
@@ -1424,62 +19405,364 @@
     features?: UpdateFeatureDto[];
   }
 
-  interface UpdateInsuranceClaimInput {
-    /** 娓犻亾 */
-    channel?: string;
+  interface UpdateFirstPartyCompanyAuditInput {
+    userId?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鑱旂郴浜� */
+    contact: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone: string;
+    /** 鐪乧ode */
+    provinceCode?: number;
+    /** 甯俢ode */
+    cityCode?: number;
+    /** 鍖哄幙code */
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    /** 浼佷笟logo */
+    enterpriseLogoUrl?: string;
+    /** 鎵�灞炶涓欼d */
+    industryTypeId: string;
+    firstPartyCompanyId?: string;
+    id?: string;
+  }
+
+  interface UpdateFirstPartyCompanyInput {
+    userId?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鑱旂郴浜� */
+    contact: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone: string;
+    /** 鐪乧ode */
+    provinceCode?: number;
+    /** 甯俢ode */
+    cityCode?: number;
+    /** 鍖哄幙code */
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    /** 浼佷笟logo */
+    enterpriseLogoUrl?: string;
+    /** 鎵�灞炶涓欼d */
+    industryTypeId: string;
+    id?: string;
+  }
+
+  interface UpdateGovermentClientUserInput {
+    /** 鍚嶇О */
+    name?: string;
+    /** 鐢ㄦ埛鍚� */
+    userName?: string;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 鎵嬫満鍙� */
+    phoneNumber?: string;
+    /** 瑙掕壊 */
+    roleNames?: string[];
+    /** 瀵嗙爜 */
+    password?: string;
+    /** 鐢ㄦ埛Id */
+    id?: string;
+  }
+
+  interface UpdateIndustrialParkInput {
+    /** 鍥尯鍚嶇О */
+    parkName: string;
+    /** 璐熻矗浜哄悕绉� */
+    leaderName?: string;
+    /** 璐熻矗浜虹數璇� */
+    leaderMobile?: string;
+    /** 鍥尯绫诲瀷 */
+    parkTypeId?: string;
+    /** 娉ㄥ唽鍦板潃 */
+    registerAddress: string;
+    /** 澶囨敞 */
+    remark?: string;
+    id?: string;
+  }
+
+  interface UpdateIndustryBodyAuditInput {
+    userId?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鑱旂郴浜� */
+    contact: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone: string;
+    /** 鐪乧ode */
+    provinceCode?: number;
+    /** 甯俢ode */
+    cityCode?: number;
+    /** 鍖哄幙code */
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    /** 浼佷笟logo */
+    enterpriseLogoUrl?: string;
+    /** 鏈烘瀯绫诲瀷Id */
+    institutionTypeId: string;
+    industryBodyId?: string;
+    id?: string;
+  }
+
+  interface UpdateIndustryBodyInput {
+    userId?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鑱旂郴浜� */
+    contact: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone: string;
+    /** 鐪乧ode */
+    provinceCode?: number;
+    /** 甯俢ode */
+    cityCode?: number;
+    /** 鍖哄幙code */
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    /** 浼佷笟logo */
+    enterpriseLogoUrl?: string;
+    /** 鏈烘瀯绫诲瀷Id */
+    institutionTypeId: string;
+    id?: string;
+  }
+
+  interface UpdateIndustryMatingAuditInput {
+    userId?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鑱旂郴浜� */
+    contact: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone: string;
+    /** 鐪乧ode */
+    provinceCode?: number;
+    /** 甯俢ode */
+    cityCode?: number;
+    /** 鍖哄幙code */
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    /** 浼佷笟logo */
+    enterpriseLogoUrl?: string;
+    /** 鏈嶅姟绫诲瀷Id */
+    serviceTypeId?: string;
+    /** 鏈嶅姟璧勮川 */
+    serviceQualificationsUrl?: string;
+    industryMatingId?: string;
+    id?: string;
+  }
+
+  interface UpdateIndustryMatingInput {
+    userId?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鑱旂郴浜� */
+    contact: string;
+    /** 鑱旂郴浜虹數璇� */
+    contactPhone: string;
+    /** 鐪乧ode */
+    provinceCode?: number;
+    /** 甯俢ode */
+    cityCode?: number;
+    /** 鍖哄幙code */
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    /** 浼佷笟logo */
+    enterpriseLogoUrl?: string;
+    /** 鏈嶅姟绫诲瀷Id */
+    serviceTypeId?: string;
+    /** 鏈嶅姟璧勮川 */
+    serviceQualificationsUrl?: string;
+    id?: string;
+  }
+
+  interface UpdateInformationAdvertiseInput {
+    /** 瀵瑰鑱旂郴浜� */
+    outerContacter?: string;
+    /** 瀵瑰鑱旂郴鐢佃瘽鏄惁骞冲彴鐢佃瘽 */
+    isOuterPhonePlatform?: boolean;
+    /** 瀵瑰鑱旂郴浜哄彿鐮� */
+    outerContacterPhone?: string;
+    /** 骞垮憡璧峰鏃堕棿 */
+    startTime?: string;
+    /** 骞垮憡鍒版湡鏃堕棿 */
+    endTime?: string;
+    /** 鎺掑簭 */
+    sequence?: number;
+    /** 骞垮憡浣嶇疆锛�0棣栭〉涓�绾э紝1棣栭〉浜岀骇锛�2璇︽儏椤垫帹鑽� */
+    position?: number;
+    /** 骞垮憡绫诲瀷锛�0浠樿垂锛�1鍏嶈垂 */
+    payType?: number;
+    /** 浠樿垂棰� */
+    fee?: number;
+    /** 鐘舵�侊細0锛堝鎴风锛夋彁浜わ紝-10涓嬫灦锛�10涓婃灦 */
+    status?: number;
+    userId?: string;
+    /** 璧勮骞垮憡Id */
+    id?: string;
+  }
+
+  interface UpdateInformationInput {
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 杩愯惀绫诲埆锛�1骞冲彴鑷惀锛�2瀹㈡埛鑷惀,3閲囬泦 */
+    operateType?: number;
+    /** 瀹㈡埛Id */
+    customerId?: string;
+    /** 鐘舵�侊細-1淇濆瓨锛�0鎻愪氦寰呭鏍革紙鍙戝竷锛夛紝1鎺ュ彈寰呴噰鐢� */
+    status?: number;
+    /** 鏍囬 */
+    title: string;
+    /** 鏄惁鍘熷垱 */
+    isOriginal?: boolean;
+    /** 杞浇閾炬帴 */
+    repostLink?: string;
+    /** 鏄惁闇�瑕佹姤鍚� */
+    needApply?: boolean;
+    /** 鑱旂郴鐢佃瘽 */
+    contactPhone?: string;
+    /** 鎶ュ悕閾炬帴 */
+    applyLink?: string;
+    /** 涓惧姙璧峰鏃ユ湡 */
+    toHoldStartTime?: string;
+    /** 涓惧姙鎴鏃ユ湡 */
+    toHoldEndTime?: string;
+    /** 涓惧姙鍦板潃鍖哄煙Code */
+    areaCode?: number;
+    /** 璇︾粏涓惧姙鍦板潃 */
+    address?: string;
+    /** 缁忓害 */
+    longitude?: number;
+    /** 绾害 */
+    latitude?: number;
+    /** 涓惧姙/鍙戝竷鍗曚綅 */
+    unit?: string;
+    fromType?: InformationFormTypeEnum;
+    /** 璧勮鏉ユ簮璇存槑 */
+    fromMessage?: string;
+    /** 瀹炶鍖哄煙锛�0鍏ㄥ浗锛�1鐪佷唤 */
+    implementAreaType?: number;
+    /** 灏侀潰淇℃伅 */
+    coverInfo?: CoverInfo[];
+    /** 鏍囩淇℃伅 */
+    tagInfo?: TagMsg[];
+    /** 璇︽儏淇℃伅 */
+    introInfo?: IntroInfo[];
+    /** 瀹炶鐪佷唤淇℃伅 */
+    provinceInfo?: ProvinceMsg[];
+    /** 鍒濆娴忚閲� */
+    initViewCount?: number;
+    /** 鍒濆鍏虫敞閲� */
+    initAttendedCount?: number;
+    /** 鍒濆鐐硅禐閲� */
+    initThumbsUpCount?: number;
+    /** 浣滆�� */
+    author?: string;
+    acquisitionpPlatformType?: InformationAcquisitionPlatformTypeEnum;
+    /** 閲囬泦鏉ユ簮鍦板潃 浠呮潵婧愪负閲囬泦鏃舵湁鏁� */
+    acquisitionSourceLink?: string;
+    adoptStatus?: InformationAdoptStatusEnum;
+    /** 鏈夋晥鎴鏃堕棿 */
+    expirationDateTime?: string;
+    /** 璧勮Id */
+    id?: string;
+  }
+
+  interface UpdateInsureProductStatusInput {
+    status: number;
+    guids?: string[];
+  }
+
+  interface UpdateLgGigWorkerUserInfoInput {
+    /** 浜哄憳绛剧害璁よ瘉id */
+    id?: string;
     /** 濮撳悕 */
-    name: string;
+    name?: string;
     /** 韬唤璇佸彿 */
-    idNumber: string;
-    /** 宸ョ */
-    workType: string;
-    /** 鍔冲姩鍚堝悓鍗曚綅 */
-    laborContractEnterprise: string;
-    /** 瀹為檯宸ヤ綔鍗曚綅 */
-    workEnterprise: string;
-    /** 淇濋櫓璧峰鏃堕棿 */
-    insuranceBeginTime: string;
-    /** 淇濋櫓缁撴潫鏃堕棿 */
-    insuranceEndTime: string;
-    /** 鍙備繚鏈烘瀯 */
-    insuredInstitution: string;
-    /** 鎶曚繚鏂规 */
-    insuranceScheme: string;
-    /** 鍦ㄨ亴鏍囪瘑 */
-    onJobFlag?: string;
-    /** 鎬у埆 */
-    gender?: string;
+    idNumber?: string;
+    /** 韬唤璇佽瘉鏄庡湴鍧� */
+    idFrontUrl?: string;
+    /** 韬唤璇佽儗闈㈠湴鍧� */
+    idBackUrl?: string;
+    /** 鎵嬫満鍙� */
+    phoneNumber?: string;
     /** 骞撮緞 */
     age?: number;
-    /** 淇濊垂閲戦 */
-    premiumAmount?: number;
-    /** 澧炲噺璐圭敤 */
-    incDecAmount?: number;
-    /** 淇濆崟id */
-    insuranceOrderId?: string;
-    /** 鎶ユ鏃堕棿 */
-    reportedTime: string;
-    /** 鑱旂郴鐢佃瘽 */
-    contactNumber: string;
-    /** 澶囩敤鑱旂郴鐢佃瘽 */
-    bakContactNumber?: string;
-    /** 浜嬫晠绫诲瀷 */
-    accidentType: string;
-    /** 浜嬫晠鍙戠敓鏃堕棿 */
-    accidentTime: string;
-    /** 浼ゆ畫姣斾緥 */
-    disabilityRatio?: number;
-    /** 浜嬪彂鍦扮偣 */
-    accidentAddress: string;
-    /** 浜嬫晠缁忚繃 */
-    accidentProcess: string;
-    claimResult?: InsuranceClaimResultEnum;
-    /** 涓嬫閲戦 */
-    downPaymentAmount?: number;
-    /** 鐞嗚禂缁撴灉鏃堕棿 */
-    claimResultTime?: string;
-    /** 闄勪欢闆嗗悎 */
-    attachments?: AddInsuranceClaimAttachmentInput[];
+    /** 鎬у埆 */
+    sex?: number;
+    /** 鎵�灞炲鎴� */
+    customerId?: string;
+  }
+
+  interface UpdateNoticeInput {
+    /** 鍏憡鏍囬 */
+    title?: string;
+    /** 鍏憡璇︽儏 */
+    content: string;
+    /** 鍏憡閾炬帴 */
+    link?: string;
+    /** 鍏憡寮�濮嬫椂闂� */
+    startTime: string;
+    /** 鍏憡鍒版湡鏃堕棿 */
+    expirationTime: string;
+    /** 鍏憡鎺掑簭 */
+    sort: number;
+    userId?: string;
     id?: string;
   }
 
@@ -1503,6 +19786,89 @@
     permissions?: UpdatePermissionDto[];
   }
 
+  interface UpdatePlatformServicePayCreditedStatusInput {
+    id?: string;
+    payCreditedStatus?: PayCreditedStatusEnum;
+    /** 鏀粯鍏ヨ处鍑瘉鍦板潃 */
+    payCreditedUrl?: string;
+    /** 鍏ヨ处澶囨敞 */
+    creditedRemark?: string;
+    platformServiceType?: PlatformServiceTypeEnum;
+  }
+
+  interface UpdatePlatformServicePayInvoicingStatusInput {
+    id?: string;
+    invoicingStatus?: InvoicingStatusEnum;
+    /** 鏀粯鍙戠エ鍦板潃 */
+    payInvoicingUrl?: string;
+    /** 寮�绁ㄥ娉� */
+    invoicingRemark?: string;
+    platformServiceType?: PlatformServiceTypeEnum;
+  }
+
+  interface UpdateProductAdvertiseInput {
+    /** 瀵瑰鑱旂郴浜� */
+    outerContacter?: string;
+    /** 瀵瑰鑱旂郴鐢佃瘽鏄惁骞冲彴鐢佃瘽 */
+    isOuterPhonePlatform?: boolean;
+    /** 瀵瑰鑱旂郴浜哄彿鐮� */
+    outerContacterPhone?: string;
+    /** 骞垮憡璧峰鏃堕棿 */
+    startTime?: string;
+    /** 骞垮憡鍒版湡鏃堕棿 */
+    endTime?: string;
+    /** 鎺掑簭 */
+    sequence?: number;
+    /** 骞垮憡浣嶇疆锛�0棣栭〉涓�绾э紝1棣栭〉浜岀骇锛�2璇︽儏椤垫帹鑽� */
+    position?: number;
+    /** 骞垮憡绫诲瀷锛�0浠樿垂锛�1鍏嶈垂 */
+    payType?: number;
+    /** 浠樿垂棰� */
+    fee?: number;
+    /** 鐘舵�侊細0锛堝鎴风锛夋彁浜わ紝-10涓嬫灦锛�10涓婃灦 */
+    status?: number;
+    userId?: string;
+    /** 浜у搧骞垮憡Id */
+    id?: string;
+  }
+
+  interface UpdateProductInput {
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 杩愯惀绫诲埆锛�1骞冲彴鑷惀锛�2瀹㈡埛鑷惀 */
+    operateType?: number;
+    /** 瀹㈡埛Id */
+    customerId?: string;
+    /** 浜у搧鍚嶇О */
+    name: string;
+    /** 绠�杩� */
+    sketch?: string;
+    /** 鐘舵�侊細-1淇濆瓨锛�0鎻愪氦寰呭鏍革紙鍙戝竷锛� */
+    status?: number;
+    /** 灏侀潰淇℃伅 */
+    coverInfo?: CoverInfo[];
+    /** 璇︽儏淇℃伅 */
+    priceVersionInfo?: PriceVersionInfo[];
+    /** 鏍囩淇℃伅 */
+    tagInfo?: TagMsg[];
+    /** 璇︽儏淇℃伅 */
+    introInfo?: IntroInfo[];
+    /** 鍒濆閿�鍞噺 */
+    initSalesVolume?: number;
+    /** 鍒濆璇勫垎 */
+    initScore?: number;
+    /** 鍒濆娴忚閲� */
+    initViewCount?: number;
+    /** 鍒濆鍏虫敞閲� */
+    initAttendedCount?: number;
+    /** 鍒濆濂借瘎鏁� */
+    initPraiseCount?: number;
+    /** 鍒濆鐐硅禐鏁� */
+    initThumbsUpCount?: number;
+    /** 浜у搧Id */
+    id?: string;
+  }
+
   interface UpdateProfileDto {
     extraProperties?: Record<string, any>;
     userName?: string;
@@ -1510,6 +19876,807 @@
     name?: string;
     surname?: string;
     phoneNumber?: string;
+  }
+
+  interface UpdateSysOrgInput {
+    /** 缁勭粐鍚嶇О */
+    orgName: string;
+    sysOrgType?: SysOrgTypeEnum;
+    /** 缁勭粐鍦板潃 */
+    orgAddress?: string;
+    /** 寮�鎴疯 */
+    openBank?: string;
+    /** 閾惰鍗″彿 */
+    bankCardNo?: string;
+    /** 涓婄骇缁勭粐 */
+    parentId?: string;
+    id?: string;
+  }
+
+  interface UpdateUserBaseInfoInput {
+    /** 濮撳悕 */
+    name?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+  }
+
+  interface UpdateUserCardInput {
+    /** 鐢ㄦ埛Id */
+    id?: string;
+    /** 鍚嶇墖鑱旂郴浜� */
+    cardName?: string;
+    /** 鍚嶇墖鑱旂郴鐢佃瘽 */
+    cardPhone?: string;
+    /** 鍚嶇墖鐨凟mail */
+    cardEmail?: string;
+    /** 鍚嶇墖鐨勫湴鍧� */
+    cardAddress?: string;
+    /** 鍚嶇墖鐨勫井淇′簩缁寸爜 */
+    cardWxUrl?: string;
+    /** 浼佷笟鍚嶇О */
+    customerName: string;
+    /** 澶村儚 */
+    cardHeadUrl?: string;
+    /** 鍚嶇墖鐨勮亴绉� */
+    cardPostion?: string;
+    /** 鍏徃鍚嶇О */
+    cardCompanyName?: string;
+  }
+
+  interface UpdateUserCertificationAuditInput {
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    enterpriseType?: EnterpriseTypeEnum;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName: string;
+    /** 钀ヤ笟鎵х収鏂囦欢鍦板潃 */
+    licenseUrl: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode: string;
+    certificationMode?: UserCertificationModeEnum;
+    /** 娉曚汉濮撳悕 */
+    legalPersonName?: string;
+    /** 娉曚汉韬唤璇佸彿 */
+    legalPersonIdNumber?: string;
+    /** 娉曚汉鎵嬫寔韬唤璇佺収 */
+    legalPersonIdImgUrl?: string;
+    /** 璁よ瘉鑱旂郴浜� */
+    certificationContact: string;
+    /** 璁よ瘉鑱旂郴浜虹數璇� */
+    certificationContactPhone: string;
+    /** 浠g悊浜哄鍚� */
+    proxyPersonName?: string;
+    /** 浠g悊浜鸿韩浠借瘉鍙� */
+    proxyPersonIdNumber?: string;
+    /** 浠g悊浜烘墜鎸佽韩浠借瘉鐓� */
+    proxyPersonIdImgUrl?: string;
+    /** 浼佷笟鎺堟潈涔� */
+    proxyPowerAttorneyUrl?: string;
+    invoicingType?: InvoicingTypeEnum;
+    /** 姹囨閾惰璐﹀彿锛屽綋鍓嶄粎绾夸笅鏀粯鏃讹紝鐢ㄦ埛鐨勬眹娆鹃摱琛岃处鍙� */
+    offlineBankCardNumber?: string;
+    payType?: PayTypeEnum;
+    certificationChannel?: UserCertificationChannelEnum;
+    certificationElement?: UserCertificationElementEnum;
+    /** 楠岃瘉鐮� */
+    vCode?: string;
+    /** 閾惰鍗″彿 */
+    bankCardNumber?: string;
+    /** 娉曚汉韬唤璇佺収鍙嶉潰 */
+    legalPersonIdBackImgUrl?: string;
+    /** 浠g悊浜鸿韩浠借瘉鐓у弽闈� */
+    proxyPersonIdBackImgUrl?: string;
+    /** 娉曚汉閾惰鍗$収鐗� */
+    legalPersonBankCardImgUrl?: string;
+    /** 浠g悊浜洪摱琛屽崱鐓х墖 */
+    proxyPersonBankCardImgUrl?: string;
+    id?: string;
+    /** 骞冲彴鏈嶅姟鏀粯鍗旾d */
+    platformServicePayId?: string;
+  }
+
+  interface UpdateUserCertificationBaseInput {
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    enterpriseType?: EnterpriseTypeEnum;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName: string;
+    /** 钀ヤ笟鎵х収鏂囦欢鍦板潃 */
+    licenseUrl: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode: string;
+    certificationMode?: UserCertificationModeEnum;
+    /** 娉曚汉濮撳悕 */
+    legalPersonName?: string;
+    /** 娉曚汉韬唤璇佸彿 */
+    legalPersonIdNumber?: string;
+    /** 娉曚汉鎵嬫寔韬唤璇佺収 */
+    legalPersonIdImgUrl?: string;
+    /** 娉曚汉韬唤璇佺収鍙嶉潰 */
+    legalPersonIdBackImgUrl?: string;
+    /** 鏄惁浠樿垂 */
+    isPay?: boolean;
+    /** 浠樿垂閲戦 */
+    payAmount?: number;
+    /** 鎵�灞炲洯鍖� */
+    belongPark?: string;
+    /** 閾惰鍗″彿 */
+    bankCardNumber?: string;
+    certificationChannel?: UserCertificationChannelEnum;
+    id?: string;
+  }
+
+  interface UpdateUserInfoInput {
+    id?: string;
+    /** 涓汉淇℃伅閭鍦板潃 */
+    userInfoEmailAddress?: string;
+    /** 鐢ㄦ埛澶村儚鍦板潃 */
+    avatarUrl?: string;
+    genderType?: GenderTypeEnum;
+    /** 鑱岀О */
+    jobTitle?: string;
+    /** 鐪乧ode */
+    provinceCode?: number;
+    /** 甯俢ode */
+    cityCode?: number;
+    /** 鍖哄幙code */
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    contactPhone?: string;
+    societyCreditCode?: string;
+    /** 绾害 */
+    addressLatitude?: number;
+    /** 缁忓害 */
+    addressLongitude?: number;
+    /** 寰俊浜岀淮鐮佸浘鐗� */
+    wxQrCodeUrl?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 濮撳悕 */
+    contacter?: string;
+  }
+
+  interface UpdateUserOrderContactStatusInput {
+    /** 璁㈠崟Id */
+    orderId?: string;
+    /** 鍚堝悓缂栧彿 */
+    contractId?: string;
+    status?: BestSignUserSignStatusEunm;
+    remark?: string;
+  }
+
+  interface UpdateWalletBatchImportTempInput {
+    /** 瀵规柟璇佷欢鍙风爜 */
+    idNo: string;
+    /** 瀵规柟寮�鎴疯鍚� */
+    oppBankName: string;
+    /** 瀵规柟甯愬彿 */
+    oppAccNo: string;
+    /** 瀵规柟鎴峰悕 */
+    oppAccName: string;
+    /** 閲戦 */
+    amount: number;
+    /** 璧勯噾鐢ㄩ�� */
+    useEx?: string;
+    /** 鎵嬫満鍙� */
+    phoneNumber?: string;
+    /** 鎵嬬画璐� */
+    fee?: number;
+    id?: string;
+  }
+
+  interface UploadAttachmentInput {
+    /** 鎶曚繚鎵规缂栧彿 */
+    insurePolicyId?: string;
+    /** 淇濆崟鍙� */
+    insureBillNo?: string;
+    /** 闄勪欢鏂囦欢 */
+    insureBillUrl?: string;
+  }
+
+  interface UploadBatchAttachmentUrlInput {
+    /** 鎵瑰崟缂栧彿 */
+    batchBillId?: string;
+    /** 闄勪欢涓婁紶 */
+    attachmentUrl?: string;
+  }
+
+  interface UploadBatchPayVoucherUrlInput {
+    /** 鎶曚繚鎵规缂栧彿 */
+    insurePolicyId?: string;
+    /** 鎵瑰崟缂栧彿 */
+    batchBillId?: string;
+    /** 鏀粯鍑瘉 */
+    payVoucherUrl?: string;
+  }
+
+  interface UploadInsureBillFileInput {
+    /** 鎶曚繚鎵规缂栧彿 */
+    insurePolicyId?: string;
+    /** 鎶曚繚鍗� */
+    insureBillUrl?: string;
+  }
+
+  interface UploadParkBountyApplyCompanyFileInput {
+    parkBountyApplyId?: string;
+    companyId?: string;
+    /** 鍥尯鍏ラ┗鍗忚 */
+    parkEnterPactUrl?: string;
+    /** 瀹岀◣璇佹槑 */
+    ratePaymentFileUrl?: string;
+    /** 浼佷笟缂寸◣鏄庣粏姹囨�昏〃 */
+    taxSubFileUrl?: string;
+    /** 浼佷笟缁忚惀鍒╂鼎琛� */
+    operateProfitesUrl?: string;
+    /** C绔畬绋庢儏鍐佃鏄� */
+    personTaxInstructUrl?: string;
+    /** C绔釜绋庡畬绋庢儏鍐佃鏄� */
+    personTaxRatePayUrl?: string;
+  }
+
+  interface UploadParkBountyApplyCompanyFileOutput {
+    companyId?: string;
+    fileCompleteRate?: string;
+  }
+
+  interface UploadVoucherUrlInput {
+    /** 鎶曚繚鎵规缂栧彿 */
+    insurePolicyId?: string;
+    /** 鏀粯鍑瘉 */
+    payVoucherUrl?: string;
+  }
+
+  interface UseDeleteTemplateInput {
+    /** 妯$増缂栧彿 涓婁笂绛惧紑鏀惧钩鍙扮殑妯$増绠$悊鍒楄〃鑾峰彇锛屾垨鑰呴�氳繃鈥滆幏鍙栧紑鍙戣�呮ā鐗堝垪琛ㄢ�濇帴鍙h幏鍙� */
+    tid?: string;
+  }
+
+  interface UseEmploerDto {
+    useEmploer?: string;
+    staffCount?: number;
+  }
+
+  interface UserAttentionsDto {
+    /** 浜у搧鍏虫敞鏁� */
+    productCount?: number;
+    /** 璧勮鍏虫敞鏁� */
+    informationCount?: number;
+    /** 娑堟伅鏁伴噺 */
+    messageCount?: number;
+  }
+
+  interface UserAttestationCheckInput {
+    /** 鐢ㄦ埛璁よ瘉Id */
+    id?: string;
+    /** 鍐犲悕锛�0鍏朵粬锛�1鐪佺骇锛�2甯傜骇锛�3鍖哄幙绾� */
+    namingType?: number;
+    /** 鐘舵�侊細0鎻愪氦寰呭鏍革紝1锛屽畬鍠勪腑 2锛� 宸插畬鍠� 9锛� 鎻愪氦瀹℃牳  10閫氳繃锛�-10椹冲洖 -20 绂佺敤 -30 鏈璇� */
+    status?: number;
+    /** 鏈嶅姟鍟嗘槦绾э細1~5 */
+    serveStarLevel?: number;
+    /** 澶囨敞 */
+    remark?: string;
+  }
+
+  interface UserAttestationDto {
+    /** 鐢ㄦ埛璁よ瘉Id */
+    id?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 鑱旂郴浜猴細绫诲瀷涓轰釜浜烘椂鑱旂郴浜轰负鐢宠鏃跺鍚� */
+    contacter?: string;
+    /** 鍚嶇墖鑱旂郴浜� */
+    cardName?: string;
+    /** 鍚嶇墖鑱旂郴鐢佃瘽 */
+    cardPhone?: string;
+    /** 鍚嶇墖鐨凟mail */
+    cardEmail?: string;
+    /** 鍚嶇墖鐨勫湴鍧� */
+    cardAddress?: string;
+    /** 鍚嶇墖鐨勫井淇′簩缁寸爜 */
+    cardWxUrl?: string;
+    /** 澶村儚 */
+    cardHeadUrl?: string;
+    /** 鍚嶇墖鐨勮亴绉� */
+    cardPostion?: string;
+    /** 鐢ㄦ埛鎵嬫満鍙� */
+    phoneNumber?: string;
+    /** 娉ㄥ唽绫诲瀷锛�1涓轰紒涓氾紝2涓轰釜浜� */
+    registType?: number;
+    /** 璁よ瘉绫诲瀷锛�1涓轰紒涓氾紝2涓轰釜浜� */
+    type?: number;
+    /** 10 浜鸿祫鍏徃 20 鍥尯缁忚惀 30 鐢ㄥ伐鍗曚綅 40 姘戣惀浼佷笟 */
+    authType?: number;
+    /** 浼佷笟鍚嶇О/涓汉濮撳悕 */
+    customerName?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 浼佷笟瑙勬ā */
+    firmSize?: number;
+    /** 钀ヤ笟鎵х収鏂囦欢鍦板潃 */
+    licenseUrl?: string;
+    /** 鍖哄煙Code */
+    areaCode?: number;
+    /** 鎵�鍦ㄥ湴 */
+    address?: string;
+    /** 鐘舵�侊細0鎻愪氦寰呭鏍革紝1锛屽畬鍠勪腑 2锛� 宸插畬鍠� 9锛� 鎻愪氦瀹℃牳  10閫氳繃锛�-10椹冲洖 -20 绂佺敤 -30 鏈璇� */
+    status?: number;
+    /** 鎻愪氦璁よ瘉鏃堕棿 */
+    attestateDate?: string;
+    /** 娉ㄥ唽鏃ユ湡 */
+    registDate?: string;
+    /** 澶囨敞 */
+    remark?: string;
+  }
+
+  interface UserAttestationDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: UserAttestationDto[];
+  }
+
+  interface UserCardDto {
+    /** 鐢ㄦ埛璁よ瘉Id */
+    id?: string;
+    /** 鍚嶇墖鑱旂郴浜� */
+    cardName?: string;
+    /** 鍚嶇墖鑱旂郴鐢佃瘽 */
+    cardPhone?: string;
+    /** 鍚嶇墖鐨凟mail */
+    cardEmail?: string;
+    /** 鍚嶇墖鐨勫湴鍧� */
+    cardAddress?: string;
+    /** 鍚嶇墖鐨勫井淇′簩缁寸爜 */
+    cardWxUrl?: string;
+    /** 澶村儚 */
+    cardHeadUrl?: string;
+    /** 鍚嶇墖鐨勮亴绉� */
+    cardPostion?: string;
+    /** 鍏徃鍚嶇О */
+    cardCompanyName?: string;
+    /** 鐪乧ode */
+    provinceCode?: number;
+    /** 甯俢ode */
+    cityCode?: number;
+    /** 鍖哄幙code */
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+  }
+
+  interface UserCertificationAuditDetailDto {
+    id?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    enterpriseType?: EnterpriseTypeEnum;
+    /** 瀹℃牳鍗曞彿锛堝鏍歌鍗曞彿锛� */
+    auditNo?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 钀ヤ笟鎵х収鏂囦欢鍦板潃 */
+    licenseUrl?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    certificationMode?: UserCertificationModeEnum;
+    /** 娉曚汉濮撳悕 */
+    legalPersonName?: string;
+    /** 娉曚汉韬唤璇佸彿 */
+    legalPersonIdNumber?: string;
+    /** 娉曚汉鎵嬫寔韬唤璇佺収 */
+    legalPersonIdImgUrl?: string;
+    /** 璁よ瘉鑱旂郴浜� */
+    certificationContact?: string;
+    /** 璁よ瘉鑱旂郴浜虹數璇� */
+    certificationContactPhone?: string;
+    /** 浠g悊浜哄鍚� */
+    proxyPersonName?: string;
+    /** 浠g悊浜鸿韩浠借瘉鍙� */
+    proxyPersonIdNumber?: string;
+    /** 浠g悊浜烘墜鎸佽韩浠借瘉鐓� */
+    proxyPersonIdImgUrl?: string;
+    /** 浼佷笟鎺堟潈涔� */
+    proxyPowerAttorneyUrl?: string;
+    auditStatus?: UserCertificationAuditStatusEnum;
+    /** 璁よ瘉淇℃伅Id */
+    userCertificationId?: string;
+    /** 瀹℃牳澶囨敞 */
+    auditNote?: string;
+    invoicingStatus?: InvoicingStatusEnum;
+    invoicingType?: InvoicingTypeEnum;
+    /** 鏀粯鍙戠エ鍦板潃 */
+    payInvoicingUrl?: string;
+    payStatus?: PayStatusEnum;
+    /** 寮�绁ㄦ棩鏈� */
+    invoicingTime?: string;
+    /** 鍏ヨ处鏃ユ湡 */
+    payCreditedTime?: string;
+    payCreditedStatus?: PayCreditedStatusEnum;
+    /** 骞冲彴鏈嶅姟鏀粯Id */
+    platformServicePayId?: string;
+    payTypeEnum?: PayTypeEnum;
+    /** 娉ㄥ唽鏃堕棿 */
+    registTime?: string;
+    /** 璁㈠崟鎻愪氦鏃ユ湡 */
+    creationTime?: string;
+    /** 娉曚汉韬唤璇佺収鍙嶉潰 */
+    legalPersonIdBackImgUrl?: string;
+    /** 浠g悊浜鸿韩浠借瘉鐓у弽闈� */
+    proxyPersonIdBackImgUrl?: string;
+    certificationChannel?: UserCertificationChannelEnum;
+    certificationElement?: UserCertificationElementEnum;
+    /** 閾惰鍗″彿 */
+    bankCardNumber?: string;
+    /** 涓夋柟閫氶亾娴佹按鍙� */
+    thirdPartySid?: string;
+  }
+
+  interface UserCertificationAuditListDto {
+    id?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    enterpriseType?: EnterpriseTypeEnum;
+    /** 瀹℃牳鍗曞彿锛堝鏍歌鍗曞彿锛� */
+    auditNo?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 钀ヤ笟鎵х収鏂囦欢鍦板潃 */
+    licenseUrl?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 璁よ瘉鑱旂郴浜� */
+    certificationContact?: string;
+    /** 璁よ瘉鑱旂郴浜虹數璇� */
+    certificationContactPhone?: string;
+    auditStatus?: UserCertificationAuditStatusEnum;
+    /** 璁よ瘉淇℃伅Id */
+    userCertificationId?: string;
+    payCreditedStatus?: PayCreditedStatusEnum;
+    /** 骞冲彴鏈嶅姟鏀粯Id */
+    platformServicePayId?: string;
+    payTypeEnum?: PayTypeEnum;
+    /** 璁㈠崟鎻愪氦鏃ユ湡 */
+    creationTime?: string;
+    /** 鐢ㄦ埛鎵嬫満鍙� */
+    phoneNumber?: string;
+    /** 瀹℃牳澶囨敞 */
+    auditNote?: string;
+    certificationChannel?: UserCertificationChannelEnum;
+    certificationElement?: UserCertificationElementEnum;
+  }
+
+  interface UserCertificationAuditListDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: UserCertificationAuditListDto[];
+  }
+
+  type UserCertificationAuditStatusEnum = 0 | 10 | 30 | 40;
+
+  interface UserCertificationBestSignIdentity3CheckInput {
+    /** 娉曚汉濮撳悕 */
+    legalPersonName?: string;
+    /** 娉曚汉韬唤璇佸彿 */
+    legalPersonIdNumber?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName: string;
+  }
+
+  type UserCertificationChannelEnum = 10 | 20;
+
+  interface UserCertificationDropdownDataDto {
+    id?: string;
+    enterpriseName?: string;
+  }
+
+  type UserCertificationElementEnum = 10 | 20;
+
+  type UserCertificationModeEnum = 10 | 20 | 30 | 40 | 50 | 60 | 70 | 80 | 90;
+
+  type UserCertificationStatusEnum = 0 | 20 | 30;
+
+  interface UserCertificationV2VerifySignatureByFileResponse {
+    /** 楠岀鏃堕棿 */
+    now?: string;
+    /** 鍩� */
+    name?: string;
+    /** 绛惧悕搴忓彿 */
+    signatureNumber?: string;
+    /** 鏍囩鍚嶇О 鍚� */
+    pageNum?: string;
+    x?: string;
+    y?: string;
+    /** 绛惧悕鏃堕棿 */
+    signTime?: string;
+    /** 绛惧悕鏄惁琚鏀�  1涓烘槸锛�0涓哄惁 */
+    signIsModified?: string;
+    /** 鏄惁涓轰笂涓婄鎵�绛剧讲鐨勮瘉涔�  1涓烘槸锛�0涓哄惁锛屼负绌鸿〃绀烘棤娉曠‘瀹� */
+    isBestSignCert?: string;
+    /** 璇佷功棰佸彂鏈烘瀯DN椤� */
+    issurerDN?: string;
+    /** 绛惧悕璇佷功绫诲瀷  1涓轰釜浜鸿瘉涔︼紝2涓轰紒涓氳瘉涔︼紝涓虹┖琛ㄧず鏃犳硶纭畾 */
+    certType?: string;
+    /** 绛惧悕绠楁硶 */
+    sigAlgName?: string;
+    /** 璇佷功鏈夋晥鏈熷紑濮嬫椂闂� */
+    certStartTime?: string;
+    /** 绛剧讲鏃惰瘉涔︽槸鍚﹀湪鏈夋晥鏈熷唴 1涓烘槸锛�0涓哄惁 */
+    certValidityForSignTime?: string;
+    /** 璇佷功鏈夋晥鏈熸埅姝㈡椂闂� */
+    certEndTime?: string;
+    /** 楠岀鏃惰瘉涔︽槸鍚﹀湪鏈夋晥鏈熷唴  1涓烘槸锛�0涓哄惁 */
+    certValidityNow?: string;
+    /** 绛剧讲鏃惰瘉涔﹀悐閿�鐘舵��  -1: 鍚婇攢妫�鏌ュけ璐�; 0: 鏃犲悐閿�璁板綍; 1: 宸茶鍚婇攢; 2: 鍚婇攢妫�鏌ユ湭瀹屾垚鎴栧悐閿�鐘舵�佹湭鐭ャ��
+濡傛灉涓虹┖锛岃〃绀鸿璇佷功鏃犳硶杩涜鍚婇攢妫�鏌�(濡傝瘉涔︽湭鎻愪緵鍚婇攢妫�鏌ュ垪琛ㄧ瓑) */
+    revocationStatus?: string;
+    /** 楠岀鏃惰瘉涔﹀悐閿�鐘舵�� -1: 鍚婇攢妫�鏌ュけ璐�; 0: 鏃犲悐閿�璁板綍; 1: 宸茶鍚婇攢; 2: 鍚婇攢妫�鏌ユ湭瀹屾垚鎴栧悐閿�鐘舵�佹湭鐭ャ��
+濡傛灉涓虹┖锛岃〃绀鸿璇佷功鏃犳硶杩涜鍚婇攢妫�鏌�(濡傝瘉涔︽湭鎻愪緵鍚婇攢妫�鏌ュ垪琛ㄧ瓑) */
+    revocationNowStatus?: string;
+    /** 璇佷功鍚婇攢鏃堕棿 */
+    revocationDate?: string;
+    /** 璇佷功涓紒涓氬悕绉� */
+    enterpriseName?: string;
+    /** 璇佷功涓紒涓氱粺涓�绀句細淇$敤浠g爜 */
+    enterpriseCredential?: string;
+    /** 绛剧讲鑰� */
+    signer?: string;
+    /** 璇佷功DN椤� */
+    dn?: string;
+    /** 绛剧珷鍥剧墖 */
+    serialNumber?: string;
+    /** 閿欒淇℃伅 */
+    imageData?: string;
+  }
+
+  interface UserCertificationV2VerifySignatureByFileResponseListBestSignOutputBase {
+    errno?: string;
+    errmsg?: string;
+    cost?: string;
+    data?: UserCertificationV2VerifySignatureByFileResponse[];
+  }
+
+  interface UserContractCreateAttachmentInput {
+    /** 鍚堝悓ID 鍒涘缓鐨勫悎鍚孖D锛屽湪鍚庣画鎺ュ彛涓娇鐢� */
+    contractId?: string;
+    /** 鏄惁鍦ㄧ绾﹀瓨璇侀〉涓樉绀哄埛鑴哥鐓х墖 鍚� 0锛氬惁锛堥粯璁わ級锛屽叾浠栵細鏄��0锛氬惁锛堥粯璁わ級锛屽叾浠栵細鏄��
+娉細浠呪�滃井浼楋紙鍗宠吘璁簯锛夊埛鑴糕�濇柟寮忔墠鑳戒綋鐜扮収鐗囷紝涓旈渶瑕佸湪鍒疯劯鍚�3澶╁唴鐢熸垚銆� */
+    isShowFacePhoto?: string;
+  }
+
+  interface UserContractCreateByTemplateInput {
+    userId?: string;
+    /** 鐢ㄦ埛甯愬彿 蹇呴』瑕佹寚瀹氫竴涓敤鎴峰笎鍙蜂綔涓哄悎鍚岀殑鍒涘缓鑰咃紙寤鸿缁熶竴涓哄紑鍙戣�呯殑account锛屾垨鑰呴渶瑕佽繘琛屽垎绫荤粺璁$殑鏌愪簺account锛屼互渚垮悗鏈熸寜姝ccount杩涜缁熻锛� */
+    account?: string;
+    /** 妯$増缂栧彿 瑕佺敤鏉ュ垱寤哄悎鍚岀殑妯$増缂栧彿 */
+    type?: string;
+    /** templateToken 涓婁竴涓帴鍙�/template/createPdf/杩斿洖鐨則emplateToken */
+    templateToken?: string;
+    /** 鍚堝悓鑳藉绛剧讲鐨勫埌鏈熸椂闂� 鍚� 鍚堝悓蹇呴』鍦ㄦ寚瀹氱殑鍒版湡鏃堕棿涔嬪墠瀹屾垚绛剧讲锛屼竴鏃﹁繃鏈熷垯姝ゅ悎鍚屽皢鏃犳硶琚缃层�傛牸寮忎负绉掔骇鐨剈nix鏃堕棿鎴筹紝
+濡傚笇鏈涒��2017/12/30 10:21:52鈥濆埌鏈燂紝鍒欒缃负鈥�1514600512鈥濓紱濡傛灉涓嶅~鍒欓粯璁や负鍒涘缓鍚庡姞7澶╂湁鏁堟湡銆� */
+    expireTime?: string;
+    /** 鍚堝悓鏍囬 */
+    title?: string;
+    /** 鍚堝悓鎻忚堪 */
+    description?: string;
+  }
+
+  interface UserContractSendSignVCodeInput {
+    /** 鍚堝悓缂栧彿 */
+    contractId?: string;
+    /** 瀹炲悕绛剧讲浜屽悎涓� */
+    isVerifyAndSignCombine?: string;
+    /** 绛剧讲鑰� */
+    account?: string;
+    /** 楠岃瘉鐮佸彂閫佺洰鏍囨墜鏈哄彿鐮佹垨鑰呯洰鏍囬偖绠� */
+    sendTarget?: string;
+    /** 鍙戦�佺被鍨� 鐩墠鏀寔锛歴ms, voiceSms锛宮ail */
+    sendType?: string;
+  }
+
+  interface UserContractSendSignVCodeResponse {
+    /** 娴佹按鍙� */
+    flowId?: string;
+  }
+
+  interface UserContractSendSignVCodeResponseBestSignOutputBase {
+    errno?: string;
+    errmsg?: string;
+    cost?: string;
+    data?: UserContractSendSignVCodeResponse;
+  }
+
+  interface UserContractSignCert2Input {
+    /** 鍚堝悓缂栧彿 */
+    contractId?: string;
+    /** 绛剧害椤荤煡 鍚� */
+    remindInfo?: string;
+    /** 瀹炲悕绛剧讲浜屽悎涓� 鍚� 浼�1锛屽疄鍚嶃�佺缃叉牎楠屼簩鍚堜竴鐢熸晥锛屼紶绌烘垨鍏朵粬鍊间笉鐢熸晥 */
+    faceMethod?: string;
+    /** 绛剧讲鑰� 绛剧讲鑰呯殑account */
+    signer?: string;
+    /** 闇�鏍¢獙鐨勭煭淇¢獙璇佺爜 */
+    vcode?: string;
+    /** 闇�鏍¢獙鐨勭煭淇¢獙璇佺爜 */
+    sendTarget?: string;
+    /** 绛惧悕鍥剧墖瀹藉害 鍚� */
+    signatureImageWidth?: string;
+    /** 绛惧悕鍥剧墖楂樺害 鍚� */
+    signatureImageHeight?: string;
+    /** 绛惧悕鍥剧墖鍐呭 鍚� 鐢ㄦ埛鎸囧畾鐨勭鍚嶅浘鐗囷紝Base64瀛楃涓� */
+    signatureImageData?: string;
+    /** 绛惧悕浣嶇疆鍧愭爣鍒楄〃 */
+    signaturePositions?: UserGetContractEnterpriseFaceSignPositionsInput[];
+  }
+
+  interface UserContractSignCertInput {
+    /** 鍚堝悓ID 鍒涘缓鐨勫悎鍚孖D锛屽湪鍚庣画鎺ュ彛涓娇鐢� */
+    contractId?: string;
+    /** 绛剧讲鑰呰处鍙� */
+    signerAccount?: string;
+    /** 绛惧悕浣嶇疆鏁扮粍锛屽叿浣撴暟缁勫厓绱犲涓� */
+    signaturePositions?: UserContractSignCertPositionInput[];
+  }
+
+  interface UserContractSignCertPositionInput {
+    /** x鍧愭爣 */
+    x?: string;
+    /** y鍧愭爣 */
+    y?: string;
+    /** 椤电爜 */
+    pageNum?: string;
+    /** 绛剧讲鏃ユ湡 */
+    dateTimeFormat?: string;
+    /** 绛剧讲绫诲瀷 */
+    type?: string;
+    /** 瀛楀彿 */
+    fontSize?: number;
+  }
+
+  interface UserContractSignKeywordsInput {
+    /** 鍚堝悓ID 鍒涘缓鐨勫悎鍚孖D锛屽湪鍚庣画鎺ュ彛涓娇鐢� */
+    contractId?: string;
+    /** 绛剧讲鑰呰处鍙� */
+    signerAccount?: string;
+    /** 鍏抽敭瀛楀垪琛� 闇�瑕佹坊鍔犵鍚嶄綅缃殑鍏抽敭瀛楀垪琛紝鏀寔澶氫釜鍏抽敭瀛椼�傚唴閮ㄤ互String鏁扮粍杩涜鎷兼帴锛岀ず渚嬪涓嬶細 ["寮犱笁","涔欐柟"]銆�
+濡傛灉璁剧疆鐨勫叧閿瓧锛屽湪鍚堝悓鏂囦欢涓湁澶氬锛屼笂涓婄浼氬湪姣忎竴娆¢兘娣诲姞鍗扮珷鎴栫鍚� */
+    keywords?: Record<string, any>[];
+    /** 瀵归綈鏂瑰紡 鍚� */
+    align?: string;
+    /** 绛惧悕鍥剧墖 鍚� */
+    signatureImageData?: string;
+    /** 绛惧悕鍥剧墖鍚嶇О 鍚� */
+    signatureImageName?: string;
+    /** 鍥剧墖鏄剧ず瀹藉害 鍚� */
+    signatureImageWidth?: string;
+    /** 鍥剧墖鏄剧ず楂樺害 鍚� */
+    signatureImageHeight?: string;
+  }
+
+  interface UserContractSignTemplateInput {
+    /** 鐢ㄦ埛甯愬彿 蹇呴』瑕佹寚瀹氫竴涓敤鎴峰笎鍙蜂綔涓哄悎鍚岀殑鍒涘缓鑰咃紙寤鸿缁熶竴涓哄紑鍙戣�呯殑account锛屾垨鑰呴渶瑕佽繘琛屽垎绫荤粺璁$殑鏌愪簺account锛屼互渚垮悗鏈熸寜姝ccount杩涜缁熻锛� */
+    account?: string;
+    /** 妯$増缂栧彿 瑕佺敤鏉ュ垱寤哄悎鍚岀殑妯$増缂栧彿 */
+    type?: string;
+    vars?: UserContractSignTemplateVarsInput;
+  }
+
+  interface UserContractSignTemplateVarNameInput {
+    /** 绛惧悕鍥剧墖鏄剧ず瀹藉害 鍚� */
+    signatureImageWidth?: string;
+    /** 绛惧悕鍥剧墖鏄剧ず楂樺害 鍚� */
+    signatureImageHeight?: string;
+    /** 绛剧讲鑰呰处鍙� */
+    account?: string;
+    /** 绛惧悕鍥剧墖锛宐ase64缂栫爜瀛楃涓� 鍚�  濡傛灉鍙橀噺鏄缃叉棩鏈熺被鍨嬪垯姝ら」涓嶄紶锛屼紶浜嗕細鎶ラ敊銆備娇鐢ㄤ紭鍏堢骇涓簊ignatureImageData锛瀞ignatureImageName銆傚悓涓�涓猘ccount鍚屼竴娆$缃插彧鏀寔鐢ㄤ竴涓鍚嶅浘鐗� */
+    signatureImageData?: string;
+    /** 绛惧悕鍥剧墖 鍚� */
+    signatureImageName?: string;
+    /** 鍚堝悓鎻忚堪 鍚� */
+    description?: string;
+  }
+
+  interface UserContractSignTemplateVarsInput {
+    varName?: UserContractSignTemplateVarNameInput[];
+  }
+
+  interface UserCreateInformationAdvertiseInput {
+    /** 璧勮Id */
+    informationId?: string;
+    /** 骞垮憡浣嶇疆锛�0棣栭〉涓�绾э紝2璇︽儏椤垫帹鑽� */
+    position?: number;
+    /** 鎶曟斁鍛ㄦ湡绫诲瀷锛�1澶╋紝7鍛紝30鏈堬紝90瀛o紝365骞� */
+    periodType: number;
+    /** 鎶曟斁娆℃暟 */
+    count: number;
+    /** 鍗曟鎶曟斁鏀惰垂 */
+    price: number;
+    /** 鎶曟斁鍚堣璐圭敤 */
+    fee?: number;
+  }
+
+  interface UserCreateParkOrHRAdvertiseInput {
+    /** 浜у搧Id */
+    parkOrHRId?: string;
+    /** 骞垮憡浣嶇疆锛�0棣栭〉涓�绾э紝1棣栭〉浜岀骇锛�2璇︽儏椤垫帹鑽� */
+    position?: number;
+    /** 鎶曟斁鍛ㄦ湡绫诲瀷锛�1澶╋紝7鍛紝30鏈堬紝90瀛o紝365骞� */
+    periodType: number;
+    /** 鎶曟斁娆℃暟 */
+    count: number;
+    /** 鍗曟鎶曟斁鏀惰垂 */
+    price: number;
+    /** 鎶曟斁鍚堣璐圭敤 */
+    fee?: number;
+  }
+
+  interface UserCreateProductAdvertiseInput {
+    /** 浜у搧Id */
+    productId?: string;
+    /** 骞垮憡浣嶇疆锛�0棣栭〉涓�绾э紝1棣栭〉浜岀骇锛�2璇︽儏椤垫帹鑽� */
+    position?: number;
+    /** 鎶曟斁鍛ㄦ湡绫诲瀷锛�1澶╋紝7鍛紝30鏈堬紝90瀛o紝365骞� */
+    periodType: number;
+    /** 鎶曟斁娆℃暟 */
+    count: number;
+    /** 鍗曟鎶曟斁鏀惰垂 */
+    price: number;
+    /** 鎶曟斁鍚堣璐圭敤 */
+    fee?: number;
+  }
+
+  interface UserCredentialVerifyOcrIDCardInput {
+    /** 韬唤璇佷汉鍍忛潰鐓х墖锛圔ase64锛夛紝鍥剧墖涓嶈秴杩�3M */
+    identityImage?: string;
+    /** 韬唤璇佹闈㈢収鐗噓rl 鍚� identityImage鍜宨dentityImageUrl 2閫変竴 */
+    identityImageUrl?: string;
+    /** 韬唤璇佽儗闈㈢収鐗囷紙Base64锛夛紝鍥剧墖涓嶈秴杩�3M */
+    identityBackImage?: string;
+    /** 韬唤璇佽闈㈢収鐗噓rl 鍚� identityBackImage鍜宨dentityBackImageUrl 2閫�1 */
+    identityBackImageUrl?: string;
+  }
+
+  interface UserCredentialVerifyOcrIDCardResponse {
+    /** 璇锋眰鐘舵�� 璇锋眰鎴愬姛鏃讹紝status涓嶈繑鍥烇紱 璇锋眰澶辫触鏃讹紝杩斿洖status=2鍜屽け璐ュ師鍥� */
+    status?: string;
+    /** 娴佺▼id */
+    flowId?: string;
+    /** 鍑虹敓骞存湀鏃� */
+    birthday?: string;
+    /** 濮撳悕 */
+    realName?: string;
+    /** 鏈夋晥鏈� */
+    validate?: string;
+    /** 绛惧彂鏈哄叧 */
+    issueBy?: string;
+    /** 姘戞棌 */
+    race?: string;
+    /** 鎬у埆 */
+    gender?: string;
+    /** 浣忓潃 */
+    address?: string;
+    /** 韬唤璇佸彿 */
+    idcardNum?: string;
+  }
+
+  interface UserCredentialVerifyOcrIDCardResponseBestSignOutputBase {
+    errno?: string;
+    errmsg?: string;
+    cost?: string;
+    data?: UserCredentialVerifyOcrIDCardResponse;
   }
 
   interface UserData {
@@ -1534,59 +20701,750 @@
     items?: UserData[];
   }
 
-  interface UserDetailOutput {
-    id?: string;
-    /** 鍚嶇О */
-    name?: string;
-    /** 鐢ㄦ埛鍚� */
-    userName?: string;
-    /** 澶囨敞 */
-    remark?: string;
-    /** 鎵嬫満鍙� */
-    phoneNumber?: string;
-    /** 娓犻亾 */
-    channel?: string;
-    /** 鐢ㄦ埛绔疘d */
-    clientId?: string;
-    /** 鏄惁鐞嗚禂鎻愰啋 */
-    sendClaimMessage?: boolean;
-    /** 鏄惁淇濆崟鍒版湡鎻愰啋 */
-    sendBillExpireMessage?: boolean;
-    /** 鏄惁鐭俊鎻愰啋 */
-    isSendMessage?: boolean;
-    /** 瑙掕壊 */
-    roleNames?: string[];
+  interface UserDistTemplateUploadInput {
+    /** 璐﹀彿Id */
+    account?: string;
+    /** 鏂囦欢MD5鍊� 	
+渚嬪锛� FileInputStream file = new FileInputStream("d: \\test\\鎺ュ彛绯荤粺.pdf"); byte[] bdata = IOUtils.toByteArray(file); String fmd5 = DigestUtils.md5Hex(bdata); */
+    fmd5?: string;
+    /** 鏂囦欢绫诲瀷 鍚� 濡侾DF绛� */
+    ftype?: string;
+    /** 鍘熷鏂囦欢鍚� 鏂囦欢鍚嶅繀椤诲甫涓婂悗缂�鍚嶏紝渚嬪鈥淴XXX.pdf鈥� */
+    fname?: string;
+    /** 鎬婚〉鏁� */
+    fpages?: string;
+    /** 鏂囦欢鍐呭  渚嬪锛� FileInputStream file = new FileInputStream("d: \\test\\鎺ュ彛绯荤粺.pdf"); byte[] bdata = IOUtils.toByteArray(file); String fdata =Base64.encodeBase64String(bdata); */
+    fdata?: string;
+    /** 鏄惁寮哄埗娓呯悊pdf 鏌愪簺pdf涓瓨鍦ㄤ竴浜涚壒娈婂厓绱狅紝浼氬鑷寸鍚嶆棤鏁堛�傛鍙傛暟鍙己鍒舵竻鐞唒df涓殑鐗规畩鍏冪礌锛屼繚璇佺鍚嶆湁鏁堛�� 鏋氫妇鍊硷細 0-涓嶅己鍒舵竻鐞� 1-寮哄埗娓呯悊 */
+    isCleanup?: string;
+    /** 缂栬緫淇濆瓨 鍚� 璇ュ弬鏁颁负璋冪敤鍚庯紝鏄惁蹇呴』瑕佸紑鏀惧钩鍙拌繘琛屼繚瀛樻搷浣滄帶鍒剁殑鍙傛暟 0 - 闇�瑕佷繚瀛� 1- 涓嶉渶瑕佷繚瀛� */
+    platformFlag?: string;
+    /** 鏄惁璇诲彇琛ㄥ崟 鍚�  0-涓嶈鍙栵紝1-璇诲彇锛岄粯璁や笉璇诲彇銆� */
+    isReadForm?: string;
+    /** 妯℃澘鏍囬 */
+    title?: string;
+    /** 鏍囩鍚嶇О 鍚� */
+    categoryName?: string;
+    /** 娴佹按鍙� 鍚� */
+    sid?: string;
   }
 
-  interface UserListOutput {
+  interface UserDto {
+    /** 鐢ㄦ埛Id */
     id?: string;
+    /** 鐧诲綍鐢ㄦ埛鍚嶏紙璐﹀彿锛� */
+    userName?: string;
     /** 鍚嶇О */
     name?: string;
-    /** 鐢ㄦ埛鍚� */
-    userName?: string;
+    /** 鐢ㄦ埛鎵嬫満鍙� */
+    phoneNumber?: string;
+    /** 璐︽埛鏄惁閿佷綇锛堟槸鍚︾鐢級 */
+    isLocked?: boolean;
+    /** 瑙掕壊淇℃伅 */
+    roles?: RoleDto[];
     /** 澶囨敞 */
     remark?: string;
-    /** 鎵嬫満鍙� */
-    phoneNumber?: string;
-    /** 娓犻亾 */
-    channel?: string;
-    /** 鐢ㄦ埛绔疘d */
-    clientId?: string;
-    /** 鏄惁鐞嗚禂鎻愰啋 */
-    sendClaimMessage?: boolean;
-    /** 鏄惁淇濆崟鍒版湡鎻愰啋 */
-    sendBillExpireMessage?: boolean;
-    /** 鏄惁鐭俊鎻愰啋 */
-    isSendMessage?: boolean;
-    /** 瑙掕壊 */
-    roleNames?: string[];
+    /** 缁勭粐鏋舵瀯鍏徃id */
+    companyOrgId?: string;
+    /** 缁勭粐鏋舵瀯閮ㄩ棬id */
+    departmentOrgId?: string;
   }
 
-  interface UserListOutputPageOutput {
+  interface UserDtoPageOutput {
     pageModel?: Pagination;
     objectData?: any;
-    data?: UserListOutput[];
+    data?: UserDto[];
   }
+
+  interface UserEnterpiseRechargeInput {
+    /** 鏀舵璐﹀彿 */
+    incomeBankNum?: string;
+    /** 鏀舵浼佷笟鍚嶇О */
+    incomeEnterpriseName?: string;
+    /** 鍑烘璐﹀彿 */
+    outBankNum?: string;
+    /** 鍑烘浼佷笟鍚嶇О */
+    outEnterpriseName?: string;
+    /** 鍏呭�奸噾棰� */
+    prechargeAmount?: number;
+    /** 鍑鸿处鎵�灞為摱琛� */
+    outBankName?: string;
+    /** 鍑鸿处鏀鍚嶇О */
+    outBankResumeName?: string;
+    /** 鍑鸿处鍥炲崟 */
+    outReceiptFileUrl?: string;
+  }
+
+  type UserFollowStatusEnum = 10 | 20 | 30 | 40;
+
+  interface UserGetContractEnterpriseFaceSignInput {
+    /** 绛剧害椤荤煡 鍚� */
+    remindInfo?: string;
+    /** 绛惧悕鍥剧墖楂樺害 鍚� */
+    signatureImageHeight?: string;
+    /** 瀹炲悕绛剧讲浜屽悎涓� 鍚� 鏋氫妇鍊�0/1锛岄粯璁や负0銆� */
+    isVerifyAndSignCombine?: string;
+    /** 鏄惁鍏佽鎷栧姩绛惧悕浣嶇疆 鍚� 鍦ㄦ湁鎸囧畾signaturePOSTion鍙傛暟鐨勬儏鍐典笅锛屾槸鍚﹀厑璁告嫋鍔ㄧ鍚嶄綅缃�傚彇鍊�1/0銆傦紙0锛氫笉鍏佽锛�1锛氬厑璁革紝涓嬮潰閮芥槸杩欐牱鐨勶級 */
+    isAllowChangeSignaturePosition?: string;
+    /** 绛剧讲閾炬帴鏈夋晥鏃堕棿 鍚� */
+    expireTime?: string;
+    /** 寮傛閫氱煡鍦板潃 鍚� 姝ゅ鏈夐厤缃垯绛剧讲鎺ㄩ�佹秷鎭紭鍏堜娇鐢ㄦ閰嶇疆锛屽鏋滄澶勬病鏈夐厤缃紝鍒欏彇寮�鍙戣�呯粺涓�閰嶇疆鐨勫紓姝ユ帹閫佸湴鍧� */
+    pushUrl?: string;
+    /** 绛剧讲鑰呰处鍙� 绛剧讲浜鸿处鍙� */
+    signerAccount?: string;
+    /** 鍗扮珷鍥剧墖 鍚� 鍙栤�滀笂浼犵敤鎴风鍚�/鍗扮珷鍥剧墖鈥濇帴鍙h缃殑imageName鐨勫�� */
+    signatureImageName?: string;
+    /** 楠岃瘉鐮佹墜鏈哄彿 鍚� */
+    vcodeMobile?: string;
+    /** 寮哄埗闃呰鏃堕暱 鍚� 鎵嬪姩绛惧己鍒堕槄璇荤殑鍊掕鏃剁鏁帮紝鏈�澶у彲璁剧疆180绉掋�傚彲涓巖eadAll鎼厤浣跨敤銆� */
+    forceReadingSeconds?: string;
+    /** 绛剧讲鏍¢獙绫诲瀷 鍚� 浜岄�変竴鍦烘櫙闇�瑕佷紶鍙倂erifyType = [ "sms", "face"] 锛屼笉鏀寔鍗曠嫭璁剧疆涓簊ms */
+    verifyType?: string[];
+    /** 绛惧悕鍥剧墖鍐呭 鍚� 鐢ㄦ埛鎸囧畾鐨勭鍚嶅浘鐗囷紝Base64瀛楃涓� */
+    signatureImageData?: string;
+    /** 鍥炶皟鍦板潃 鍚� 鎵嬪姩绛剧讲鏃讹紝褰撶敤鎴风缃插畬鎴愬悗锛岀缃查〉闈㈡寚瀹氬洖璺崇殑椤甸潰鍦板潃锛屽鏋滄病濉鍙傛暟鍒欑缃插畬鎴愬悗璺宠浆鍒板悎鍚岄瑙堥〉闈€�� 
+濡傛灉returnurl甯︽湁鈥渉ttp鈥濇垨鈥渉ttps鈥濆紑澶村垯鍒ゅ畾h5璺宠浆锛屽鏋渞eturnurl甯︽湁鈥渁lipays://鈥濆紑澶村垽瀹氫负鏀粯瀹濆皬绋嬪簭璺宠浆锛�
+鍏朵綑寮�澶村垯鍒ゅ畾涓哄井淇″皬绋嬪簭璺宠浆(/pages/XXX)锛�
+鍙兘鏄痯age涓嶈兘鏄痶abbar銆� */
+    returnUrl?: string;
+    /** 娴佹按鍙� */
+    serialNumber?: string;
+    /** 绛惧悕鍥剧墖瀹藉害 鍚� */
+    signatureImageWidth?: string;
+    /** 鍥剧墖娓呮櫚搴� 鍚� */
+    dpi?: string;
+    /** 鎺堟潈鍥炶皟鍩熷悕 鍚� 鑻ユ偍鐨勯厤缃幆澧冧负寰俊灏忕▼搴忥紝涓斾娇鐢ㄥ埛鑴哥缃叉柟寮忥紝璇ュ弬鏁颁负蹇呬紶锛屽叿浣撳弬鏁板�艰鑱旂郴涓婁笂绛炬妧鏈敮鎸佸悓瀛﹀挩璇紱鍏朵粬寰俊鐜璇ュ弬鏁板彲涓嶄紶 */
+    callbackHost?: string;
+    /** 绛剧讲浜鸿韩浠借瘉鍙� 绛剧讲浜鸿瘉浠跺彿鐮侊紝鑻ヤ娇鐢ㄥ埛鑴镐笖浣跨敤瀹炲悕绛剧讲浜屽悎涓�锛岃鍔″繀浼犳硶浜鸿韩浠借瘉鍙� */
+    identity?: string;
+    /** 鍚堝悓缂栧彿 */
+    contractId?: string;
+    /** 鏄惁瑕佹眰鍏ㄩ儴闃呰 鍚� 鏋氫妇鍊�0/1/2锛岄粯璁や负0 0-鏃犻渶鎷栧姩鍒伴〉闈㈠簳閮ㄥ嵆鍙‘璁ょ缃� 1-蹇呴』鎷栧姩鍒伴〉闈㈠簳閮紝琛ㄧず闃呰瀹屾瘯鎵嶈兘纭绛剧讲 2 - 寮哄埗鍕鹃�夈�愬凡闃呰锛屾湰浜哄凡鐭ユ檽鍚堝悓鍐呭銆戞墠鍙互杩涜绛剧讲 */
+    readAll?: string;
+    /** 绛剧讲浜哄鍚� 绛剧讲浜哄鍚嶏紝鍙互鏄硶浜恒�佷篃鍙互鏄紒涓氱粡鍔炰汉锛岃嫢浣跨敤鍒疯劯涓斾娇鐢ㄥ疄鍚嶇缃蹭簩鍚堜竴锛岃鍔″繀浼犳硶浜哄鍚� */
+    name?: string;
+    /** 绛惧悕浣嶇疆鍧愭爣鍒楄〃 */
+    signaturePositions?: UserGetContractEnterpriseFaceSignPositionsInput[];
+  }
+
+  interface UserGetContractEnterpriseFaceSignPositionsInput {
+    /** 绾靛潗鏍� */
+    y?: string;
+    /** 妯潗鏍� */
+    x?: string;
+    /** 鏃ユ湡绛剧讲 鍚� 鏃ユ湡绛剧讲锛屾牸寮忎负鈥淢M-dd-yyyy鈥� 浣跨敤鏃堕』鍦╯ignaturePosition浼爗"pageNum":"","x":"","y":"","rptPageNums":"","type":"date",","fontSize":""}锛�
+涓烘棩鏈熺缃茬殑鍧愭爣锛宖ontSize榛樿鍊间负18锛屼粎鍦╠ateTimeFormat涓嶄负绌烘槸鐢熸晥 */
+    dateTimeFormat?: string;
+    /** 绛惧悕浣嶇疆椤电爜 */
+    pageNum?: string;
+    /** 褰撳墠浣嶇疆鐨勭鍚嶉渶瑕佸鍒跺埌鐨勭洰鏍囬〉鐮佸垪琛� 鍚� */
+    rptPageNums?: string;
+  }
+
+  interface UserGetContractEnterpriseFaceSignResponse {
+    /** 鍒疯劯閾炬帴 */
+    url?: string;
+    /** 娴佹按鍙� */
+    serialNumber?: string;
+  }
+
+  interface UserGetContractEnterpriseFaceSignResponseBestSignOutputBase {
+    errno?: string;
+    errmsg?: string;
+    cost?: string;
+    data?: UserGetContractEnterpriseFaceSignResponse;
+  }
+
+  interface UserGetContractSendInput {
+    /** 鍚堝悓缂栧彿 */
+    contractId?: string;
+    /** 绛剧害椤荤煡 鍚� */
+    remindInfo?: string;
+    /** 鍒疯劯鏂瑰紡 鍚� 閫夋嫨鍒疯劯鏂瑰紡锛�0-寰紬锛堝嵆鑵捐浜戯級锛�1-鏀粯瀹濓紝鏀粯瀹濆埛鑴镐负璺宠浆鏀粯瀹漚pp鍒疯劯锛�2-璺宠浆鑷冲井淇″皬绋嬪簭鍒疯劯 */
+    faceMethod?: string;
+    /** 绛剧讲鑰呰处鍙� 鎸囧畾缁欏摢涓敤鎴风湅 */
+    signer?: string;
+    /** 璇锋眰涓氬姟娴佹按鍙� 鍚� 寮�鍙戣�呰嚜瀹氫箟鐨勭缃叉祦姘村彿锛堟瘮濡傜鍑犳绛剧讲涔嬬被锛夛紝濡傛湁濉啓锛屽垯鍦ㄥ紓姝ユ帹閫佺缃茬粨鏋滄椂鍖呭惈姝ょ缃叉祦姘村彿 */
+    sid?: string;
+    /** 绛惧悕鍥剧墖楂樺害 鍚� */
+    signatureImageHeight?: string;
+    /** 瀹炲悕绛剧讲浜屽悎涓� 鍚� 鏋氫妇鍊�0/1锛岄粯璁や负0銆� */
+    isVerifyAndSignCombine?: string;
+    /** 鏄惁鍏佽鎷栧姩绛惧悕浣嶇疆 鍚� 鍦ㄦ湁鎸囧畾signaturePOSTion鍙傛暟鐨勬儏鍐典笅锛屾槸鍚﹀厑璁告嫋鍔ㄧ鍚嶄綅缃�傚彇鍊�1/0銆傦紙0锛氫笉鍏佽锛�1锛氬厑璁革紝涓嬮潰閮芥槸杩欐牱鐨勶級 */
+    isAllowChangeSignaturePosition?: string;
+    /** 绛剧讲閾炬帴鏈夋晥鏃堕棿 鍚� */
+    expireTime?: string;
+    /** 寮傛閫氱煡鍦板潃 鍚� 姝ゅ鏈夐厤缃垯绛剧讲鎺ㄩ�佹秷鎭紭鍏堜娇鐢ㄦ閰嶇疆锛屽鏋滄澶勬病鏈夐厤缃紝鍒欏彇寮�鍙戣�呯粺涓�閰嶇疆鐨勫紓姝ユ帹閫佸湴鍧� */
+    pushUrl?: string;
+    /** 绛剧讲鑰呰处鍙� 绛剧讲浜鸿处鍙� */
+    signerAccount?: string;
+    /** 鍗扮珷鍥剧墖 鍚� 鍙栤�滀笂浼犵敤鎴风鍚�/鍗扮珷鍥剧墖鈥濇帴鍙h缃殑imageName鐨勫�� */
+    signatureImageName?: string;
+    /** 楠岃瘉鐮佹墜鏈哄彿 鍚� */
+    vcodeMobile?: string;
+    /** 寮哄埗闃呰鏃堕暱 鍚� 鎵嬪姩绛惧己鍒堕槄璇荤殑鍊掕鏃剁鏁帮紝鏈�澶у彲璁剧疆180绉掋�傚彲涓巖eadAll鎼厤浣跨敤銆� */
+    forceReadingSeconds?: string;
+    /** 绛剧讲鏍¢獙绫诲瀷 鍚� 浜岄�変竴鍦烘櫙闇�瑕佷紶鍙倂erifyType = [ "sms", "face"] 锛屼笉鏀寔鍗曠嫭璁剧疆涓簊ms */
+    verifyType?: string[];
+    /** 绛惧悕鍥剧墖鍐呭 鍚� 鐢ㄦ埛鎸囧畾鐨勭鍚嶅浘鐗囷紝Base64瀛楃涓� */
+    signatureImageData?: string;
+    /** 鍥炶皟鍦板潃 鍚� 鎵嬪姩绛剧讲鏃讹紝褰撶敤鎴风缃插畬鎴愬悗锛岀缃查〉闈㈡寚瀹氬洖璺崇殑椤甸潰鍦板潃锛屽鏋滄病濉鍙傛暟鍒欑缃插畬鎴愬悗璺宠浆鍒板悎鍚岄瑙堥〉闈€�� 
+濡傛灉returnurl甯︽湁鈥渉ttp鈥濇垨鈥渉ttps鈥濆紑澶村垯鍒ゅ畾h5璺宠浆锛屽鏋渞eturnurl甯︽湁鈥渁lipays://鈥濆紑澶村垽瀹氫负鏀粯瀹濆皬绋嬪簭璺宠浆锛�
+鍏朵綑寮�澶村垯鍒ゅ畾涓哄井淇″皬绋嬪簭璺宠浆(/pages/XXX)锛�
+鍙兘鏄痯age涓嶈兘鏄痶abbar銆� */
+    returnUrl?: string;
+    /** 娴佹按鍙� */
+    serialNumber?: string;
+    /** 绛惧悕鍥剧墖瀹藉害 鍚� */
+    signatureImageWidth?: string;
+    /** 鏄惁鏄剧ず鎵嬪啓鏃堕棿 鍚� */
+    isShowHandwrittenTime?: string;
+    /** 鏄惁浣跨敤鍒疯劯绛撅紙鏀寔鏀粯瀹濆皬绋嬪簭鍐呯殑鍒疯劯绛剧讲鏍¢獙锛� 鍚� */
+    isFaceAuth?: string;
+    /** 鍥剧墖娓呮櫚搴� 鍚� */
+    dpi?: string;
+    /** 鎺堟潈鍥炶皟鍩熷悕 鍚� 鑻ユ偍鐨勯厤缃幆澧冧负寰俊灏忕▼搴忥紝涓斾娇鐢ㄥ埛鑴哥缃叉柟寮忥紝璇ュ弬鏁颁负蹇呬紶锛屽叿浣撳弬鏁板�艰鑱旂郴涓婁笂绛炬妧鏈敮鎸佸悓瀛﹀挩璇紱鍏朵粬寰俊鐜璇ュ弬鏁板彲涓嶄紶 */
+    callbackHost?: string;
+    /** 鐗堟湰鍙� 鍚� */
+    version?: string;
+    /** app璋冪敤SDK鍒疯劯鐨勬秷鎭�氱煡 鍚� */
+    app?: string;
+    /** 浼樺厛鍒疯劯锛屽鐢ㄩ獙璇佺爜鏍¢獙 鍚� 1琛ㄧず蹇呴』浼樺厛鍒疯劯锛屽鐢ㄩ獙璇佺爜鏍¢獙锛�0琛ㄧず涓嶇敓鏁堬紱 鈶犳湁姝ゅ弬鏁板垯鎰忓懗鐫�蹇呴』瑕佸埛鑴革紝
+鍥犳蹇呴』瑕佹湁isFaceAuth鍚﹀垯浼氭姤閿欙紱 鈶℃鍙傛暟浼樺厛绾т綆浜巚erifyType鍙傛暟锛屽鏋滀紶浜唙erifyType鍒欎互verifyType涓哄噯锛�
+鈶㈠弬鏁癴aceFirst涓庡弬鏁� isVerifyAndSignCombine涓轰簰鏂ワ紝鍙兘浜岄�変竴浣跨敤锛屼笉鑳藉悓鏃惰缃紝濡傛灉鍚屾椂璁剧疆浼氭姤閿欍�� */
+    faceFirst?: string;
+    /** 鎵嬪啓绗旇抗璇嗗埆 鍚� 鈥渉wr鈥濓紝鍗矵andWriting Recognition锛堟墜鍐欒瘑鍒級鐨勭畝绉帮紝0琛ㄧず涓嶉渶瑕侊紝1琛ㄧず闇�瑕侊紝浠呴拡瀵逛釜浜虹被鍨嬫湁鏁堬紱
+涓庤account宸茬敵璇风殑璇佷功涓殑name杩涜瀵规瘮锛� */
+    hwr?: string;
+    /** 楠岃瘉鐮侀偖绠� 鍚� 鎵嬪姩绛剧讲鏃舵寚瀹氭帴鏀剁缃查獙璇佺爜鐨勯偖绠憋紝濉啓姝ら」鍒欑缃查〉闈㈠彲瀹炵幇鈥滈偖绠遍獙璇佺爜鈥濅笌鈥滅煭淇¢獙璇佺爜鈥濈殑鍒囨崲锛� 
+娉ㄦ剰锛氶�夌敤閭楠岃瘉鐮侀渶瑕佸紑鍙戣�呰嚜璇佽閭涓庣缃蹭汉鐨勬牎楠屽叧绯伙紝涓婁笂绛炬棤娉曡瘉鏄庨偖绠变笌瀹為檯绛剧讲浜虹殑淇℃伅鏍¢獙鍏崇郴锛� */
+    vcodeMail?: string;
+    /** 鏄惁瑕佹眰鍏ㄩ儴闃呰 鍚� 鏋氫妇鍊�0/1/2锛岄粯璁や负0 0-鏃犻渶鎷栧姩鍒伴〉闈㈠簳閮ㄥ嵆鍙‘璁ょ缃� 1-蹇呴』鎷栧姩鍒伴〉闈㈠簳閮紝琛ㄧず闃呰瀹屾瘯鎵嶈兘纭绛剧讲 2 - 寮哄埗鍕鹃�夈�愬凡闃呰锛屾湰浜哄凡鐭ユ檽鍚堝悓鍐呭銆戞墠鍙互杩涜绛剧讲 */
+    readAll?: string;
+    /** 绛剧讲浜哄鍚� 绛剧讲浜哄鍚嶏紝鍙互鏄硶浜恒�佷篃鍙互鏄紒涓氱粡鍔炰汉锛岃嫢浣跨敤鍒疯劯涓斾娇鐢ㄥ疄鍚嶇缃蹭簩鍚堜竴锛岃鍔″繀浼犳硶浜哄鍚� */
+    name?: string;
+    /** 绛惧悕浣嶇疆鍧愭爣鍒楄〃 */
+    signaturePositions?: UserGetContractEnterpriseFaceSignPositionsInput[];
+  }
+
+  interface UserGetSignPriveiwUrlInput {
+    /** 鎵嬫満鍙� */
+    phone?: string;
+    /** 濮撳悕 */
+    name?: string;
+    /** 韬唤璇佸彿 */
+    idNumber?: string;
+    /** 韬唤璇佹闈rl */
+    idFrontUrl?: string;
+    /** 韬唤璇佽儗闈rl */
+    idBackUrl?: string;
+    /** 鐢ㄦ埛Id */
+    companyId?: string;
+    /** 涓氬姟浠g爜 */
+    bussinessCode?: string;
+  }
+
+  interface UserInfoV2 {
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 鐢ㄦ埛鍚� */
+    userName?: string;
+    /** 鎵嬫満鍙� */
+    phoneNumber?: string;
+    /** 鐢ㄦ埛鐧诲綍鎵�浣跨敤鐨勬墜鏈哄彿 */
+    userPhoneNumber?: string;
+    /** 璐︽埛浣欓 */
+    amount?: number;
+    /** 鏀跺埌鎵撹祻 */
+    reward?: number;
+    /** 鏄电О */
+    nickName?: string;
+    userCertificationAuditStatus?: UserCertificationAuditStatusEnum;
+    /** 鐢ㄦ埛璁よ瘉Id */
+    userCertificationId?: string;
+    /** 浼佷笟璁よ瘉鐨勫悕绉� */
+    customerName?: string;
+    /** 浼佷笟缁熶竴淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鐢ㄦ埛璁よ瘉Id(鍏徃Id) */
+    companyId?: string;
+    /** 娉曚汉鍚嶇О */
+    legalPersonName?: string;
+    /** 骞存秷璐� */
+    yearlyConsume?: number;
+    /** 骞翠骇鍝佽喘涔版秷璐� */
+    yearlyPurchasedConsume?: number;
+    /** 骞存墦璧忔秷璐� */
+    yearlyRewardConsume?: number;
+    /** 骞翠骇鍝佸箍鍛婃姇鏀炬秷璐� */
+    yearlyProductAdConsume?: number;
+    /** 骞磋祫璁箍鍛婃姇鏀炬秷璐� */
+    yearlyInformationAdConsume?: number;
+    /** 1锛屼紒涓� 2锛� 涓汉 */
+    userType?: number;
+    authType?: EnterpriseTypeEnum;
+    userCertificationStatus?: UserCertificationStatusEnum;
+    /** 0 鏈紑閫� 10 寰呭鏍�   20鍔炵悊涓�  30閫氳繃  -20 椹冲洖 40 涓嬫灦 50 绯荤粺涓嬫灦 */
+    openHRSiteStatus?: number;
+    /** 鑱旂郴浜� */
+    contacter?: string;
+    /** 鐢ㄦ埛璁よ瘉杩囨湡鏃ユ湡 */
+    userCertificationExpirationTime?: string;
+    invoicingStatus?: InvoicingStatusEnum;
+    /** 骞村寮�濮嬫椂闂� */
+    annualAuditStartTime?: string;
+    /** 鏀粯鍙戠エ鍦板潃 */
+    payInvoicingUrl?: string;
+    /** 缁戝畾閭鍦板潃 */
+    bindEmailAddress?: string;
+    /** 鐢ㄦ埛澶村儚鍦板潃 */
+    avatarUrl?: string;
+    genderType?: GenderTypeEnum;
+    /** 鑱岀О */
+    jobTitle?: string;
+    /** 鐪乧ode */
+    provinceCode?: number;
+    /** 甯俢ode */
+    cityCode?: number;
+    /** 鍖哄幙code */
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    /** 寰俊浜岀淮鐮佸浘鐗� */
+    wxQrCodeUrl?: string;
+    /** 涓汉淇℃伅閭鍦板潃 */
+    userInfoEmailAddress?: string;
+    /** 淇濋櫓绛剧害鐘舵�� 0鏈绾� 10宸茬绾� */
+    insureSignStatus?: number;
+    /** 鏄惁鎻愪氦閽卞寘寮�鎴风敵璇� */
+    isApplyWalletAccountOpen?: boolean;
+    /** 鑱旂郴鐢佃瘽 */
+    contactPhone?: string;
+    /** 閽卞寘寮�鎴风姸鎬� */
+    walletAccountOpenStatus?: WalletAccountOpenStatusInfo[];
+    /** 閽卞寘鐘舵�� */
+    walletMainStatus?: WalletAccountTypeMainStatusInfo[];
+    matchMakingIdentity?: MatchMakingIdentityEnum;
+    /** 鐢靛瓙绛惧嵃绔犲浘鐗囩敓鎴愮姸鎬� 0鏈敓鎴� 1宸茬敓鎴� */
+    signatureImageStatus?: number;
+    certificationChannel?: UserCertificationChannelEnum;
+  }
+
+  interface UserMessageInfo {
+    /** 娑堟伅Id */
+    id?: string;
+    /** 娑堟伅鍐呭 */
+    messageContent?: string;
+    /** 娑堟伅鍙戦�佹椂闂� */
+    creationTime?: string;
+    /** 鏄惁宸茶 */
+    isRead?: boolean;
+    /** 娑堟伅绫诲瀷 */
+    type?: number;
+    businessBehaviorType?: MessageBusinessBehaviorTypeEnum;
+    /** 涓氬姟鏁版嵁 */
+    businessData?: string;
+    sourceType?: MessageSourceTypeEnum;
+    /** 娑堟伅鍙戦�佽�呯殑鐢ㄦ埛id锛屾潵婧愪负绯荤粺鏃朵负绌� */
+    sourceId?: string;
+    userId?: string;
+    /** 鍚嶇О */
+    contact?: string;
+    /** 澶村儚 */
+    avatarUrl?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+  }
+
+  interface UserMessageInfoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: UserMessageInfo[];
+  }
+
+  interface UserNoticeSendSignVCodeInput {
+    /** 鐩綍鍚嶇О */
+    catalogName?: string;
+    /** 瀹炲悕绛剧讲浜屽悎涓� */
+    isVerifyAndSignCombine?: string;
+    /** 鐢ㄦ埛鍞竴鏍囪瘑 */
+    account?: string;
+    /** 楠岃瘉鐮佸彂閫佺洰鏍囨墜鏈哄彿鐮佹垨鑰呯洰鏍囬偖绠� */
+    sendTarget?: string;
+    /** 鍙戦�佺被鍨� 鐩墠鏀寔锛歴ms, voiceSms锛宮ail */
+    sendType?: string;
+    /** 楠岃瘉鐮佹湁鏁堟椂闂� 鍚� 榛樿180锛屽崟浣嶇 */
+    seconds?: string;
+  }
+
+  interface UserOrderListInput {
+    pageModel?: Pagination;
+    userId?: string;
+  }
+
+  interface UserPageTemplateCreateInput {
+    /** 鎿嶄綔鑰呯殑鐢ㄦ埛鏍囪瘑 琛ㄧず寮�鍙戣�呮槸鎶婅繖涓〉闈㈡彁渚涚粰鍝釜鐢ㄦ埛鎿嶄綔鐨勶紝杩欎釜鐢ㄦ埛鏍囪瘑蹇呴』宸茬粡璋冪敤鈥滄敞鍐岀敤鎴封�濇帴鍙e湪涓婁笂绛剧郴缁熼噷鍒涘缓杩囷紝鍚﹀垯杩欓噷浼氭姤鈥渦ser not exists鈥� */
+    account?: string;
+    /** 娴佹按鍙� 寮�鍙戣�呰嚜瀹氫箟锛岄�氬父鏄紑鍙戣�呰嚜宸辩殑涓氬姟娴佺▼涓渶瑕佹嵁姝ゅ垽鏂搷浣滆涓� */
+    sid?: string;
+  }
+
+  interface UserPageTemplatePreviewInput {
+    /** 鎿嶄綔鑰呯殑鐢ㄦ埛鏍囪瘑 琛ㄧず寮�鍙戣�呮槸鎶婅繖涓〉闈㈡彁渚涚粰鍝釜鐢ㄦ埛鎿嶄綔鐨勶紝杩欎釜鐢ㄦ埛鏍囪瘑蹇呴』宸茬粡璋冪敤鈥滄敞鍐岀敤鎴封�濇帴鍙e湪涓婁笂绛剧郴缁熼噷鍒涘缓杩囷紝鍚﹀垯杩欓噷浼氭姤鈥渦ser not exists鈥� */
+    account?: string;
+    /** 妯$増缂栧彿 涓婁笂绛惧紑鏀惧钩鍙扮殑妯$増绠$悊鍒楄〃鑾峰彇锛屾垨鑰呴�氳繃鈥滆幏鍙栧紑鍙戣�呮ā鐗堝垪琛ㄢ�濇帴鍙h幏鍙� */
+    tid?: string;
+  }
+
+  interface UserPersonalRealNameSendVCodeInput {
+    /** 鐢ㄦ埛甯愬彿 */
+    account?: string;
+    /** 濮撳悕 */
+    name?: string;
+    /** 璇佷欢鍙风爜 */
+    identity?: string;
+    /** 鐢ㄦ埛甯愬彿 */
+    mobile?: string;
+    /** 璁よ瘉绫诲瀷 1 - 涓汉鎵嬫満鍙蜂笁瑕佺礌锛�2 - 涓汉閾惰鍗″洓瑕佺礌 */
+    authType?: string;
+    /** 璇佷欢绫诲瀷 鍚� 榛樿0锛�0 鈥� 韬唤璇侊紝1 鈥� 鎶ょ収锛�2 鈥� 绀句細淇濋殰鍗★紝3 鈥� 娓境灞呮皯鏉ュ線鍐呭湴閫氳璇侊紝4 鈥� 鍙版咕灞呮皯寰�鏉ュぇ闄嗛�氳璇侊紝5 鈥� 鎴峰彛绨匡紝6 鈥� 涓存椂灞呮皯韬唤璇侊紝
+7 鈥� 澶栧浗浜烘案涔呭眳浣忚瘉锛�8 鈥� 鍐涘畼璇侊紝9 鈥� 璀﹀畼璇侊紝10 鈥� 澹叺璇侊紝11 鈥� 鍏朵粬璇佷欢 */
+    identityType?: string;
+    /** 閾惰鍗″彿 鍚� 涓汉閾惰鍗″洓瑕佺礌璁よ瘉蹇呭~ */
+    bankCard?: string;
+  }
+
+  interface UserPersonalRegAndRealNameAndApplyCertCredentialInput {
+    /** 璇佷欢鍙� */
+    identity?: string;
+    /** 璇佷欢绫诲瀷 鍚� 榛樿0锛�0 鈥� 韬唤璇侊紝1 鈥� 鎶ょ収锛�2 鈥� 绀句細淇濋殰鍗★紝3 鈥� 娓境灞呮皯鏉ュ線鍐呭湴閫氳璇侊紝4 鈥� 鍙版咕灞呮皯寰�鏉ュぇ闄嗛�氳璇侊紝5 鈥� 鎴峰彛绨匡紝6 鈥� 涓存椂灞呮皯韬唤璇侊紝
+7 鈥� 澶栧浗浜烘案涔呭眳浣忚瘉锛�8 鈥� 鍐涘畼璇侊紝9 鈥� 璀﹀畼璇侊紝10 鈥� 澹叺璇侊紝11 鈥� 鍏朵粬璇佷欢 */
+    identityType?: string;
+  }
+
+  interface UserPersonalRegAndRealNameAndApplyCertInput {
+    /** 鐢ㄦ埛甯愬彿 */
+    account?: string;
+    /** 濮撳悕 */
+    name?: string;
+    /** 璇佷欢鍙风爜 */
+    identity?: string;
+    /** 鐢ㄦ埛甯愬彿 */
+    mobile?: string;
+    /** 璁よ瘉绫诲瀷 1 - 涓汉鎵嬫満鍙蜂笁瑕佺礌锛�2 - 涓汉閾惰鍗″洓瑕佺礌 */
+    authType?: string;
+    /** 璇佷欢绫诲瀷 鍚� 榛樿0锛�0 鈥� 韬唤璇侊紝1 鈥� 鎶ょ収锛�2 鈥� 绀句細淇濋殰鍗★紝3 鈥� 娓境灞呮皯鏉ュ線鍐呭湴閫氳璇侊紝4 鈥� 鍙版咕灞呮皯寰�鏉ュぇ闄嗛�氳璇侊紝5 鈥� 鎴峰彛绨匡紝6 鈥� 涓存椂灞呮皯韬唤璇侊紝
+7 鈥� 澶栧浗浜烘案涔呭眳浣忚瘉锛�8 鈥� 鍐涘畼璇侊紝9 鈥� 璀﹀畼璇侊紝10 鈥� 澹叺璇侊紝11 鈥� 鍏朵粬璇佷欢 */
+    identityType?: string;
+    /** 閾惰鍗″彿 鍚� 涓汉閾惰鍗″洓瑕佺礌璁よ瘉蹇呭~ */
+    bankCard?: string;
+    /** 鍒疯劯鏂瑰紡 鍚� 鍒疯劯璁よ瘉蹇呭~椤癸紝1 - 寰紬鍒疯劯锛堝嵆鑵捐浜戝埛鑴革級锛�2 - 鏀粯瀹濆埛鑴革紱榛樿1 */
+    faceMethod?: string;
+    /** returnUrl鐨勮姹傛柟寮� 鍚� 鍒疯劯璁よ瘉蹇呭~椤癸紝returnMethod = "postfirst"锛氬厛post锛岃秴鏃� 15s鍚巊et銆� returnMethod = "" 鎴栬�� = "post"锛氬彧post銆� returnMethod = "get"锛氬彧get銆� post銆乬et銆乸ostfirst澶у皬鍐欎笉鏁忔劅銆� */
+    returnMethod?: string;
+    /** 鎵嬫満楠岃瘉鐮� 鍚� 涓汉涓夎绱犮�侀摱琛屽崱鍥涜绱犲繀濉」锛涚敱鎺ュ彛鈥滃疄鍚嶈璇侀獙璇佺爜鍙戦�佲�濇帴鍙h繑鍥炲弬鏁板緱鍒� */
+    vcode?: string;
+    /** 鍒疯劯瀹屾垚鍚庣殑璺宠浆閾炬帴 鍚� 鍒疯劯璁よ瘉蹇呭~椤癸紝濡傛灉returnMethod娌℃湁鎸囧畾锛屽垯杩欎釜returnUrl涓�瀹氳鍚屾椂鏀寔post鍜実et锛岃繖鏍峰氨涓嶄細鏈夐棶棰樹簡銆� */
+    returnUrl?: string;
+    /** 璁よ瘉娴佹按鍙� 鍚� */
+    sid?: string;
+    /** 鐢ㄤ簬鏍¢獙鐨凨ey 鍚� 鐢辨帴鍙b�滃疄鍚嶈璇侀獙璇佺爜鍙戦�佲�濇帴鍙h繑鍥炲弬鏁板緱鍒� */
+    personalIdentityKey?: string;
+    credential?: UserPersonalRegAndRealNameAndApplyCertCredentialInput;
+  }
+
+  interface UserPersonRealVerifyInput {
+    /** 鎵嬫満鍙� */
+    phone?: string;
+    /** 楠岃瘉鐮� */
+    vcode?: string;
+    /** 楠岃瘉key */
+    personalIdentity3Key?: string;
+    /** 鐢ㄦ埛id */
+    companyId?: string;
+    /** 涓氬姟浠g爜 */
+    bussinessCode?: string;
+  }
+
+  interface UserSimpleInfo {
+    id?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鐢ㄦ埛澶村儚鍦板潃 */
+    avatarUrl?: string;
+    /** 鏄惁鏄钩鍙扮敤鎴� */
+    isPlaUser?: boolean;
+    /** 鑱岀О */
+    jobTitle?: string;
+    /** 涓汉淇℃伅閭鍦板潃 */
+    userInfoEmailAddress?: string;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    /** 寰俊浜岀淮鐮佸浘鐗� */
+    wxQrCodeUrl?: string;
+    matchMakingIdentity?: MatchMakingIdentityEnum;
+    /** 鐢ㄦ埛鎵嬫満鍙� */
+    phoneNumber?: string;
+    /** 鏄惁鍏虫敞 */
+    isFollow?: boolean;
+  }
+
+  interface UserTemplateCreateContractPdfInput {
+    /** 鍚堝悓鍒涘缓鑰呰处鍙� */
+    account?: string;
+    /** 妯$増鍙橀噺缁� 鍚� */
+    groupValues?: any;
+    /** 妯$増缂栧彿 */
+    tid?: string;
+    /** 妯$増鍙橀噺 鍚� 妯$増鍙橀噺锛宩sonObject鏍煎紡銆� 灏嗘ā鐗堝彉閲忎腑闇�瑕佸~鍏呯殑鍐呭锛堝嵆鍙橀噺鍊硷級鍦ㄦ鎻愪氦銆� 鐢变簬鍦ㄧ紪杈戞ā鐗堟椂宸茬粡鎷栨斁浜嗕綅缃�佸苟涓斿凡缁忎繚瀛樺湪涓婁笂绛剧郴缁熶腑锛屽洜姝よ繖閲屾棤闇�鍐嶆彁浜や綅缃弬鏁帮紝鍙渶瑕佷紶鍏ュ彉閲忓悕绉颁笌瀵瑰簲鐨勫�煎嵆鍙�� 
+妯$増鍙橀噺鍙互鍦ㄥ紑鍙戣�呮ā鐗堢鐞嗛〉闈㈣幏鍙栥�� */
+    templateValues?: string;
+  }
+
+  interface UserTemplateCreateContractPdfResponse {
+    templateToken?: string;
+  }
+
+  interface UserTemplateCreateContractPdfResponseBestSignOutputBase {
+    errno?: string;
+    errmsg?: string;
+    cost?: string;
+    data?: UserTemplateCreateContractPdfResponse;
+  }
+
+  interface UserTemplateGetTemplateVarsInput {
+    /** 鏄惁鑾峰彇鎵�鏈夊彉閲�  0鍙繑鍥炲彉閲忕殑type鍜宯ame锛� 1杩斿洖鍙橀噺鐨勬墍鏈夊瓧娈碉紱 */
+    isRetrieveAllVars?: string;
+    /** 妯$増缂栧彿 / 妯℃澘Id */
+    tid?: string;
+  }
+
+  interface UserTemplateGetTemplateVarsInputBestSignOutputBase {
+    errno?: string;
+    errmsg?: string;
+    cost?: string;
+    data?: UserTemplateGetTemplateVarsInput;
+  }
+
+  interface UserTemplateGetTemplateVarsListResponse {
+    name?: string;
+    type?: string;
+  }
+
+  interface UserTemplateGetTemplateVarsResponse {
+    templateVars?: UserTemplateGetTemplateVarsListResponse[];
+  }
+
+  interface UserTemplateGetTemplateVarsResponseBestSignOutputBase {
+    errno?: string;
+    errmsg?: string;
+    cost?: string;
+    data?: UserTemplateGetTemplateVarsResponse;
+  }
+
+  interface UserTextChatMessageInput {
+    fromId?: string;
+    toId?: string;
+    messageContent?: string;
+  }
+
+  interface UserTransactionRecordDetailOutput {
+    id?: string;
+    walletMainId?: string;
+    /** 璐﹀彿 */
+    acctNo?: string;
+    /** 涓绘満璁拌处鏃ユ湡 */
+    acctDate?: string;
+    /** 浜ゆ槗鏃堕棿 */
+    txTime?: string;
+    /** 浜ゆ槗鏃堕棿(鏃ユ湡+鏃堕棿) */
+    accDateTime?: string;
+    /** 涓氬姟娴佹按鍙� */
+    bussSeqNo?: string;
+    /** 鐢ㄩ�旓紝闄勮█ */
+    purpose?: string;
+    /** 浜ゆ槗閲戦 */
+    tranAmount?: number;
+    /** 浜ゆ槗閲戦瀛楃 */
+    tranAmountStr?: string;
+    /** 璐﹂潰浣欓 */
+    acctBalance?: number;
+    /** 瀵规柟甯愬彿/鎴峰悕 */
+    counterpartyAcctNoAndName?: string;
+    /** 浜ゆ槗娴佹按鍙� */
+    tranSeqNo?: string;
+    /** 涓绘満娴佹按鍙� */
+    hostTrace?: string;
+    /** 浠樻鏂硅处鍙� */
+    outAcctNo?: string;
+    /** 浠樻鏂规埛鍚� */
+    outAcctName?: string;
+    /** 鏀舵鏂硅处鍙� */
+    inAcctNo?: string;
+    /** 鏀舵鏂规埛鍚� */
+    inAcctName?: string;
+    incomeExpenseType?: IncomeExpenseTypeEnum;
+    /** 鐢靛瓙鍥炲崟 */
+    elecBillUrl?: string;
+    /** 鍚堝悓 */
+    contractUrl?: string;
+    /** 浠樻鏂圭綉鐐瑰彿 */
+    outNode?: string;
+    /** 浠樻鏂硅仈琛屽彿 */
+    outBankNo?: string;
+    /** 璐у竵绫诲瀷 */
+    ccyCode?: string;
+    /** 浠樻琛屽悕绉� */
+    outBankName?: string;
+    /** 鏀舵鏂圭綉鐐瑰彿 */
+    inNode?: string;
+    /** 鏀舵鏂硅仈琛屽彿 */
+    inBankNo?: string;
+    /** 鏀舵鏂硅鍚� */
+    inBankName?: string;
+    /** 鎽樿 */
+    abstractStr?: string;
+    status?: WalletTransactionStatusEnum;
+    /** 鐢靛瓙鍥炲崟鍚嶇О */
+    elecBillDocName?: string;
+  }
+
+  interface UserTransactionRecordListOutput {
+    id?: string;
+    walletMainId?: string;
+    /** 璐﹀彿 */
+    acctNo?: string;
+    /** 涓绘満璁拌处鏃ユ湡 */
+    acctDate?: string;
+    /** 浜ゆ槗鏃堕棿 */
+    txTime?: string;
+    /** 浜ゆ槗鏃堕棿(鏃ユ湡+鏃堕棿) */
+    accDateTime?: string;
+    /** 涓氬姟娴佹按鍙� */
+    bussSeqNo?: string;
+    /** 鐢ㄩ�旓紝闄勮█ */
+    purpose?: string;
+    /** 浜ゆ槗閲戦 */
+    tranAmount?: number;
+    /** 浜ゆ槗閲戦瀛楃 */
+    tranAmountStr?: string;
+    /** 璐﹂潰浣欓 */
+    acctBalance?: number;
+    /** 瀵规柟甯愬彿/鎴峰悕 */
+    counterpartyAcctNoAndName?: string;
+    /** 浜ゆ槗娴佹按鍙� */
+    tranSeqNo?: string;
+    /** 涓绘満娴佹按鍙� */
+    hostTrace?: string;
+    /** 浠樻鏂硅处鍙� */
+    outAcctNo?: string;
+    /** 浠樻鏂规埛鍚� */
+    outAcctName?: string;
+    /** 鏀舵鏂硅处鍙� */
+    inAcctNo?: string;
+    /** 鏀舵鏂规埛鍚� */
+    inAcctName?: string;
+    incomeExpenseType?: IncomeExpenseTypeEnum;
+    /** 鐢靛瓙鍥炲崟 */
+    elecBillUrl?: string;
+    /** 鍚堝悓 */
+    contractUrl?: string;
+  }
+
+  interface UserTransactionRecordListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: UserTransactionRecordListOutput[];
+  }
+
+  interface UserWalletBalanceInfoOutput {
+    isWalletAccountOpen?: boolean;
+    walletMainId?: string;
+    acctNo?: string;
+    acctName?: string;
+    opentBankNodeAddress?: string;
+    canUseMoneyTotal?: number;
+    directMoneyTotal?: number;
+    salaryMoneyTotal?: number;
+    canNotUseMoneyTotal?: number;
+    freezeMoneyTotal?: number;
+    allMoneyTotal?: number;
+    bankName?: string;
+  }
+
+  interface UserWalletSignStatusOutput {
+    /** 鏄惁寮�閫氶挶鍖� */
+    isOpenWallet?: boolean;
+    /** 鏄惁宸茬敵璇风數瀛愬嵃绔� */
+    isApplySignture?: boolean;
+  }
+
+  interface UserWithdrawDto {
+    id?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 鎻愮幇鍗曞彿 */
+    withDrawNo?: string;
+    /** 鎻愮幇绫诲瀷锛�10寰俊锛�20鏀粯瀹� 30 閾惰鍗� */
+    accountType?: number;
+    /** 璐﹀彿鍚� */
+    name?: string;
+    /** 鏀舵璐﹀彿 */
+    account?: string;
+    /** 璐﹀彿鏀 */
+    bankBranch?: string;
+    /** 鎻愮幇鏁伴 */
+    amount?: number;
+    /** 浜ゆ槗鐘舵�� */
+    status?: number;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 鍥炲崟URL */
+    receiptUrl?: string;
+    /** 鐢宠鏃堕棿 */
+    creationTime?: string;
+    /** 瀹屾垚鏃堕棿 */
+    completeTime?: string;
+    /** 鍚堣 */
+    totalAmount?: number;
+    /** 1浼佷笟 2 涓汉 */
+    userType?: number;
+  }
+
+  interface UserWithdrawDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: UserWithdrawDto[];
+  }
+
+  type VerificationCodeBusinessTypeEnum =
+    | 10
+    | 11
+    | 20
+    | 30
+    | 40
+    | 50
+    | 51
+    | 60
+    | 70
+    | 80
+    | 900
+    | 910
+    | 920;
 
   interface VersionCache {
     name?: string;
@@ -1626,7 +21484,758 @@
     sequence?: number;
   }
 
+  interface ViewUserInfo {
+    userId?: string;
+    /** 澶村儚 */
+    photoUrl?: string;
+    /** 鏈�鍚庝竴娆¤闂椂闂� */
+    createTime?: string;
+  }
+
+  interface VosAcctAutomaticClearingItem {
+    setID?: string;
+    subAcctNo?: string;
+    subAccountName?: string;
+    bindVosAcctNo?: string;
+    bindVosAcctAddMsg?: string;
+    whetherFlag?: string;
+    subAcctNoPosition?: string;
+    inputDate?: string;
+    subAcctStatus?: string;
+  }
+
+  type WalletAccountOpenAlipayStatusEnum = 1 | 2 | 3 | -1;
+
+  type WalletAccountOpenBankBindStatusEnum = 10 | 20;
+
+  type WalletAccountOpenBankSignStatusEnum = 10 | 20;
+
+  type WalletAccountOpenBankStatusEnum = 10 | 20;
+
+  type WalletAccountOpenBindInterfaceStatusEnum = 1 | 10 | 20;
+
+  interface WalletAccountOpenDetailOutput {
+    id?: string;
+    userId?: string;
+    /** 鐢ㄦ埛璐﹀彿 */
+    userName?: string;
+    status?: WalletAccountOpenStatusEnum;
+    /** 鑱旂郴浜� */
+    contacter?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contacterPhone?: string;
+    bankSignStatus?: WalletAccountOpenBankSignStatusEnum;
+    bankStatus?: WalletAccountOpenBankStatusEnum;
+    /** 缁戝畾鏃堕棿 */
+    bindDate?: string;
+    /** 鐢宠鏃ユ湡 */
+    applyDate?: string;
+    /** 鏀粯瀹濋獙璇佹椂闂� */
+    alipayValidTime?: string;
+    /** 鏀粯瀹濈绾︽棩鏈� */
+    alipaySignTime?: string;
+    alipayStatus?: WalletAccountOpenAlipayStatusEnum;
+    alipaySignStatus?: WalletAccountOpenAlipayStatusEnum;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 娉ㄥ唽鍦板潃鐪乧ode */
+    registerAddressProvinceCode?: number;
+    /** 娉ㄥ唽鍦板潃甯俢ode */
+    registerAddressCityCode?: number;
+    /** 娉ㄥ唽鍦板潃鍖哄幙code */
+    registerAddressCountyCode?: number;
+    /** 娉ㄥ唽鍦板潃鐪� */
+    registerAddressProvinceName?: string;
+    /** 娉ㄥ唽鍦板潃甯� */
+    registerAddressCityName?: string;
+    /** 娉ㄥ唽鍦板潃鍖哄幙 */
+    registerAddressCountyName?: string;
+    /** 娉ㄥ唽璇︾粏鍦板潃 */
+    registerAddressDetail?: string;
+    /** 瀹為檯缁忚惀鍦板潃鐪乧ode */
+    actualAddressProvinceCode?: number;
+    /** 瀹為檯缁忚惀鍦板潃甯俢ode */
+    actualAddressCityCode?: number;
+    /** 瀹為檯缁忚惀鍦板潃鍖哄幙code */
+    actualAddressCountyCode?: number;
+    /** 瀹為檯缁忚惀鍦板潃鐪� */
+    actualAddressProvinceName?: string;
+    /** 瀹為檯缁忚惀鍦板潃甯� */
+    actualAddressCityName?: string;
+    /** 瀹為檯缁忚惀鍦板潃鍖哄幙 */
+    actualAddressCountyName?: string;
+    /** 瀹為檯缁忚惀璇︾粏鍦板潃 */
+    actualAddressDetail?: string;
+    /** 钀ヤ笟鎵х収鏂囦欢鍦板潃 */
+    licenseUrl?: string;
+    bankBindStatus?: WalletAccountOpenBankBindStatusEnum;
+    /** 閾惰璁よ瘉鍗忚涓婁紶URL */
+    bankCertUrl?: string;
+    /** 閾惰鍗¤处鍙� */
+    acctNo?: string;
+    bindInterfaceStatus?: WalletAccountOpenBindInterfaceStatusEnum;
+    /** 鏀粯瀹濊处鍙� */
+    alipayAccount?: string;
+    /** 寮�鎴烽摱琛� */
+    opentBankNode?: string;
+    /** 寮�鎴烽摱琛屽湴鍧� */
+    opentBankNodeAddress?: string;
+  }
+
+  interface WalletAccountOpenFollowListOutput {
+    id?: string;
+    userId?: string;
+    walletAccountOpenId?: string;
+    /** 鍥炶璁板綍 */
+    followLog?: string;
+    /** 鍥炶浜� */
+    followContacter?: string;
+    /** 鍥炶鏃堕棿 */
+    creationTime?: string;
+  }
+
+  interface WalletAccountOpenFollowListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: WalletAccountOpenFollowListOutput[];
+  }
+
+  interface WalletAccountOpenManageListOutput {
+    id?: string;
+    userId?: string;
+    /** 鐢ㄦ埛璐﹀彿 */
+    userName?: string;
+    status?: WalletAccountOpenStatusEnum;
+    /** 鑱旂郴浜� */
+    contacter?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contacterPhone?: string;
+    bankSignStatus?: WalletAccountOpenBankSignStatusEnum;
+    bankStatus?: WalletAccountOpenBankStatusEnum;
+    /** 缁戝畾鏃堕棿 */
+    bindDate?: string;
+    /** 鐢宠鏃ユ湡 */
+    applyDate?: string;
+    /** 鏀粯瀹濋獙璇佹椂闂� */
+    alipayValidTime?: string;
+    /** 鏀粯瀹濈绾︽棩鏈� */
+    alipaySignTime?: string;
+    alipayStatus?: WalletAccountOpenAlipayStatusEnum;
+    alipaySignStatus?: WalletAccountOpenAlipayStatusEnum;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+  }
+
+  interface WalletAccountOpenManageListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: WalletAccountOpenManageListOutput[];
+  }
+
+  type WalletAccountOpenStatusEnum = 10 | 20;
+
+  interface WalletAccountOpenStatusInfo {
+    walletAccountType?: WalletAccountTypeEnum;
+    walletAccountOpenStatus?: WalletAccountOpenStatusEnum;
+  }
+
+  interface WalletAccountStatusList {
+    walletAccountType?: WalletAccountTypeEnum;
+    status?: WalletMainStatusEnum;
+  }
+
+  type WalletAccountTypeEnum = 10 | 20 | 30;
+
+  interface WalletAccountTypeMainStatusInfo {
+    walletAccountType?: WalletAccountTypeEnum;
+    walletMainStatus?: WalletMainStatusEnum;
+  }
+
+  interface WalletAccountTypeOpenInfoOutput {
+    walletAccountOpenId?: string;
+    walletAccountType?: WalletAccountTypeEnum;
+    acctNo?: string;
+    acctName?: string;
+    enterpriseName?: string;
+    opentBankNode?: string;
+    societyCreditCode?: string;
+    isWalletAccountOpen?: boolean;
+    opentBankNodeAddress?: string;
+    bankName?: string;
+  }
+
+  interface WalletBalanceDetailOutput {
+    acctNo?: string;
+    bankName?: string;
+    allMoneyTotal?: number;
+    bankMoneyTotal?: number;
+    yesterdayBankMoneyTotal?: number;
+    alipayAccount?: string;
+    alipayMoneyTotal?: number;
+    alipayYesterdayMoneyTotal?: number;
+    bankFreezeMoneyTotal?: number;
+    alipayFreezeMoneyTotal?: number;
+    status?: WalletMainStatusEnum;
+  }
+
+  interface WalletBatchImportTempOutput {
+    id?: string;
+    /** 鎵归噺Id */
+    batchId?: string;
+    /** 瀵规柟璇佷欢鍙风爜 */
+    idNo?: string;
+    /** 瀵规柟寮�鎴疯鍚� */
+    oppBankName?: string;
+    /** 瀵规柟甯愬彿 */
+    oppAccNo?: string;
+    /** 瀵规柟鎴峰悕 */
+    oppAccName?: string;
+    /** 閲戦 */
+    amount?: number;
+    /** 璧勯噾鐢ㄩ�� */
+    useEx?: string;
+    /** 鎵嬫満鍙� */
+    phoneNumber?: string;
+  }
+
+  interface WalletBatchImportTempOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: WalletBatchImportTempOutput[];
+  }
+
+  interface WalletBatchTransferDetailInfoOutput {
+    /** 涓氬姟娴佹按鍙� */
+    bussFlowNo?: string;
+    /** 浠樻鏂硅处鍙� */
+    userName?: string;
+    /** 浠樻鏂硅处鍙� */
+    outAcctNo?: string;
+    /** 浠樻鏂规埛鍚� */
+    outAcctName?: string;
+    /** 浜ゆ槗閲戦 */
+    amount?: number;
+    /** 绗旀暟 */
+    count?: number;
+    /** 浠樻鏂瑰紑鎴疯鍚� */
+    outBankName?: string;
+    creationTime?: string;
+    /** 鍚堝悓銆佸崗璁� */
+    contractUrl?: string;
+    /** 宸ヨ祫鏄庣粏 */
+    salaryExcelUrl?: string;
+    /** 瀹℃牳鎵规敞 */
+    auditNote?: string;
+    id?: string;
+    /** 鎵规澶囨敞 */
+    useEx?: string;
+    checkStatus?: WalletTransferStatusEnum;
+  }
+
+  interface WalletBatchTransferDetailListOutput {
+    creationTime?: string;
+    id?: string;
+    /** 涓氬姟娴佹按鍙� */
+    bussFlowNo?: string;
+    /** 浠樻鏂硅处鍙� */
+    userName?: string;
+    /** 浠樻鏂硅处鎴� */
+    outAcctNo?: string;
+    /** 浠樻鏂规埛鍚� */
+    outAcctName?: string;
+    /** 瀵规柟寮�鎴疯鍚� */
+    oppBankName?: string;
+    /** 瀵规柟甯愬彿 */
+    oppAccNo?: string;
+    /** 瀵规柟鎴峰悕 */
+    oppAccName?: string;
+    /** 浜ゆ槗閲戦 */
+    amount?: number;
+    userId?: string;
+    status?: BatchIssuanceRegulatorsStatusEnum;
+  }
+
+  interface WalletBatchTransferDetailListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: WalletBatchTransferDetailListOutput[];
+  }
+
+  interface WalletBatchTransferListOutput {
+    creationTime?: string;
+    id?: string;
+    /** 涓氬姟娴佹按鍙� */
+    bussFlowNo?: string;
+    /** 浠樻鏂硅处鍙� */
+    userName?: string;
+    /** 浠樻鏂硅处鍙� */
+    outAcctNo?: string;
+    /** 浠樻鏂规埛鍚� */
+    outAcctName?: string;
+    /** 浜ゆ槗閲戦 */
+    amount?: number;
+    /** 绗旀暟 */
+    count?: number;
+    /** 鎵规澶囨敞 */
+    useEx?: string;
+    status?: BatchIssuanceRegulatorsStatusEnum;
+    checkStatus?: WalletTransferStatusEnum;
+  }
+
+  interface WalletBatchTransferListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: WalletBatchTransferListOutput[];
+  }
+
+  interface WalletDayHistoryBalanceOutput {
+    id?: string;
+    currentDate?: string;
+    /** 鏃ユ湡 */
+    currentDateStr?: string;
+    /** 鏃ョ粓璐﹂潰鎬讳綑棰� */
+    currentWalletTotalMoney?: number;
+  }
+
+  interface WalletDayHistoryBalanceOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: WalletDayHistoryBalanceOutput[];
+  }
+
+  interface WalletDetailBillItem {
+    dayOfWeek?: number;
+    detailDate?: string;
+    /** 褰撳墠鏃ユ湡 */
+    currentDate?: string;
+    dayOfWeekStr?: string;
+    userEx?: string;
+    startMoneyTotal?: number;
+    incomeMoneyTotal?: number;
+    incomeCount?: number;
+    outMoneyTotal?: number;
+    endMoneyTotal?: number;
+    outCount?: number;
+    id?: string;
+  }
+
+  interface WalletDetailBillItemPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: WalletDetailBillItem[];
+  }
+
+  interface WalletDetailItem {
+    id?: string;
+    userEx?: string;
+    incomeMoneyTotal?: number;
+    incomeCount?: number;
+    outMoneyTotal?: number;
+    outCount?: number;
+  }
+
+  interface WalletDetailItemPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: WalletDetailItem[];
+  }
+
+  interface WalletDetailTotalOutput {
+    startMoneyTotal?: number;
+    incomeMoneyTotal?: number;
+    outMoneyTotal?: number;
+    incomeCount?: number;
+    outCount?: number;
+    endMoneyTotal?: number;
+  }
+
+  interface WalletMainListOutput {
+    walletMainId?: string;
+    id?: string;
+    /** 璐﹀彿 */
+    acctNo?: string;
+    /** 璐﹀彿 */
+    userName?: string;
+    acctName?: string;
+    /** 鑱旂郴浜� */
+    contacter?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contacterPhone?: string;
+    /** 閾惰鍗¤祫閲戞�婚 */
+    bankMoneyTotal?: number;
+    /** 閾惰鍗″喕缁撹祫閲戞�婚 */
+    bankFreezeMoneyTotal?: number;
+    /** 鏀粯瀹濊祫閲戞�婚 */
+    alipayMoneyTotal?: number;
+    /** 鏀粯瀹濆喕缁撹祫閲戞�婚 */
+    alipayFreezeMoneyTotal?: number;
+    status?: WalletMainStatusEnum;
+    userId?: string;
+    /** 閾惰鏄惁鍐荤粨鐘舵�� 10 姝e父 -20 娉ㄩ攢 -10 鍐荤粨 0 鏈紑閫� */
+    bankWalletStatus?: number;
+    bankStatus?: WalletAccountOpenBankStatusEnum;
+    alipayStatus?: WalletAccountOpenAlipayStatusEnum;
+    /** 鏀粯瀹濇槸鍚﹀喕缁撶姸鎬� 10 姝e父 -20 娉ㄩ攢 -10 鍐荤粨 0 鏈紑閫� */
+    alipayWalletStatus?: number;
+  }
+
+  interface WalletMainListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: WalletMainListOutput[];
+  }
+
+  type WalletMainStatusEnum = 10 | -20 | -10;
+
+  type WalletPayChannelFeeCalculationTypeEnum = 10 | 20;
+
+  interface WalletPayChannelFeeSettingOutput {
+    walletPayChannelId?: string;
+    beginAmount?: number;
+    endAmount?: number;
+    feeCalculationType?: WalletPayChannelFeeCalculationTypeEnum;
+    feeCalculationValue?: number;
+    id?: string;
+  }
+
+  interface WalletPayChannelOutput {
+    id?: string;
+    walletAccountType?: WalletAccountTypeEnum;
+    /** 鏀粯鍚嶇О */
+    payName?: string;
+    /** 鏀粯閫氶亾 */
+    payChannelName?: string;
+    /** 鎴峰悕 */
+    accountName?: string;
+    /** 鍟嗘埛鍙� */
+    merchantAccountNo?: string;
+    settingStatus?: WalletPayChannelSettingStatus;
+    status?: WalletPayChannelStatus;
+  }
+
+  type WalletPayChannelSettingStatus = 10 | -10;
+
+  type WalletPayChannelStatus = 10 | -10;
+
+  type WalletPayTypeEnum = 10 | 20 | 30;
+
+  interface WalletRechargeInput {
+    walletMainId?: string;
+    /** 浠樻琛屽悕绉� */
+    outBankName: string;
+    /** 浠樻鏂硅处鍙� */
+    outAcctNo: string;
+    /** 浠樻鏂规埛鍚� */
+    outAcctName: string;
+    /** 浜ゆ槗閲戦 */
+    tranAmount?: number;
+    /** 鏀舵鏂硅鍚� */
+    inBankName?: string;
+    /** 鏀舵鏂硅处鍙� */
+    inAcctNo?: string;
+    /** 鏀舵鏂规埛鍚� */
+    inAcctName?: string;
+    status?: number;
+    /** 涓婁紶姹囨鍥炲崟 */
+    elecBillUrl: string;
+  }
+
+  interface WalletRechargeOutput {
+    id?: string;
+    /** 閽卞寘Id */
+    walletMainId?: string;
+    /** 浠樻琛屽悕绉� */
+    outBankName?: string;
+    /** 浠樻鏂硅处鍙� */
+    outAcctNo?: string;
+    /** 浠樻鏂规埛鍚� */
+    outAcctName?: string;
+    /** 浜ゆ槗閲戦 */
+    tranAmount?: number;
+    /** 鏀舵鏂硅鍚� */
+    inBankName?: string;
+    /** 鏀舵鏂硅处鍙� */
+    inAcctNo?: string;
+    /** 鏀舵鏂规埛鍚� */
+    inAcctName?: string;
+    status?: WalletRechargeStatusEnum;
+    /** 瀹℃壒鐞嗙敱 */
+    checkRemark?: string;
+    /** 涓婁紶姹囨鍥炲崟 */
+    elecBillUrl?: string;
+    /** 鍏呭�兼祦姘村彿 */
+    requestNo?: string;
+    /** 璐﹀彿 */
+    userName?: string;
+    /** 鎻愪氦鏃ユ湡 */
+    creationTime?: string;
+  }
+
+  interface WalletRechargeOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: WalletRechargeOutput[];
+  }
+
+  type WalletRechargeStatusEnum = 10 | 11 | 20 | -10;
+
+  interface WalletSingleTransferDetailOutput {
+    id?: string;
+    walletMainId?: string;
+    walletAccountType?: WalletAccountTypeEnum;
+    /** 鐢ㄦ埛璐﹀彿 */
+    userName?: string;
+    /** 璇锋眰鏂圭郴缁熸祦姘村彿 */
+    cnsmrSeqNo?: string;
+    /** 璐у竵绫诲瀷 */
+    ccyCode?: string;
+    outUserId?: string;
+    /** 浠樻浜鸿处鎴� 鎵f璐︽埛 */
+    outAcctNo?: string;
+    /** 浠樻浜烘埛鍚� */
+    outAcctName?: string;
+    /** 浠樻鏂规敮琛屽湴鍧� */
+    outBankNodeAddress?: string;
+    /** 鏀舵浜鸿处鎴� */
+    inAcctNo?: string;
+    /** 鏀舵浜鸿处鎴锋埛鍚� */
+    inAcctName?: string;
+    /** 鏀舵鏂硅鍚� */
+    inBankName?: string;
+    inUserId?: string;
+    /** 杞嚭閲戦 */
+    tranAmount?: number;
+    /** 鎻愪氦鏃堕棿 */
+    creationTime?: string;
+    status?: WalletTransferStatusEnum;
+    /** 瀹℃牳鏃堕棿 */
+    checkDate?: string;
+    /** 瀹℃牳浜� */
+    checkUserId?: string;
+    /** 璧勯噾鐢ㄩ�� */
+    useEx?: string;
+    /** 鎽樿 */
+    abstractStr?: string;
+    /** 鍚堝悓銆佸崗璁� */
+    contractUrl?: string;
+    /** 鍚堝悓/鍗忚鍚嶇О */
+    contractName?: string;
+    /** 闄勮█ */
+    postscript?: string;
+    /** 鏀粯鍑瘉 */
+    payVoucherUrl?: string;
+    /** 鏀粯鍑瘉鍚嶇О */
+    payVoucherName?: string;
+  }
+
+  interface WalletSingleTransferListOutput {
+    id?: string;
+    walletMainId?: string;
+    walletAccountType?: WalletAccountTypeEnum;
+    /** 鐢ㄦ埛璐﹀彿 */
+    userName?: string;
+    /** 璇锋眰鏂圭郴缁熸祦姘村彿 */
+    cnsmrSeqNo?: string;
+    /** 璐у竵绫诲瀷 */
+    ccyCode?: string;
+    outUserId?: string;
+    /** 浠樻浜鸿处鎴� 鎵f璐︽埛 */
+    outAcctNo?: string;
+    /** 浠樻浜烘埛鍚� */
+    outAcctName?: string;
+    /** 浠樻鏂规敮琛屽湴鍧� */
+    outBankNodeAddress?: string;
+    /** 鏀舵浜鸿处鎴� */
+    inAcctNo?: string;
+    /** 鏀舵浜鸿处鎴锋埛鍚� */
+    inAcctName?: string;
+    /** 鏀舵鏂硅鍚� */
+    inBankName?: string;
+    inUserId?: string;
+    /** 杞嚭閲戦 */
+    tranAmount?: number;
+    /** 鎻愪氦鏃堕棿 */
+    creationTime?: string;
+    status?: WalletTransferStatusEnum;
+    /** 瀹℃牳鏃堕棿 */
+    checkDate?: string;
+    /** 瀹℃牳浜� */
+    checkUserId?: string;
+  }
+
+  interface WalletSingleTransferListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: WalletSingleTransferListOutput[];
+  }
+
+  type WalletTransactionStatusEnum = 10 | 11 | 20 | 30 | 40;
+
+  type WalletTransferStatusEnum = 10 | 30 | 40;
+
+  interface WebankDoFaceCompareInput {
+    /** Base64缂栫爜鐨勭収鐗囦俊鎭� */
+    data1?: string;
+    /** Base64缂栫爜鐨勭収鐗囦俊鎭� */
+    data2?: string;
+  }
+
+  interface WebankDoFaceCompareResponse {
+    /** 鐓х墖鐩镐技搴︽瘮瀵瑰緱鍒� */
+    score?: string;
+    /** 鐓х墖姣斿閿欒淇℃伅锛氣�滄垚鍔熲�濊〃绀轰袱寮犵収鐗囨瘮瀵规垚鍔� */
+    message?: string;
+  }
+
+  interface WebankDoFaceCompareResponseBestSignOutputBase {
+    errno?: string;
+    errmsg?: string;
+    cost?: string;
+    data?: WebankDoFaceCompareResponse;
+  }
+
+  interface WebankGetFaceAuthSignIdcardFaceVerifyInput {
+    /** 鎺ュ彛璐﹀彿 */
+    account?: string;
+    /** 寮�鍙戣�呰嚜瀹氫箟鐨勫敮涓�鏍囪瘑鐨勫瓧绗︿覆 */
+    orderNo?: string;
+  }
+
+  interface WebankGetFaceAuthSignIdcardFaceVerifyResponse {
+    /** 娴佺▼id */
+    flowId?: string;
+    /** 寮�鍙戣�呰嚜瀹氫箟鐨勫敮涓�鏍囪瘑鐨勫瓧绗︿覆 */
+    orderNo?: string;
+    /** 鐢ㄦ埛鐨勫敮涓�鏍囪瘑 姣忎竴娆¤皟鐢⊿DK闇�瑕佷紶鍏ョ殑userid锛岀敤鎴风殑鍞竴鏍囪瘑 */
+    webankUserid?: string;
+    /** 32浣嶉殢鏈哄瓧绗︿覆锛屽寘鍚瓧姣嶅拰鏁板瓧锛岃皟鐢⊿DK鏃堕渶瑕佷娇鐢� */
+    randomStr?: string;
+    /** url缂栫爜鍚庣殑鍒疯劯璁よ瘉绛惧悕锛堥暱搴︿负40锛夛紝璋冪敤SDK鏃堕渶瑕佷娇鐢紝鏈夋晥鏈�120s */
+    faceAuthSign?: string;
+  }
+
+  interface WebankGetFaceAuthSignIdcardFaceVerifyResponseBestSignOutputBase {
+    errno?: string;
+    errmsg?: string;
+    cost?: string;
+    data?: WebankGetFaceAuthSignIdcardFaceVerifyResponse;
+  }
+
   interface WindowsTimeZone {
     timeZoneId?: string;
   }
+
+  type WxMiniAppEnum = 10 | 20 | 30;
+
+  interface WxMiniAppIndentityInfo {
+    /** 浼氳瘽瀵嗛挜 */
+    sessionKey?: string;
+    /** 灏忕▼搴廜penId */
+    openId?: string;
+    /** 鐢ㄦ埛鍚嶏紙璇ュ�间负绌哄垯闇�鎵嬫満鎺堟潈鐧诲綍锛屼笉涓虹┖鍒欏凡鏈夎灏忕▼搴忕敤鎴凤級 */
+    userName?: string;
+    unionId?: string;
+  }
+
+  interface WxMiniAppLoginInfo {
+    /** 鐘舵�侊細-10锛氫簩缁寸爜杩囨湡/鐧诲綍鏃舵晥杩囨湡锛�0锛氱櫥褰曞垵濮�/浜岀淮鐮佸垵鐢熸垚锛�10锛氱櫥褰曠‘璁� */
+    status?: number;
+    /** 鐢ㄦ埛鍚� */
+    userName?: string;
+    accessToken?: IdentityModelTokenCacheItem;
+  }
+
+  interface WxMiniAppPhoneAuthLoginFromScanInput {
+    /** 锛堟壂鐮侊級鐧诲綍Id */
+    uId: string;
+    /** 鍖呮嫭鏁忔劅鏁版嵁鍦ㄥ唴鐨勫畬鏁寸敤鎴蜂俊鎭殑鍔犲瘑鏁版嵁 */
+    encryptedData: string;
+    /** 鍔犲瘑绠楁硶鐨勫垵濮嬪悜閲� */
+    iv: string;
+    /** 鑾峰彇浼氳瘽瀵嗛挜 */
+    sessionKey: string;
+    /** 灏忕▼搴廜penId */
+    openId: string;
+    wxMiniApp?: WxMiniAppEnum;
+  }
+
+  interface WxMiniAppPhoneLoginInput {
+    /** 鍖呮嫭鏁忔劅鏁版嵁鍦ㄥ唴鐨勫畬鏁寸敤鎴蜂俊鎭殑鍔犲瘑鏁版嵁 */
+    encryptedData: string;
+    /** 鍔犲瘑绠楁硶鐨勫垵濮嬪悜閲� */
+    iv: string;
+    /** 鑾峰彇浼氳瘽瀵嗛挜 */
+    sessionKey: string;
+    /** 灏忕▼搴廜penId */
+    openId: string;
+    wxMiniApp?: WxMiniAppEnum;
+  }
+
+  interface WxMiniAppUserLoginFromScanInput {
+    /** 锛堟壂鐮侊級鐧诲綍Id */
+    uId: string;
+    /** 鐢ㄦ埛鍚� */
+    userName: string;
+    /** 灏忕▼搴廜penId */
+    openId: string;
+  }
+
+  interface WxRechargeInfo {
+    /** 鍏呭�煎崟鍙� */
+    rechargeNo?: string;
+    /** 鍏呭�肩爜鍦板潃 */
+    rechargeCodeUrl?: string;
+  }
+
+  interface WxRechargeInfoAjaxResponse {
+    success?: boolean;
+    msg?: string;
+    error?: RemoteServiceErrorInfo;
+    unAuthorizedRequest?: boolean;
+    result?: WxRechargeInfo;
+  }
+
+  interface WxRechargeInput {
+    /** 鍏呭�奸噾棰濓紝鍗曚綅涓哄厓銆� */
+    amount?: number;
+    /** 鍟嗗搧鎻忚堪 */
+    description?: string;
+    /** 澶囨敞 */
+    remark?: string;
+  }
+
+  interface WxRechargeNotifyInput {
+    /** 閫氱煡Id */
+    id: string;
+    /** 閫氱煡鍒涘缓鏃堕棿 */
+    createTime: string;
+    /** 閫氱煡绫诲瀷 */
+    eventType: string;
+    /** 閫氱煡鏁版嵁绫诲瀷 */
+    resourceType: string;
+    resource: Resource;
+    /** 鍥炶皟鎽樿 */
+    summary: string;
+  }
+
+  interface WxRechargeNotifyResult {
+    /** 杩斿洖鐘舵�佺爜(閿欒鐮侊紝SUCCESS涓烘帴鏀舵垚鍔燂紝鍏朵粬閿欒鐮佷负澶辫触) */
+    code?: string;
+    /** 杩斿洖淇℃伅锛屽闈炵┖锛屼负閿欒鍘熷洜 */
+    message?: string;
+  }
+
+  interface WXSubscribeEventInput {
+    toUserName?: string;
+    fromUserName?: string;
+    createTime?: number;
+    msgType?: string;
+    event?: string;
+    eventKey?: string;
+    ticket?: string;
+  }
 }

--
Gitblit v1.9.1