zhengyiming
6 天以前 44f10c278aae48b8793ae7309488c24494e69866
src/services/api/typings.d.ts
@@ -252,6 +252,12 @@
    industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
    /** 无需政务端审核 */
    notNeedGovernmentAudit?: boolean;
    /** 无需运营端审核 */
    noNeedForOperationalReview?: boolean;
    /** 政务端双重审核 */
    dualReviewOfGovernmentAffairs?: boolean;
    /** 公司信息 */
    industrialParkCompanyFile?: IndustrialParkCompanyFile[];
  }
  interface AddIndustryBodyAuditInput {
@@ -453,6 +459,11 @@
    userId?: string;
  }
  interface AddParkBountyApplyByEnterpriseInput {
    batchNo?: string;
    enterpriseMonthApplyId?: string;
  }
  interface AddParkBountyApplyStepOneInput {
    batchNo?: string;
    parkId?: string;
@@ -510,6 +521,12 @@
    signChannel?: SignChannelEnum;
    /** 模板编辑数据 */
    templateEditData?: string;
    /** 是否自动签 */
    isAutoSign?: boolean;
    /** 自动签授权书 */
    autoSignPowerAttorneyUrl?: string;
    /** 自定义内容 */
    customContentIds?: string[];
  }
  interface AddUpdateCustomerInput {
@@ -1284,8 +1301,19 @@
    parentId?: string;
  }
  interface APIgetAllModuleListParams {
    menuScene?: EnumMenuScene;
  }
  interface APIgetAllSubModuleParams {
    moduleId?: string;
  }
  interface APIgetAllSystemTemplateDataParamSettingListParams {
    /** 是否默认 */
    isDefault?: boolean;
    /** 模板Id */
    lgGigWorkerCustomerTemplateId?: string;
  }
  interface APIgetBatchBillStaffListParams {
@@ -1359,6 +1387,15 @@
    moduleId?: string;
  }
  interface APIgetCustomContractParamterSelectParams {
    /** 客户Id */
    customerId?: string;
    /** 是否默认 */
    isDefault?: boolean;
    /** 合同模板Id */
    templateId?: string;
  }
  interface APIgetCustomerFileTypeHeadParams {
    enterpriseId?: string;
  }
@@ -1373,10 +1410,6 @@
  interface APIgetCustomerTemplateParamListByTemplateIdParams {
    templateId?: string;
  }
  interface APIgetCustomerUploadFileRecordParams {
    withMonth?: string;
  }
  interface APIgetDefaultConnectionStringParams {
@@ -1741,6 +1774,11 @@
    id?: string;
  }
  interface APIgetRewardStatisticsMonthsParams {
    /** 所属园区Id */
    industrialParkId?: string;
  }
  interface APIgetRolesIdRolesParams {
    id: string;
  }
@@ -1833,6 +1871,12 @@
  interface APIgetUserOrRoleModuleListParams {
    id?: string;
    objectType?: number;
  }
  interface APIgetUserOrRoleModuleListParams {
    id?: string;
    menuScene?: EnumMenuScene;
    objectType?: number;
  }
@@ -2814,6 +2858,40 @@
    serviceStaffId?: string;
  }
  interface BatchSignContractInput {
    /** 对外用户Id */
    outUserId?: string;
    /** 对外合同Id */
    outContractIds?: string[];
  }
  interface BatchSignContractOutput {
    /** 成功合同Id */
    successIds?: string[];
    errors?: BatchSignContractOutputError[];
  }
  interface BatchSignContractOutputError {
    /** 对外合同Id */
    outContractId?: string;
    /** 错误消息 */
    errorMessages?: string;
  }
  interface BatchUpdateContractParamterStatusInput {
    /** 参数Id */
    ids?: string[];
    status?: EnumElectronSignContractParameterStatus;
  }
  interface BatchUpdateCustomContractParamterStatusInput {
    /** 客户Id */
    customerId?: string;
    /** 参数Id */
    ids?: string[];
    status?: EnumElectronSignContractParameterStatus;
  }
  interface BestSignDownloadImageDataResponse {
    /** 图片文件流 */
    data?: any[];
@@ -2890,7 +2968,7 @@
    userId?: string;
  }
  type BountyCheckStatusEnum = 10 | 20 | 30 | -10;
  type BountyCheckStatusEnum = 10 | 20 | 30 | -20 | -10;
  interface BuildRewardStatisticsInput {
    /** 开始统计月份 */
@@ -4046,6 +4124,8 @@
    password?: string;
    /** 产业园区id */
    industrialParkId?: string;
    /** 统一社会信用代码 */
    societyCreditCode?: string;
  }
  interface CreateBackClientUserInput {
@@ -4066,6 +4146,7 @@
  }
  interface CreateBaseRoleInput {
    menuScene?: EnumMenuScene;
    /** 名称 */
    name?: string;
    /** 排序 */
@@ -4134,6 +4215,35 @@
    /** 跟进备注 */
    remark?: string;
    status?: CooperationApplyStatusEnum;
  }
  interface CreateGovermentSubAccounts {
    /** 名称 */
    name?: string;
    /** 用户名 */
    userName?: string;
    /** 备注 */
    remark?: string;
    /** 手机号 */
    phoneNumber?: string;
    /** 用户端Id */
    clientId?: string;
    /** 园区Ids */
    industrialParkIds?: string[];
    /** 角色 */
    roleNames?: string[];
    /** 是否理赔提醒 */
    sendClaimMessage?: boolean;
    /** 是否保单到期提醒 */
    sendBillExpireMessage?: boolean;
    /** 是否短信提醒 */
    isSendMessage?: boolean;
    /** 是否人员变更提醒 */
    staffChangeMessage?: boolean;
    /** 是否批改提醒 */
    batchUpdateMessage?: boolean;
    /** 密码 */
    password?: string;
  }
  interface CreateGoverUserInput {
@@ -4984,6 +5094,12 @@
    name: string;
    /** 模板编号 */
    templateCode: string;
    /** 是否自动签 */
    isAutoSign?: boolean;
    /** 自动签授权书 */
    autoSignPowerAttorneyUrl?: string;
    /** 自定义内容 */
    customContents?: string[];
    /** 模板变量 */
    values: CreateOrUpdateContractTemplateValueInput[];
  }
@@ -4998,6 +5114,12 @@
    name?: string;
    /** 是否必填 */
    required?: boolean;
    /** 坐标X */
    x?: number;
    /** 坐标Y */
    y?: number;
    /** 页码 */
    page?: number;
  }
  interface CreateOrUpdateCooperationApplyInput {
@@ -5147,6 +5269,7 @@
  }
  interface CreateOrUpdateRoleInput {
    menuScene?: EnumMenuScene;
    /** 名称 */
    name?: string;
    /** 排序 */
@@ -5194,8 +5317,13 @@
    incomeBankCardNumber?: string;
    /** 开户行 */
    incomeBankName?: string;
    /** 投保人数 */
    insurePeopleNum?: number;
    enterpriseId?: string;
    selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
    auditType?: EnumParkBountyTradeDetailAuditType;
    /** 江祐保自主出账关联保单id */
    insurancePolicyId?: string;
  }
  interface CreateParkOrHRAdvertiseInput {
@@ -5650,6 +5778,9 @@
    isSignFreeSet?: boolean;
    /** 注册时间 */
    registTime?: string;
    /** 备注 */
    remark?: string;
    industrialParkCompanyList?: IndustrialParkCompanyOutput[];
  }
  interface CustomerManageListOutputPageOutput {
@@ -5706,6 +5837,9 @@
    /** 申报金额 */
    applyAmount?: number;
    fileTypes?: CustomerUploadMonthApplyFileType[];
    enterpriseId?: string;
    /** 是否是运营端代上传 */
    isAdminFileUpload?: boolean;
  }
  interface CustomerUploadMonthApplyFileType {
@@ -5714,14 +5848,31 @@
  }
  interface CustomerUploadMonthApplyFileTypeDto {
    parkBountyApplyId?: string;
    fileSearchTypeId?: string;
    id?: string;
    enterpriseId?: string;
    fileSearchTypeName?: string;
    fileType?: string;
    fileSize?: number;
    fileUrl?: string;
    sort?: number;
    creationTime?: string;
    searchType?: number;
  }
  interface CustomerUploadMonthApplyFileV2Input {
    withMonth?: string;
    /** 申报金额 */
    applyAmount?: number;
    fileTypes?: CustomerUploadMonthApplyFileType[];
    enterpriseId?: string;
    /** 是否是运营端代上传 */
    isAdminFileUpload?: boolean;
    /** 汇总材料 */
    bountyCollectFileTypeList?: CustomerUploadMonthApplyFileTypeDto[];
    /** 汇算材料 */
    bountyCollectCountFileTypeList?: CustomerUploadMonthApplyFileTypeDto[];
  }
  interface DataprepareCreateExtInfo {
@@ -6029,6 +6180,7 @@
  interface EnterpriseApplyDrawWithInput {
    amount?: number;
    invoiceUrl?: string;
    enterpriseId?: string;
  }
  interface EnterpriseBatchRefundInput {
@@ -6105,6 +6257,8 @@
    remark?: string;
    /** 文件数量 */
    fileCount?: number;
    /** 企业申报材料数量 */
    enterpriseMonthApplyFileCount?: number;
    lastModificationTime?: string;
    lastModifierName?: string;
    lastModifierId?: string;
@@ -6227,6 +6381,8 @@
    configuration?: Record<string, any>;
  }
  type EnumElectronSignContractParameterStatus = 10 | 20;
  type EnumElectronSignContractStatus = 1 | 2 | 3 | 4 | 5 | 9 | 99;
  type EnumElectronSignContractSupplier = 10 | 20;
@@ -6245,9 +6401,13 @@
  type EnumElectronSignUserType = 10 | 20;
  type EnumMenuScene = 0 | 1;
  type EnumPagedListOrder = 0 | 1;
  type EnumParkBountyTradeDetailAuditStatus = 10 | 20 | 30;
  type EnumParkBountyTradeDetailAuditType = 10 | 100;
  type EnumParkRewardStatisticsDetailScene = 1 | 2 | 3 | 4 | 5;
@@ -6423,7 +6583,7 @@
    fileId?: string;
  }
  type FinanceStatusEnum = 1 | 2 | 3;
  type FinanceStatusEnum = 1 | 2 | 3 | -1;
  type FinanceTypeEnum = 10 | 20 | 30;
@@ -7171,6 +7331,46 @@
    completedEndDate?: string;
  }
  interface GetContractParamterListInput {
    pageModel?: Pagination;
    /** 关键字 */
    keywords?: string;
    status?: EnumElectronSignContractParameterStatus;
  }
  interface GetContractParamterListItem {
    /** 参数Id */
    id?: string;
    /** 数据参数名称 */
    dataParamName?: string;
    /** 数据参数字段名称 */
    dataParamNameFieldName?: string;
    /** 数据参数默认值 */
    dataParamDefaultValue?: string;
    /** 是否 不是数值参数,即无需值 */
    isNotValueParam?: boolean;
    /** 是否默认 */
    isDefault?: boolean;
    status?: EnumElectronSignContractParameterStatus;
  }
  interface GetContractParamterListItemPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: GetContractParamterListItem[];
  }
  interface GetContractTemplateCustomContentDto {
    /** 合同模板Id */
    templateId?: string;
    /** 变量名称 */
    label?: string;
    /** 变量代码 */
    name?: string;
    /** 值 */
    value?: string;
  }
  interface GetContractTemplateDto {
    /** Id */
    id?: string;
@@ -7183,6 +7383,12 @@
    name?: string;
    /** 模板编号 */
    templateCode?: string;
    /** 是否自动签 */
    isAutoSign?: boolean;
    /** 自动签授权书 */
    autoSignPowerAttorneyUrl?: string;
    /** 模板变量 */
    customContents?: GetContractTemplateCustomContentDto[];
    /** 模板变量 */
    values?: GetContractTemplateValueDto[];
  }
@@ -7211,6 +7417,12 @@
    name?: string;
    /** 是否必填 */
    required?: boolean;
    /** 坐标X */
    x?: number;
    /** 坐标Y */
    y?: number;
    /** 页码 */
    page?: number;
  }
  interface GetCooperationApplyInput {
@@ -7259,6 +7471,33 @@
    startDate?: string;
    /** 截止日期 */
    endDate?: string;
  }
  interface GetCustomContractParamterListInput {
    pageModel?: Pagination;
    /** 客户Id */
    customerId?: string;
    /** 关键字 */
    keywords?: string;
    status?: EnumElectronSignContractParameterStatus;
  }
  interface GetCustomContractParamterListItem {
    /** 参数Id */
    id?: string;
    /** 变量名称 */
    label?: string;
    /** 变量代码 */
    name?: string;
    /** 是否默认 */
    isDefault?: boolean;
    status?: EnumElectronSignContractParameterStatus;
  }
  interface GetCustomContractParamterListItemPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: GetCustomContractParamterListItem[];
  }
  interface GetCustomerDto {
@@ -7380,6 +7619,8 @@
    outCheckTimeEnd?: string;
    outCheckStatus?: BountyCheckStatusEnum;
    inCheckStatus?: BountyCheckStatusEnum;
    /** 所属园区 */
    industrialParkId?: string;
  }
  interface GetCustomersExportInput {
@@ -7402,6 +7643,23 @@
    creatorId?: string;
    /** 是否可以编辑名称 */
    isCanEditName?: boolean;
    /** 是否自动签 */
    isAutoSign?: boolean;
    /** 自动签授权书(选择自动签时显示) */
    autoSignPowerAttorneyUrl?: string;
    /** 自定义内容 */
    customContents?: GetCustomerTemplateDetailOutputCustomContent[];
  }
  interface GetCustomerTemplateDetailOutputCustomContent {
    /** 模板Id */
    templateId?: string;
    /** Id */
    id?: string;
    /** 数据参数名称 */
    dataParamName?: string;
    /** 值 */
    value?: string;
  }
  interface GetCustomerTemplateListOutput {
@@ -7419,6 +7677,10 @@
    platedTime?: string;
    /** 操作人 */
    operator?: string;
    /** 是否自动签 */
    isAutoSign?: boolean;
    /** 自定义内容 */
    customContents?: GetCustomerTemplateDetailOutputCustomContent[];
  }
  interface GetCustomerUploadApplyFilesByTypeInput {
@@ -7436,6 +7698,7 @@
  interface GetCustomerUploadApplyFilesInput {
    id?: string;
    enterpriseId?: string;
    userId?: string;
    withMonth?: string;
    parkBountyApplyId?: string;
  }
@@ -7467,6 +7730,28 @@
    parkName?: string;
    /** 附件 */
    items?: GetCustomerUploadApplyFilesOutput[];
  }
  interface GetCustomerUploadApplyFilesV2Response {
    /** 所属月份 */
    withMonth?: string;
    /** 企业名称 */
    enterpriseName?: string;
    /** 申报金额 */
    applyAmount?: number;
    /** 所属园区 */
    parkName?: string;
    /** 附件 */
    items?: GetCustomerUploadApplyFilesOutput[];
    /** 汇总材料 */
    bountyCollectFileTypeList?: GetCustomerUploadApplyFilesOutput[];
    /** 汇算材料 */
    bountyCollectCountFileTypeList?: GetCustomerUploadApplyFilesOutput[];
  }
  interface GetCustomerUploadFileRecordInput {
    withMonth?: string;
    userId?: string;
  }
  interface GetCustomerUploadFileRecordOutput {
@@ -7541,6 +7826,8 @@
    endDateTime?: string;
    enterpriseId?: string;
    checkStatus?: EnterpriseRechargeStatusEnum;
    /** 所属园区 */
    industrialParkId?: string;
  }
  interface GetEnterpriseDrawWithListOutput {
@@ -7550,6 +7837,7 @@
    societyCreditCode?: string;
    creationTime?: string;
    enterpriseType?: string;
    parkId?: string;
    parkName?: string;
    parkType?: string;
    amount?: number;
@@ -7577,6 +7865,9 @@
    /** 申报金额 */
    applyAmount?: number;
    applyStatus?: EnterpriseMonthApplyStatusEnum;
    inCheckStatus?: BountyCheckStatusEnum;
    /** 自主申报的申报Id */
    parkBountyApplyId?: string;
  }
  interface GetEnterpriseMonthApplyFileOutputPageOutput {
@@ -7604,6 +7895,8 @@
    beginDateTime?: string;
    endDateTime?: string;
    checkStatus?: EnterpriseRechargeStatusEnum;
    /** 所属园区 */
    industrialParkId?: string;
  }
  interface GetEnterprisePreChargeCheckListOutput {
@@ -7627,6 +7920,8 @@
    checkStatus?: EnterpriseRechargeStatusEnum;
    /** 审核人 */
    checkOperator?: string;
    /** 产业园区id */
    industrialParkId?: string;
  }
  interface GetEnterprisePreChargeCheckListOutputPageOutput {
@@ -7828,6 +8123,12 @@
    waitCheckEnterpriseNumber?: number;
    /** 奖励金待发放 */
    waitForSettleRewardNumber?: number;
    /** 提现待审批 */
    waitDrawWithAuditNumber?: number;
    /** 出账待审批 */
    waitPlatRewardPayOutAuditNumber?: number;
    /** 财务待审核 */
    waitPlatRewardPayOutFinanceAuditNumber?: number;
    /** 累计已审核企业 */
    accumulatedCheckEnterpriseNumber?: number;
    /** 累计已审核通过企业 */
@@ -8996,6 +9297,13 @@
    settleStatus?: SettleStatusEnum;
    incomeStatus?: IncomeStatusEnum;
    financeStatus?: FinanceStatusEnum;
    /** 外部复审核起始日期 */
    outReCheckTimeBegin?: string;
    /** 外部复审核结束日期 */
    outReCheckTimeEnd?: string;
    outReCheckStatus?: BountyCheckStatusEnum;
    /** 所属园区 */
    industrialParkId?: string;
  }
  interface GetParkBountyApplyListOutput {
@@ -9051,14 +9359,23 @@
    suportPlatRecharge?: boolean;
    /** 是否支持用户提现 */
    suportWithDraw?: boolean;
    /** 是否支持财政拨付 */
    suportFinance?: boolean;
    /** 内部审核人 */
    inCheckAuditOperator?: string;
    /** 外部审核人 */
    outCheckAuditOperator?: string;
    /** 外部复审核人 */
    outReCheckAuditOperator?: string;
    /** 平台拨付入账跟财政拨付入账操作人 */
    incomeAndFinanceIncomeOperator?: string;
    /** 平台拨付登记跟财政拨付登记操作人 */
    settleAndFinanceOperator?: string;
    outReCheckStatus?: BountyCheckStatusEnum;
    /** 政务端复审时间 */
    outReCheckTime?: string;
    /** 撤回原因 */
    reasonForWithdrawal?: string;
  }
  interface GetParkBountyApplyListOutputPageOutput {
@@ -9092,6 +9409,8 @@
    auditTimeBegin?: string;
    /** 审核结束日期 */
    auditTimeEnd?: string;
    /** 所属园区 */
    industrialParkId?: string;
    /** 园区Id */
    parkId?: string;
    enterpriseId?: string;
@@ -9158,6 +9477,8 @@
    incomeBankCardNumber?: string;
    /** 开户行 */
    incomeBankName?: string;
    /** 投保人数 */
    insurePeopleNum?: number;
    creationTime?: string;
    selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
    /** 企业自身出账审核备注 */
@@ -9178,6 +9499,9 @@
    selfAuditOperator?: string;
    /** 企业自身操作人Id */
    selfAuditOperatorId?: string;
    /** 江祐保上传的保单文件 */
    insureBillUrl?: string;
    auditType?: EnumParkBountyTradeDetailAuditType;
  }
  interface GetParkBountyTradeDetailOutputPageOutput {
@@ -9202,6 +9526,8 @@
    auditTimeBegin?: string;
    /** 审核结束日期 */
    auditTimeEnd?: string;
    /** 所属园区 */
    industrialParkId?: string;
  }
  interface GetParkBountyTradeOutput {
@@ -9223,6 +9549,8 @@
    remianAmount?: number;
    /** 申请园区 */
    parkName?: string;
    /** 所属园区 */
    parkId?: string;
    /** 申请园区类型 */
    parkTypeName?: string;
  }
@@ -9278,6 +9606,10 @@
    financeType?: FinanceTypeEnum;
    /** 进账单位 */
    incomeCompanyName?: string;
    /** 企业自身审核凭证 */
    selfAuditFileUrl?: string;
    /** 江祐保上传的保单文件 */
    insureBillUrl?: string;
  }
  interface GetParkCustomerBountyConsumptionOutputPageOutput {
@@ -9395,12 +9727,15 @@
    parkTypName?: string;
    /** 营业执照 */
    licenseUrl?: string;
    /** 合作协议 */
    cooperationUrl?: string;
    /** 银行总行名称 */
    bankName?: string;
    /** 银行支行名称 */
    bankBranchName?: string;
    /** 银行卡号 */
    bankCardNumber?: string;
    userCertificationStatus?: UserCertificationStatusEnum;
  }
  interface GetParkCustomerManageOutput {
@@ -9732,6 +10067,8 @@
    pageModel?: Pagination;
    /** 月份 */
    month?: string;
    /** 月份 */
    months?: string[];
    /** 所属园区Id */
    industrialParkId?: string;
    /** 关键字 */
@@ -9742,6 +10079,7 @@
    pageModel?: Pagination;
    /** 查询条件:角色名称 */
    queryCondition?: string;
    menuScene?: EnumMenuScene;
  }
  interface GetSearchSettingList {
@@ -10154,6 +10492,8 @@
    bankBranchName?: string;
    bankCardNumber?: string;
    bankIsVerify?: boolean;
    /** 合作协议 */
    cooperationUrl?: string;
  }
  interface GetUserBaseInfoDataResponse {
@@ -11287,6 +11627,23 @@
    industrialParkFileTypeSetting?: string[];
  }
  interface IndustrialParkCompanyFile {
    /** 公司ID */
    companyOrgId?: string;
    /** 部门ID */
    departmentOrgId?: string;
  }
  interface IndustrialParkCompanyOutput {
    id?: string;
    /** 工业园区ID */
    industrialParkId?: string;
    /** 公司ID */
    companyOrgId?: string;
    /** 部门ID */
    departmentOrgId?: string;
  }
  interface IndustrialParkDetailOutput {
    id?: string;
    /** 园区名称 */
@@ -11316,6 +11673,10 @@
    suportWithDraw?: boolean;
    /** 无需政务端审核 */
    notNeedGovernmentAudit?: boolean;
    /** 无需运营端审核 */
    noNeedForOperationalReview?: boolean;
    /** 政务端双重审核 */
    dualReviewOfGovernmentAffairs?: boolean;
    /** 是否支持财政拨付 */
    suportFinance?: boolean;
    /** 注册地址 */
@@ -11323,6 +11684,7 @@
    /** 备注 */
    remark?: string;
    industrialParkFileTypeList?: IndustrialParkFileTypeOutput[];
    industrialParkCompanyList?: IndustrialParkCompanyOutput[];
  }
  interface IndustrialParkDropDownOutput {
@@ -11380,6 +11742,10 @@
    suportWithDraw?: boolean;
    /** 无需政务端审核 */
    notNeedGovernmentAudit?: boolean;
    /** 无需运营端审核 */
    noNeedForOperationalReview?: boolean;
    /** 政务端双重审核 */
    dualReviewOfGovernmentAffairs?: boolean;
    /** 是否支持财政拨付 */
    suportFinance?: boolean;
  }
@@ -14243,6 +14609,8 @@
    compayId?: string;
    /** 需要签约的用户签约id */
    listLgWorkerSignId?: string[];
    /** 来自自动签 */
    fromAutoSign?: boolean;
  }
  interface LgGigWorkerBussinessAutoSignOutput {
@@ -15064,6 +15432,25 @@
    viewAddress?: string;
    levelNum?: number;
    enCode?: string;
    icon?: string;
    hasCheck?: boolean;
    isMenu?: number;
    parentModuleName?: string;
  }
  interface ModuleDtoV2 {
    id?: string;
    description?: string;
    sortCode?: number;
    enabledMark?: number;
    parentId?: string;
    name?: string;
    isCache?: boolean;
    path?: string;
    viewAddress?: string;
    levelNum?: number;
    enCode?: string;
    menuSource?: EnumMenuScene;
    icon?: string;
    hasCheck?: boolean;
    isMenu?: number;
@@ -16277,11 +16664,29 @@
    collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[];
    /** 总的额外补充材料 */
    extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
    outReCheckStatus?: BountyCheckStatusEnum;
    /** 政务端复审备注 */
    outReCheckRemark?: string;
  }
  interface OutcheckParkBountyApplyInput {
    parkBountyApplyId?: string;
    outCheckStatus?: BountyCheckStatusEnum;
    /** 备注 */
    remark?: string;
    /** 总的额外补充材料 */
    extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
  }
  interface OutcheckParkBountyApplyRedoedInput {
    parkBountyApplyId?: string;
    /** 撤回原因 */
    reasonForWithdrawal?: string;
  }
  interface OutReCheckParkBountyApplyInput {
    parkBountyApplyId?: string;
    outReCheckStatus?: BountyCheckStatusEnum;
    /** 备注 */
    remark?: string;
    /** 总的额外补充材料 */
@@ -18023,6 +18428,8 @@
    userInfoEmailAddress?: string;
    /** 注册日期 */
    registDate?: string;
    /** 产业园区id */
    industrialParkId?: string;
  }
  interface PriceInfo {
@@ -20053,6 +20460,7 @@
  interface RoleInfo {
    /** 角色Id */
    id?: string;
    menuScene?: EnumMenuScene;
    /** 名称 */
    name?: string;
    /** 排序 */
@@ -20175,6 +20583,32 @@
    hostFlowNo?: string;
    /** 回单名称 */
    receiptName?: string;
  }
  interface SaveContractTemplateParamterInput {
    /** 参数Id */
    id?: string;
    /** 数据参数名称 */
    dataParamName?: string;
    /** 数据参数字段名称 */
    dataParamNameFieldName?: string;
    /** 数据参数默认值 */
    dataParamDefaultValue?: string;
    /** 是否 不是数值参数,即无需值 */
    isNotValueParam?: boolean;
    status?: EnumElectronSignContractParameterStatus;
  }
  interface SaveCustomContractTemplateParamterInput {
    /** 客户Id */
    customerId?: string;
    /** 参数Id */
    id?: string;
    /** 变量名称 */
    label?: string;
    /** 变量代码 */
    name?: string;
    status?: EnumElectronSignContractParameterStatus;
  }
  interface SaveCustomerTemplateParamInput {
@@ -20749,6 +21183,15 @@
    /** 用户Id */
    userId?: string;
    disabledSyncUser?: boolean;
    /** 合作协议 */
    cooperationUrl?: string;
  }
  interface SetUserEnterpiseCooperationUrlInput {
    /** 用户Id */
    userId?: string;
    /** 合作协议 */
    cooperationUrl?: string;
  }
  interface SetUserEnterpriseBankInfoInput {
@@ -21620,6 +22063,9 @@
    selfAuditFileUrl?: string;
    /** 奖励金余额 */
    bountyAmount?: number;
    auditType?: EnumParkBountyTradeDetailAuditType;
    /** 江祐保自主出账关联保单id */
    insurancePolicyId?: string;
  }
  interface SysOrgDetailOutput {
@@ -22208,6 +22654,20 @@
    id?: string;
  }
  interface UpdateCustomerContractTemplateCustomContentValueInput {
    /** 合同模板Id */
    templateId?: string;
    /** 自定义内容 */
    customContents?: UpdateCustomerContractTemplateCustomContentValueInputItem[];
  }
  interface UpdateCustomerContractTemplateCustomContentValueInputItem {
    /** Id */
    id?: string;
    /** 值 */
    value?: string;
  }
  interface UpdateEnterpriseMaterialInput {
    /** 年 */
    year?: number;
@@ -22372,6 +22832,12 @@
    industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
    /** 无需政务端审核 */
    notNeedGovernmentAudit?: boolean;
    /** 无需运营端审核 */
    noNeedForOperationalReview?: boolean;
    /** 政务端双重审核 */
    dualReviewOfGovernmentAffairs?: boolean;
    /** 公司信息 */
    industrialParkCompanyFile?: IndustrialParkCompanyFile[];
    id?: string;
  }
@@ -22638,6 +23104,13 @@
    sort: number;
    userId?: string;
    id?: string;
  }
  interface UpdateParkBountyApplyTradeInsuranceBillFile {
    /** 江祐保自主出账关联保单id */
    insurancePolicyId?: string;
    /** 江祐保上传的保单文件 */
    insureBillUrl?: string;
  }
  interface UpdatePassWordInput {
@@ -22917,6 +23390,8 @@
    enterpriseName?: string;
    /** 姓名 */
    contacter?: string;
    /** 产业园区id */
    industrialParkId?: string;
  }
  interface UpdateUserOrderContactStatusInput {
@@ -22984,6 +23459,7 @@
    monthApplyId?: string;
    fileSearchTypeId?: string;
    listFiles?: CustomerUploadMonthApplyFileTypeDto[];
    enterpriseId?: string;
  }
  interface UploadParkApplyCustomerFilesInput {