zhengyiming
2025-06-16 2caafed814dbbaf0905e77db91ed7835d8d854d9
src/services/api/typings.d.ts
@@ -55,7 +55,7 @@
    /** 企业名称 */
    enterpriseName: string;
    /** 营业执照文件地址 */
    licenseUrl: string;
    licenseUrl?: string;
    /** 统一社会信用代码 */
    societyCreditCode: string;
    certificationMode?: UserCertificationModeEnum;
@@ -73,17 +73,20 @@
    payAmount?: number;
    /** 所属园区 */
    belongPark?: string;
    /** 银行卡号 */
    bankCardNumber?: string;
    certificationChannel?: UserCertificationChannelEnum;
    /** 用户名 */
    userName: string;
    /** 手机号 */
    phoneNumber: string;
    /** 联系人 */
    contact: string;
    contact?: string;
    /** 联系电话 */
    contactPhone: string;
    contactPhone?: string;
    /** 产业园区id */
    industrialParkId?: string;
    bankName?: string;
    bankBranchName?: string;
    bankCardNumber?: string;
  }
  interface AddEnterpriseMaterialFileInput {
@@ -221,10 +224,26 @@
    leaderMobile?: string;
    /** 园区类型 */
    parkTypeId?: string;
    /** 注册地址 */
    registerAddress: string;
    /** 备注 */
    remark?: string;
    /** 是否已经启用奖励金申报 */
    rewardEnable?: boolean;
    /** 奖励金模板是否配置 */
    rewardTemplateSetting?: boolean;
    /** 维护的公司 */
    companyOrgId?: string;
    /** 维护的部门 */
    departmentOrgId?: string;
    /** 是否支持企业自主上传 */
    suportEnterpriseUpload?: boolean;
    /** 是否支持平台充值 */
    suportPlatRecharge?: boolean;
    /** 是否支持用户提现 */
    suportWithDraw?: boolean;
    /** 文件 */
    industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
    /** 无需政务端审核 */
    notNeedGovernmentAudit?: boolean;
  }
  interface AddIndustryBodyAuditInput {
@@ -588,7 +607,7 @@
    /** 企业名称 */
    enterpriseName: string;
    /** 营业执照文件地址 */
    licenseUrl: string;
    licenseUrl?: string;
    /** 统一社会信用代码 */
    societyCreditCode: string;
    certificationMode?: UserCertificationModeEnum;
@@ -606,6 +625,8 @@
    payAmount?: number;
    /** 所属园区 */
    belongPark?: string;
    /** 产业园区id */
    industrialParkId?: string;
    /** 银行卡号 */
    bankCardNumber?: string;
    certificationChannel?: UserCertificationChannelEnum;
@@ -886,6 +907,10 @@
    isCache?: boolean;
  }
  interface APIaddSearchSettingClickCountParams {
    id?: string;
  }
  interface APIadvertiseOffShelfParams {
    /** 资讯广告Id */
    id?: string;
@@ -940,6 +965,10 @@
  interface APIattentOrNotParams {
    /** 产品Id */
    productId?: string;
  }
  interface APIbatchQuoteEnterpriseApplyFileParams {
    parkBountyApplyId?: string;
  }
  interface APIcalculationWalletBatchImportTempPayFeeParams {
@@ -1011,6 +1040,10 @@
  interface APIdeletedInsurePlanDetailParams {
    /** 单个明细Id */
    guid?: string;
  }
  interface APIdeleteEnterpriseApplyUploadFileParams {
    id?: string;
  }
  interface APIdeleteHeadHunterParams {
@@ -1097,6 +1130,10 @@
  interface APIdeleteOrderParams {
    id?: string;
  }
  interface APIdeleteParkEnterpriseApplyFileParams {
    parkEnterpriseDetaiFileId?: string;
  }
  interface APIdeleteParkRewardApplyParams {
@@ -1306,6 +1343,10 @@
    moduleId?: string;
  }
  interface APIgetCustomerFileTypeHeadParams {
    enterpriseId?: string;
  }
  interface APIgetCustomerTemplateDetailParams {
    id?: string;
  }
@@ -1318,6 +1359,10 @@
    templateId?: string;
  }
  interface APIgetCustomerUploadFileRecordParams {
    withMonth?: string;
  }
  interface APIgetDefaultConnectionStringParams {
    id?: string;
  }
@@ -1326,9 +1371,26 @@
    transactionDetailId?: string;
  }
  interface APIgetEnterpriseDrawWithDetailParams {
    drawWithId?: string;
  }
  interface APIgetEnterpriseLastUploadEnterPactFileNewParams {
    companyId?: string;
    parkBountyApplyId?: string;
  }
  interface APIgetEnterpriseLastUploadEnterPactFileParams {
    companyId?: string;
  }
  interface APIgetEnterpriseMaterialIdByUserIdParams {
    userId?: string;
    materialType?: EnterpriseMaterialTypeEnum;
  }
  interface APIgetEnterpriseRechargeDetailParams {
    id?: string;
  }
  interface APIgetFirstCurrentUserModuleListCacheByModuleIdParams {
@@ -1556,6 +1618,10 @@
    id?: string;
  }
  interface APIgetParkBountyApplyBatchFinanceEnterpriseParams {
    parkBountyApplyId?: string;
  }
  interface APIgetParkBountyApplyBatchTransferEnterpriseParams {
    parkBountyApplyId?: string;
  }
@@ -1698,6 +1764,10 @@
  interface APIgetTrainingInfoParams {
    id?: string;
  }
  interface APIgetUserBaseEnterpriseInfoThridpartParams {
    userId?: string;
  }
  interface APIgetUserCanAuthProductListParams {
@@ -2284,6 +2354,10 @@
    /** 绑定邮箱地址 */
    bindEmailAddress?: string;
    canLoginUserSign?: CanLoginUserSignEnum;
    /** 是否可以登录江佑保 */
    canLoginJYB?: boolean;
    /** 外部系统ID */
    externalSystemCodes?: CanLoginUserSignEnum[];
    bussinessCode?: string;
  }
@@ -2681,6 +2755,8 @@
  type BestSignUserSignStatusEunm = 1 | 5 | 10 | 20 | 30 | 40 | 50 | 90;
  type BillStatusEnum = 10 | 20 | 30;
  interface BindUserEmailInput {
    /** 邮箱 */
    bindEmailAddress: string;
@@ -2699,7 +2775,7 @@
    walletAccountType?: WalletAccountTypeEnum;
  }
  type CanLoginUserSignEnum = 1 | 2 | -1;
  type CanLoginUserSignEnum = 1 | 2 | 3 | -1;
  interface CategoryAllDto {
    /** 类别Id */
@@ -2797,6 +2873,7 @@
    isPay?: boolean;
    /** 所属园区 */
    belongPark?: string;
    industrialParkId?: string;
    /** 注册时间 */
    registTime?: string;
    /** 账户是否锁住(是否禁用) */
@@ -2868,6 +2945,7 @@
    isPay?: boolean;
    /** 所属园区 */
    belongPark?: string;
    industrialParkId?: string;
    /** 注册时间 */
    registTime?: string;
    /** 账户是否锁住(是否禁用) */
@@ -2951,7 +3029,14 @@
  type ChargeTypeEnum = 1 | 2;
  interface CheckBatchCreateCompanyUserDataInput {
    list?: CheckBatchCreateCompanyUserInput[];
    isCheckUserExist?: boolean;
  }
  interface CheckBatchCreateCompanyUserInput {
    belongPark?: string;
    industrialParkId?: string;
    enterpriseName?: string;
    /** 统一社会信用代码 */
    societyCreditCode?: string;
@@ -2959,6 +3044,9 @@
    contact?: string;
    /** 手机号 */
    phoneNumber?: string;
    bankName?: string;
    bankBranchName?: string;
    bankCardNumber?: string;
  }
  interface CheckBatchCreateCompanyUserResult {
@@ -2978,6 +3066,14 @@
    circleFriendReplyId?: string;
    /** 审核状态 通过:10 驳回:-10 */
    status?: number;
  }
  interface CheckEnterpriseApplyDrawWithInput {
    applyDrawWithId?: string;
    checkStatus?: EnterpriseRechargeStatusEnum;
    /** 提现凭证 */
    checkFileUrl?: string;
    checkRemark?: string;
  }
  interface CheckInsureCityIsAllowInput {
@@ -3029,6 +3125,14 @@
    phoneNumber: string;
    /** 验证码 */
    verificationCode?: string;
  }
  interface CheckUserEnterpriseRechargeInput {
    id?: string;
    checkStatus?: EnterpriseRechargeStatusEnum;
    /** 充值凭证 */
    rechargeVoucherFileUrl?: string;
    remark?: string;
  }
  interface CheckUserWalletBalanceInfoOutput {
@@ -3801,6 +3905,8 @@
    /** 组织架构部门id */
    departmentOrgId?: string;
    password?: string;
    /** 产业园区id */
    industrialParkId?: string;
  }
  interface CreateBackClientUserInput {
@@ -3900,6 +4006,10 @@
    remark?: string;
    /** 手机号 */
    phoneNumber?: string;
    /** 用户端Id */
    clientId?: string;
    /** 园区Ids */
    industrialParkIds?: string[];
    /** 角色 */
    roleNames?: string[];
    /** 密码 */
@@ -4418,7 +4528,7 @@
    description?: string;
    parkCustomersCount?: ParkCustomersCountTypeEnum;
    /** 成立年份 */
    setUpDate: number;
    setUpDate?: number;
    serveSetting?: string[];
    workOfType?: string[];
    parkStyle?: ParkStyleDto[];
@@ -4493,7 +4603,7 @@
    description?: string;
    parkCustomersCount?: ParkCustomersCountTypeEnum;
    /** 成立年份 */
    setUpDate: number;
    setUpDate?: number;
    serveSetting?: string[];
    workOfType?: string[];
    parkStyle?: ParkStyleDto[];
@@ -4874,6 +4984,7 @@
    payFileUrl?: string;
    /** 消费类型 */
    payRemark?: string;
    access?: ParkBountyTradeAccessEnum;
  }
  interface CreateParkOrHRAdvertiseInput {
@@ -5014,6 +5125,11 @@
    successTime: string;
    /** 备注 */
    remark?: string;
  }
  interface CreateTempTokenInput {
    /** 用户Id */
    userId?: string;
  }
  interface CreateUserForAdminInput {
@@ -5283,6 +5399,15 @@
    endTime?: string;
  }
  interface CustomerApplyFileDetailDto {
    id?: string;
    fileType?: string;
    fileSize?: number;
    fileUrl?: string;
    fileSearchTypeId?: string;
    monthApplyId?: string;
  }
  interface CustomerManageListOutput {
    id?: string;
    /** 企业名称 */
@@ -5353,6 +5478,29 @@
    templateParamExtraData?: string;
  }
  interface CustomerUploadMonthApplyFileInput {
    withMonth?: string;
    /** 申报金额 */
    applyAmount?: number;
    fileTypes?: CustomerUploadMonthApplyFileType[];
  }
  interface CustomerUploadMonthApplyFileType {
    fileSearchTypeId?: string;
    listFiles?: CustomerUploadMonthApplyFileTypeDto[];
  }
  interface CustomerUploadMonthApplyFileTypeDto {
    fileSearchTypeId?: string;
    id?: string;
    fileSearchTypeName?: string;
    fileType?: string;
    fileSize?: number;
    fileUrl?: string;
    sort?: number;
    creationTime?: string;
  }
  interface DataprepareCreateExtInfo {
    contextParams?: string;
    shortUrl?: string;
@@ -5386,6 +5534,12 @@
  }
  type DecimalDecimalValueTuple = true;
  interface DeleteMonthApplySingleFileInput {
    monthApplyId?: string;
    fileSearchTypeId?: string;
    detaiFileId?: string;
  }
  interface DistTemplateCreateContractInput {
    /** 订单签约Id */
@@ -5556,6 +5710,11 @@
    freeCount?: number;
  }
  interface EnterpriseApplyDrawWithInput {
    amount?: number;
    invoiceUrl?: string;
  }
  interface EnterpriseBatchRefundInput {
    guid?: string;
    listOrderNo?: number[];
@@ -5643,6 +5802,14 @@
  }
  type EnterpriseMaterialTypeEnum = 10 | 11 | 20;
  type EnterpriseMonthApplyStatusEnum = 10 | 20;
  type EnterpriseMonthUploadStatusEnum = 10 | 20 | 30;
  type EnterprisePrechargeInComeStatusEnum = 10 | 20;
  type EnterpriseRechargeStatusEnum = 10 | 20 | 30;
  interface EnterpriseRegVerifyInput {
    /** 用户Id */
@@ -5737,6 +5904,23 @@
    configuration?: Record<string, any>;
  }
  interface ExportBountyApplyData {
    /** 企业名称 */
    enterpriseName: string;
    /** 信用代码 */
    societyCreditCode: string;
    /** 财政拨付金额 */
    financeToAmountStr?: string;
    /** 平台充值金额 */
    transferToAmountStr?: string;
    /** 财政拨付金额 */
    financeToAmount?: number;
    /** 平台充值金额 */
    transferToAmount?: number;
    /** 备注 */
    remark?: string;
  }
  interface ExportInsStaffInput {
    companyId?: string;
    url?: string;
@@ -5813,6 +5997,25 @@
    isVisible?: boolean;
  }
  interface ExternalSystemDto {
    /** Id */
    id?: string;
    /** 系统名 */
    name?: string;
    /** ID */
    code?: string;
    /** 启用 */
    enabled?: boolean;
    /** 备注 */
    remark?: string;
  }
  interface ExternalSystemDtoPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: ExternalSystemDto[];
  }
  interface FailOrderInfo {
    orderNo?: number;
    name?: string;
@@ -5851,6 +6054,10 @@
    subMsg?: string;
    fileId?: string;
  }
  type FinanceStatusEnum = 1 | 2 | 3;
  type FinanceTypeEnum = 10 | 20;
  interface FirstPartyCompanyAuditDatilOutput {
    id?: string;
@@ -6484,6 +6691,7 @@
  interface GetCompanyNameListOutput {
    companyId?: string;
    name?: string;
    applyAmount?: number;
  }
  interface GetCooperationApplyInput {
@@ -6625,6 +6833,58 @@
    operator?: string;
  }
  interface GetCustomerUploadApplyFilesByTypeInput {
    fileSearchTypeId?: string;
    monthApplyId?: string;
  }
  interface GetCustomerUploadApplyFilesByTypeOutput {
    id?: string;
    fileType?: string;
    fileSize?: number;
    fileUrl?: string;
  }
  interface GetCustomerUploadApplyFilesInput {
    id?: string;
    enterpriseId?: string;
    withMonth?: string;
    parkBountyApplyId?: string;
  }
  interface GetCustomerUploadApplyFilesOutput {
    id?: string;
    fileSearchTypeId?: string;
    fileCount?: number;
    isUpload?: boolean;
    lastUpdateTime?: string;
    monthApplyId?: string;
    withMonth?: string;
    searchType?: number;
    enterpriseName?: string;
    parkName?: string;
    fileTypeName?: string;
    sort?: number;
    listFiles?: CustomerApplyFileDetailDto[];
  }
  interface GetCustomerUploadApplyFilesResponse {
    /** 所属月份 */
    withMonth?: string;
    /** 企业名称 */
    enterpriseName?: string;
    /** 申报金额 */
    applyAmount?: number;
    /** 所属园区 */
    parkName?: string;
    /** 附件 */
    items?: GetCustomerUploadApplyFilesOutput[];
  }
  interface GetCustomerUploadFileRecordOutput {
    id?: string;
  }
  interface GetEnterpriseBuntyTradeDto {
    id?: string;
    payDateTime?: string;
@@ -6633,6 +6893,7 @@
    remianAmount?: number;
    payRemark?: string;
    fileUrl?: string;
    financeType?: FinanceTypeEnum;
    payFileUrls?: string[];
  }
@@ -6663,6 +6924,176 @@
    errmsg?: string;
    cost?: string;
    data?: GetEnterpriseCredentialDataResponse;
  }
  interface GetEnterpriseDrawWithDetailOutput {
    id?: string;
    enterpriseId?: string;
    enterpriseName?: string;
    societyCreditCode?: string;
    creationTime?: string;
    accountName?: string;
    bankNumber?: string;
    bankName?: string;
    bankResumeName?: string;
    amount?: number;
    remainAmount?: number;
    invoiceUrl?: string;
    checkStatus?: EnterpriseRechargeStatusEnum;
    checkTime?: string;
    checkUserId?: string;
    checkRemark?: string;
    checkFileUrl?: string;
  }
  interface GetEnterpriseDrawWithListInput {
    pageModel?: Pagination;
    keyWord?: string;
    beginDateTime?: string;
    endDateTime?: string;
    enterpriseId?: string;
    checkStatus?: EnterpriseRechargeStatusEnum;
  }
  interface GetEnterpriseDrawWithListOutput {
    drawWithId?: string;
    enterpriseId?: string;
    enterpriseName?: string;
    societyCreditCode?: string;
    creationTime?: string;
    enterpriseType?: string;
    parkName?: string;
    parkType?: string;
    amount?: number;
    remainAmount?: number;
    checkStatus?: EnterpriseRechargeStatusEnum;
    checkTime?: string;
    checkRemark?: string;
    checkFileUrl?: string;
  }
  interface GetEnterpriseDrawWithListOutputPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: GetEnterpriseDrawWithListOutput[];
  }
  interface GetEnterpriseMonthApplyFileOutput {
    id?: string;
    enterpriseId?: string;
    withMonth?: string;
    creationTime?: string;
    uploadStatus?: EnterpriseMonthUploadStatusEnum;
    /** 申报金额 */
    applyAmount?: number;
    applyStatus?: EnterpriseMonthApplyStatusEnum;
  }
  interface GetEnterpriseMonthApplyFileOutputPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: GetEnterpriseMonthApplyFileOutput[];
  }
  interface GetEnterpriseParkApplyUploadFileOutput {
    fileSearchTypeId?: string;
    fileSearchTypeName?: string;
    fileCount?: number;
    sort?: number;
    listFiles?: CustomerUploadMonthApplyFileTypeDto[];
  }
  interface GetEnterpriseParkApplyUploadFilesInput {
    parkBountyApplyId?: string;
    companyId?: string;
  }
  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 GetEnterprisePrechargeListOutput {
    id?: string;
    /** 充值金额 */
    prechargeAmount?: number;
    /** 充值凭证 */
    rechargeVoucherFileUrl?: string;
    /** 审核备注 */
    checkRemark?: string;
    checkStatus?: EnterpriseRechargeStatusEnum;
    inComeStatus?: EnterprisePrechargeInComeStatusEnum;
    /** 提交日期 */
    creationTime?: string;
  }
  interface GetEnterprisePrechargeListOutputPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: GetEnterprisePrechargeListOutput[];
  }
  interface GetEnterpriseRechargeDetail {
    id?: string;
    /** 充值账号 */
    incomeBankNum?: string;
    /** 企业名称 */
    incomeEnterpriseName?: string;
    /** 出款账号 */
    outBankNum?: string;
    /** 出款企业名称 */
    outEnterpriseName?: string;
    /** 充值金额 */
    prechargeAmount?: number;
    /** 出账所属银行 */
    outBankName?: string;
    /** 出账支行名称 */
    outBankResumeName?: string;
    /** 出账回单 */
    outReceiptFileUrl?: string;
    /** 充值凭证 */
    rechargeVoucherFileUrl?: string;
    /** 审核备注 */
    checkRemark?: string;
    checkStatus?: EnterpriseRechargeStatusEnum;
    /** 提交日期 */
    creationTime?: string;
  }
  interface GetExternalSystemInput {
    pageModel?: Pagination;
    /** 关键字 */
    searchKey?: string;
  }
  interface GetFeatureListResultDto {
@@ -7864,7 +8295,7 @@
    /** 企业经营利润表 */
    operateProfitesUrl?: string;
    /** 入驻关联说明 */
    enterRelateUrl?: string;
    personTaxInstructUrl?: string;
    /** C端个税完税情况说明 */
    personTaxRatePayUrl?: string;
  }
@@ -7892,8 +8323,16 @@
    settleTimeBegin?: string;
    /** 发放结束日期 */
    settleTimeEnd?: string;
    /** 拨付起始日期 */
    financeTimeBegin?: string;
    /** 拨付结束日期 */
    financeTimeEnd?: string;
    /** 入账起始日期 */
    incomeTimeBegin?: string;
    /** 拨付入账结束日期 */
    financeIncomeTimeEnd?: string;
    /** 拨付入账起始日期 */
    financeIncomeTimeBegin?: string;
    /** 入账结束日期 */
    incomeTimeEnd?: string;
    /** 外部审核起始日期 */
@@ -7904,6 +8343,7 @@
    inCheckStatus?: BountyCheckStatusEnum;
    settleStatus?: SettleStatusEnum;
    incomeStatus?: IncomeStatusEnum;
    financeStatus?: FinanceStatusEnum;
  }
  interface GetParkBountyApplyListOutput {
@@ -7929,6 +8369,10 @@
    settleTime?: string;
    incomeStatus?: IncomeStatusEnum;
    inCheckStatus?: BountyCheckStatusEnum;
    /** 财政入账时间 */
    financeIncomeTime?: string;
    billStatus?: BillStatusEnum;
    financeIncomeStatus?: IncomeStatusEnum;
    /** 内部审核日期 */
    inCheckTime?: string;
    outCheckStatus?: BountyCheckStatusEnum;
@@ -7936,6 +8380,25 @@
    outCheckTime?: string;
    /** 发放凭证 */
    settleFileUrl?: string;
    financeStatus?: FinanceStatusEnum;
    /** 财政发放时间 */
    financeTime?: string;
    /** 财政发放凭证 */
    financeFileUrl?: string;
    /** 充值金额 */
    settleSumAmount?: number;
    /** 财政发放金额 */
    financeSumAmount?: number;
    /** 是否已经启用奖励金申报 */
    rewardEnable?: boolean;
    /** 奖励金模板是否配置 */
    rewardTemplateSetting?: boolean;
    /** 是否支持企业自主上传 */
    suportEnterpriseUpload?: boolean;
    /** 是否支持平台充值 */
    suportPlatRecharge?: boolean;
    /** 是否支持用户提现 */
    suportWithDraw?: boolean;
  }
  interface GetParkBountyApplyListOutputPageOutput {
@@ -7950,6 +8413,7 @@
    /** 企业名/信用代码 */
    searchKeyWord?: string;
    transferToStatus?: TransferToStatusEnum;
    financeToStatus?: FinanceStatusEnum;
  }
  interface GetParkBountyTradeDetailByIdInput {
@@ -7968,16 +8432,19 @@
  }
  interface GetParkBountyTradeDetailOutput {
    id?: string;
    /** 最近出账金额 */
    tradeAmount?: number;
    /** 出账凭证 */
    payFileUrl?: string;
    access?: ParkBountyTradeAccessEnum;
    /** 消费类型 */
    payRemark?: string;
    /** 出账时间 */
    tradeTime?: string;
    /** 奖励金余额 */
    remianAmount?: number;
    financeType?: FinanceTypeEnum;
  }
  interface GetParkBountyTradeDetailOutputPageOutput {
@@ -8001,6 +8468,7 @@
  }
  interface GetParkBountyTradeOutput {
    enterpriseId?: string;
    /** 账号 */
    userName?: string;
    /** 企业名称 */
@@ -8026,6 +8494,11 @@
    pageModel?: Pagination;
    objectData?: any;
    data?: GetParkBountyTradeOutput[];
  }
  interface GetParkCollectFileTypeListInput {
    parkId?: string;
    searchType?: number;
  }
  interface GetParkCustomerBountyApplyOutput {
@@ -8054,12 +8527,14 @@
    payDateTime?: string;
    /** 消费金额 */
    amount?: number;
    payType?: EnterpriseBountyPayTypeEnum;
    /** 消费类型 */
    payRemark?: string;
    /** 奖励金余额 */
    remianAmount?: number;
    /** 凭证 */
    payFileUrl?: string;
    payFileUrls?: string[];
    financeType?: FinanceTypeEnum;
  }
  interface GetParkCustomerBountyConsumptionOutputPageOutput {
@@ -8068,25 +8543,97 @@
    data?: GetParkCustomerBountyConsumptionOutput[];
  }
  interface GetParkCustomerBountyFinanceOutput {
    id?: string;
    /** 申请批次号 */
    batchNo?: string;
    /** 申报月份 */
    applyMonth?: string;
    /** 申报总额 */
    applySumAmount?: number;
    /** 财政拨付金额 */
    financeToAmount?: number;
    /** 财政拨付入账时间 */
    financeToTime?: string;
    /** 财政拨付发放日期 */
    financeTime?: string;
    financeToStatus?: FinanceStatusEnum;
    /** 拨付入账凭证 */
    financeToFileUrl?: string;
    inCheckStatus?: BountyCheckStatusEnum;
    outCheckStatus?: BountyCheckStatusEnum;
  }
  interface GetParkCustomerBountyFinanceOutputPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: GetParkCustomerBountyFinanceOutput[];
  }
  interface GetParkCustomerBountyGrantOutput {
    id?: string;
    /** 申请批次号 */
    batchNo?: string;
    /** 发放日期 */
    settleTime?: string;
    /** 入账时间 */
    incomeTime?: string;
    incomeStatus?: IncomeStatusEnum;
    /** 发放金额 */
    /** 申报月份 */
    applyMonth?: string;
    /** 申报总额 */
    applySumAmount?: number;
    /** 入账凭证 */
    /** 平台充值入账时间 */
    transferToTime?: string;
    transferToStatus?: TransferToStatusEnum;
    /** 平台充值金额 */
    transferToAmount?: number;
    /** 平台充值入账凭证 */
    transferToFileUrl?: string;
    /** 财政拨付金额 */
    financeToAmount?: number;
    /** 财政拨付入账时间 */
    financeToTime?: string;
    /** 财政拨付发放日期 */
    financeTime?: string;
    /** 平台充值发放日期 */
    settleTime?: string;
    financeToStatus?: FinanceStatusEnum;
    /** 拨付入账凭证 */
    financeToFileUrl?: string;
    inCheckStatus?: BountyCheckStatusEnum;
    outCheckStatus?: BountyCheckStatusEnum;
  }
  interface GetParkCustomerBountyGrantOutputPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: GetParkCustomerBountyGrantOutput[];
  }
  interface GetParkCustomerBountySettleOutput {
    id?: string;
    /** 申请批次号 */
    batchNo?: string;
    /** 申报月份 */
    applyMonth?: string;
    /** 申报总额 */
    applySumAmount?: number;
    /** 平台充值入账时间 */
    transferToTime?: string;
    transferToStatus?: TransferToStatusEnum;
    /** 平台充值金额 */
    transferToAmount?: number;
    /** 平台充值入账凭证 */
    transferToFileUrl?: string;
    /** 财政拨付金额 */
    financeToAmount?: number;
    /** 平台充值发放日期 */
    settleTime?: string;
    financeToStatus?: FinanceStatusEnum;
    inCheckStatus?: BountyCheckStatusEnum;
    outCheckStatus?: BountyCheckStatusEnum;
  }
  interface GetParkCustomerBountySettleOutputPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: GetParkCustomerBountySettleOutput[];
  }
  interface GetParkCustomerManageDetailOutput {
@@ -8135,14 +8682,34 @@
    licenseIsVerify?: boolean;
    /** 企业信息是否已完善 */
    enterpriseIsVerify?: boolean;
    bankName?: string;
    bankBranchName?: string;
    bankCardNumber?: string;
    bankIsVerify?: boolean;
    /** 申报次数 */
    applyCount?: number;
    /** 最近申报 */
    lastApplyTime?: string;
    /** 发放次数 */
    payCount?: number;
    /** 最近发放时间 */
    lastPayTime?: string;
    lastFinanceTime?: string;
    /** 财政拨付次数 */
    financeCount?: number;
    /** 财政入账次数 */
    financeIncomeCount?: number;
    /** 充值次数 */
    settleCount?: number;
    /** 充值入账次数 */
    settleIncomeCount?: number;
    /** 最近充值日期 */
    lastSettleTime?: string;
    /** 最近发放入账时间 */
    lastFinanceIncomeTime?: string;
    /** 最近充值入账日期 */
    lastSettleIncomeTime?: string;
    /** 发放总额 */
    settleSumAmount?: number;
    /** 充值总额 */
    financeSumAmount?: number;
    /** 奖励金余额 */
    bountyAmount?: number;
  }
@@ -8246,6 +8813,21 @@
    maxAmount?: number;
    /** 查询条件:买家名称/卖家名称/产品名称 */
    queryCondition?: string;
  }
  interface GetPlatIncomeRechargeAccountOutput {
    bankNumber?: string;
    bankName?: string;
    bankBranchName?: string;
    bankAccountName?: string;
    incomeCompany?: string;
  }
  interface GetPlatInvoiceAccountOutput {
    bankNumber?: string;
    bankName?: string;
    enterpriseName?: string;
    societyCreditCode?: string;
  }
  interface GetProductAdvertiseByCategoryInput {
@@ -8598,6 +9180,7 @@
    searchType: number;
    /** 所属类别 10园区 20人资企业 */
    belongType?: number;
    status?: boolean;
  }
  interface GetUserAccountDto {
@@ -8632,6 +9215,10 @@
  interface GetUserBaseEnterpriseInfoOutput {
    /** 奖励金余额 */
    bountyAmount?: number;
    /** 充值余额 */
    rechargeAmount?: number;
    /** 财政拨付余额 */
    financeAmount?: number;
    enterpriseName?: string;
    societyCreditCode?: string;
    licenseUrl?: string;
@@ -9472,6 +10059,18 @@
    roleNames: string[];
  }
  interface ImportBountyApplyDataInput {
    /** 导入地址 */
    url?: string;
    /** 奖励金申请Id */
    parkBountyApplyId?: string;
  }
  interface ImportBountyApplyDataOutput {
    /** 错误数据列表 */
    error?: ExportBountyApplyData[];
  }
  interface ImportIdentityCardInput {
    /** CompanyId */
    companyId: string;
@@ -9607,6 +10206,13 @@
  type IncomeStatusEnum = 1 | 2;
  interface IndustrialParkApplyFileFile {
    /** 210 企业材料 220 汇总材料 */
    applyFileType?: number;
    /** 园区材料 */
    industrialParkFileTypeSetting?: string[];
  }
  interface IndustrialParkDetailOutput {
    id?: string;
    /** 园区名称 */
@@ -9618,10 +10224,29 @@
    /** 园区类型 */
    parkTypeId?: string;
    status?: IndustrialParkStatusEnum;
    /** 是否已经启用奖励金申报 */
    rewardEnable?: boolean;
    /** 奖励金模板是否配置 */
    rewardTemplateSetting?: boolean;
    /** 维护的公司 */
    companyOrgId?: string;
    /** 维护的公司 */
    companyOrgName?: string;
    /** 维护的部门 */
    departmentOrgId?: string;
    /** 是否支持企业自主上传 */
    suportEnterpriseUpload?: boolean;
    /** 是否支持平台充值 */
    suportPlatRecharge?: boolean;
    /** 是否支持用户提现 */
    suportWithDraw?: boolean;
    /** 无需政务端审核 */
    notNeedGovernmentAudit?: boolean;
    /** 注册地址 */
    registerAddress?: string;
    /** 备注 */
    remark?: string;
    industrialParkFileTypeList?: IndustrialParkFileTypeOutput[];
  }
  interface IndustrialParkDropDownOutput {
@@ -9632,6 +10257,19 @@
    parkTypeId?: string;
    /** 园区类型名称 */
    parkTypeName?: string;
    /** 是否已经启用奖励金申报 */
    rewardEnable?: boolean;
    /** 是否支持企业自主上传 */
    suportEnterpriseUpload?: boolean;
    /** 是否支持平台充值 */
    suportPlatRecharge?: boolean;
  }
  interface IndustrialParkFileTypeOutput {
    /** 210 企业材料 220 汇总材料 */
    applyFileType?: number;
    /** 园区材料 */
    fileSearchTypeId?: string;
  }
  interface IndustrialParkListOutput {
@@ -9645,6 +10283,24 @@
    /** 园区类型 */
    parkTypeId?: string;
    status?: IndustrialParkStatusEnum;
    /** 是否已经启用奖励金申报 */
    rewardEnable?: boolean;
    /** 奖励金模板是否配置 */
    rewardTemplateSetting?: boolean;
    /** 维护的公司 */
    companyOrgId?: string;
    /** 维护的公司 */
    companyOrgName?: string;
    /** 维护的部门 */
    departmentOrgId?: string;
    /** 是否支持企业自主上传 */
    suportEnterpriseUpload?: boolean;
    /** 是否支持平台充值 */
    suportPlatRecharge?: boolean;
    /** 是否支持用户提现 */
    suportWithDraw?: boolean;
    /** 无需政务端审核 */
    notNeedGovernmentAudit?: boolean;
  }
  interface IndustrialParkListOutputPageOutput {
@@ -14205,6 +14861,8 @@
    parkTypeName?: string;
    /** 申请奖励金月份 */
    applyMonth?: string;
    /** 已保存企业缴税明细、营收汇总 */
    saveGatherFile?: boolean;
    /** 奖励金汇总金额 */
    applySumAmount?: number;
    /** 汇总明细表 */
@@ -14215,12 +14873,30 @@
    bountyAssignFileUlr?: string;
    /** 奖励金汇总表 */
    bountyCollectFileUrl?: string;
    /** 入驻关联说明 */
    enterpriseRelateFileUrl?: string;
    outCheckStatus?: BountyCheckStatusEnum;
    /** 外部审核原因 */
    outCheckRemark?: string;
    /** 内部审核原因 */
    inCheckRemark?: string;
    inCheckStatus?: BountyCheckStatusEnum;
    /** 财政拨付总额 */
    financeSumAmount?: number;
    /** 平台充值总额 */
    settleSumAmount?: number;
    /** 发放凭证 */
    settleFileUrl?: string;
    /** 财政发放凭证 */
    financeFileUrl?: string;
    /** 是否支持企业上传 */
    suportEnterpriseUpload?: boolean;
    /** 是否支持平台充值 */
    suportPlatRecharge?: boolean;
    /** 是否支持用户提现 */
    suportWithDraw?: boolean;
    listFiles?: CustomerUploadMonthApplyFileTypeDto[];
    collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[];
  }
  interface OutcheckParkBountyApplyInput {
@@ -14282,17 +14958,40 @@
    bountyAssignFileUlr?: string;
    /** 奖励金汇总表 */
    bountyCollectFileUrl?: string;
    /** 入驻关联说明 */
    enterpriseRelateFileUrl?: string;
    /** 发放凭证 */
    settleFileUrl?: string;
    /** 财政发放凭证 */
    financeFileUrl?: string;
    /** 充值金额 */
    settleSumAmount?: number;
    /** 财政发放金额 */
    financeSumAmount?: number;
    listFiles?: CustomerUploadMonthApplyFileTypeDto[];
    collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[];
  }
  interface ParkBountyApplyBatchFinanceInput {
    parkBountyApplyDetailId?: string[];
    /** 充值金额 */
    financeToAmount?: number;
    parkBountyApplyId?: string;
  }
  interface ParkBountyApplyBatchTransferInput {
    parkBountyApplyDetailId?: string[];
    /** 入账金额 */
    transferToAmount?: number;
    parkBountyApplyId?: string;
  }
  interface ParkBountyApplyDetailInfo {
    parkBountyApplyId?: string;
    parkBountyApplyDetailId?: string;
    enterpriseId?: string;
    /** 申报金额 */
    applyAmount?: number;
    userName?: string;
    /** 企业名称 */
    enterpriseName?: string;
@@ -14312,8 +15011,8 @@
    taxSubFileUrl?: string;
    /** 企业经营利润表 */
    operateProfitesUrl?: string;
    /** 入驻关联说明 */
    enterRelateUrl?: string;
    /** C端完善情况说明 */
    personTaxInstructUrl?: string;
    /** C端个税完税情况说明 */
    personTaxRatePayUrl?: string;
    authType?: EnterpriseTypeEnum;
@@ -14323,6 +15022,15 @@
    enterpriseIsVerify?: boolean;
    /** 文件完整度 */
    fileCompleteRate?: string;
    financeToStatus?: FinanceStatusEnum;
    /** 财政入账金额 */
    financeToAmount?: number;
    /** 财政入账时间 */
    financeToTime?: string;
    /** 财政入账凭证 */
    financeToFileUrl?: string;
    /** 财政入账操作用户 */
    financeToUserId?: string;
  }
  interface ParkBountyApplyDetailInfoPageOutput {
@@ -14331,10 +15039,33 @@
    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 {
@@ -14360,19 +15091,28 @@
    taxSubFileUrl?: string;
    /** 企业经营利润表 */
    operateProfitesUrl?: string;
    /** 入驻关联说明 */
    enterRelateUrl?: string;
    /** C端完税情况说明 */
    personTaxInstructUrl?: string;
    /** C端个税完税情况说明 */
    personTaxRatePayUrl?: string;
    /** 企业类型 10人力资源公司 20甲方企业 30行业配套 40行业机构 */
    type?: number;
    authType?: EnterpriseTypeEnum;
    transferToStatus?: TransferToStatusEnum;
    /** 入账金额 */
    transferToAmount?: number;
    /** 入账时间 */
    transferToTime?: string;
    parkBountyApplyDetailId?: string;
    /** 入账凭证 */
    transferToFileUrl?: string;
    financeToStatus?: FinanceStatusEnum;
    /** 财政入账金额 */
    financeToAmount?: number;
    /** 财政入账时间 */
    financeToTime?: string;
    /** 财政入账凭证 */
    financeToFileUrl?: string;
    /** 财政入账操作用户 */
    financeToUserId?: string;
  }
  interface ParkBountyApplyTransferDetailInfoPageOutput {
@@ -14391,7 +15131,10 @@
    parkBountyApplyDetailId?: string;
    /** 入账金额 */
    transferToAmount?: number;
    parkBountyApplyId?: string;
  }
  type ParkBountyTradeAccessEnum = 1;
  type ParkCustomersCountTypeEnum = 10 | 50 | 100;
@@ -15733,6 +16476,10 @@
    /** 绑定邮箱地址 */
    bindEmailAddress?: string;
    canLoginUserSign?: CanLoginUserSignEnum;
    /** 是否可以登录江佑保 */
    canLoginJYB?: boolean;
    /** 外部系统ID */
    externalSystemCodes?: CanLoginUserSignEnum[];
    bussinessCode?: string;
    /** 是否可以后台代发人资公司 */
    canPublishParkOrHR?: boolean;
@@ -16584,6 +17331,8 @@
    licenseIsVerify?: boolean;
    /** 企业信息是否已完善 */
    enterpriseIsVerify?: boolean;
    /** 银行账户是否完善 */
    bankIsVerify?: boolean;
    /** 所属园区 */
    industrialParkId?: string;
    /** 最近申报开始日期 */
@@ -16593,6 +17342,9 @@
    lastPayBeginTime?: string;
    /** 最近发放结束日期 */
    lastPayEndTime?: string;
    /** 最近充值结束日期 */
    lastSettleEndTime?: string;
    lastSettleBeginTime?: string;
  }
  interface QueryParkOrHRAuditPageInput {
@@ -17661,14 +18413,12 @@
    bountyCollectFileUrl?: string;
    /** 申报总额 */
    applySumAmount?: number;
    listFiles?: CustomerUploadMonthApplyFileTypeDto[];
  }
  interface SaveParkBountyApplyGatherFileInput {
    parkBountyApplyId?: string;
    /** 企业营收汇总表 */
    enterpriseOperateFileUrl?: string;
    /** 企业缴税明细表 */
    enterpriseTaxSubFileUrl?: string;
    listFiles?: CustomerUploadMonthApplyFileTypeDto[];
  }
  interface SaveWalletPayChannelFeeSettingInput {
@@ -17884,7 +18634,7 @@
  interface SetCanLoginUserSignInput {
    id?: string;
    canLoginUserSign?: CanLoginUserSignEnum;
    externalSystemCodes?: CanLoginUserSignEnum[];
    bussinessCode?: string;
  }
@@ -17923,6 +18673,11 @@
    opStatus?: ParkOrHRAuditStatusEnum;
    /** 审核备注 */
    auditNote?: string;
  }
  interface SetIndustrialParkRewardEnableInput {
    id?: string;
    rewardEnable?: boolean;
  }
  interface SetIndustrialParkStatusInput {
@@ -18056,7 +18811,7 @@
    type?: number;
  }
  type SettleStatusEnum = 1 | 2;
  type SettleStatusEnum = 1 | 2 | 3 | -1;
  interface SetUserCertificationAuditStatusInput {
    /** 审核Id */
@@ -18070,12 +18825,18 @@
    enterpriseName?: string;
    societyCreditCode?: string;
    licenseUrl?: string;
    /** 用户Id */
    userId?: string;
    disabledSyncUser?: boolean;
  }
  interface SetUserEnterpriseBankInfoInput {
    bankName?: string;
    bankBranchName?: string;
    bankCardNumber?: string;
    /** 用户Id */
    userId?: string;
    disabledSyncUser?: boolean;
  }
  interface SetUserIndustrialParkInput {
@@ -18577,6 +19338,24 @@
    sequence?: number;
  }
  interface SyncParkBountyApplyTradeOutput {
    bountyAmount?: number;
    rechargeAmount?: number;
    details?: SyncParkBountyTradeDetailOutput[];
  }
  interface SyncParkBountyTradeDetailOutput {
    enterpriseId?: string;
    amount?: number;
    payType?: EnterpriseBountyPayTypeEnum;
    financeType?: FinanceTypeEnum;
    access?: ParkBountyTradeAccessEnum;
    payRemark?: string;
    remianAmount?: number;
    payFileUrl?: string;
    creationTime?: string;
  }
  interface SysOrgDetailOutput {
    id?: string;
    /** 组织名称 */
@@ -19067,7 +19846,7 @@
    /** 企业名称 */
    enterpriseName: string;
    /** 营业执照文件地址 */
    licenseUrl: string;
    licenseUrl?: string;
    /** 统一社会信用代码 */
    societyCreditCode: string;
    certificationMode?: UserCertificationModeEnum;
@@ -19085,6 +19864,8 @@
    payAmount?: number;
    /** 所属园区 */
    belongPark?: string;
    /** 产业园区id */
    industrialParkId?: string;
    /** 银行卡号 */
    bankCardNumber?: string;
    certificationChannel?: UserCertificationChannelEnum;
@@ -19160,6 +19941,12 @@
    /** 文件列表 */
    addEnterpriseMaterialFileList?: AddEnterpriseMaterialFileInput[];
    id?: string;
  }
  interface UpdateEnterpriseMonthApplyFileApplyAmountInput {
    id?: string;
    /** 申报金额 */
    applyAmount?: number;
  }
  interface UpdateFeatureDto {
@@ -19243,6 +20030,10 @@
    remark?: string;
    /** 手机号 */
    phoneNumber?: string;
    /** 用户端Id */
    clientId?: string;
    /** 园区Ids */
    industrialParkIds?: string[];
    /** 角色 */
    roleNames?: string[];
    /** 密码 */
@@ -19260,10 +20051,26 @@
    leaderMobile?: string;
    /** 园区类型 */
    parkTypeId?: string;
    /** 注册地址 */
    registerAddress: string;
    /** 备注 */
    remark?: string;
    /** 是否已经启用奖励金申报 */
    rewardEnable?: boolean;
    /** 奖励金模板是否配置 */
    rewardTemplateSetting?: boolean;
    /** 维护的公司 */
    companyOrgId?: string;
    /** 维护的部门 */
    departmentOrgId?: string;
    /** 是否支持企业自主上传 */
    suportEnterpriseUpload?: boolean;
    /** 是否支持平台充值 */
    suportPlatRecharge?: boolean;
    /** 是否支持用户提现 */
    suportWithDraw?: boolean;
    /** 文件 */
    industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
    /** 无需政务端审核 */
    notNeedGovernmentAudit?: boolean;
    id?: string;
  }
@@ -19748,7 +20555,7 @@
    /** 企业名称 */
    enterpriseName: string;
    /** 营业执照文件地址 */
    licenseUrl: string;
    licenseUrl?: string;
    /** 统一社会信用代码 */
    societyCreditCode: string;
    certificationMode?: UserCertificationModeEnum;
@@ -19766,6 +20573,8 @@
    payAmount?: number;
    /** 所属园区 */
    belongPark?: string;
    /** 产业园区id */
    industrialParkId?: string;
    /** 银行卡号 */
    bankCardNumber?: string;
    certificationChannel?: UserCertificationChannelEnum;
@@ -19870,6 +20679,26 @@
    insureBillUrl?: string;
  }
  interface UploadMonthApplySingleFilesInput {
    monthApplyId?: string;
    fileSearchTypeId?: string;
    listFiles?: CustomerUploadMonthApplyFileTypeDto[];
  }
  interface UploadParkApplyCustomerFilesInput {
    parkBountyApplyId?: string;
    companyId?: string;
    fileTypes?: UploadParkApplyCustomerFileTypes[];
  }
  interface UploadParkApplyCustomerFileTypes {
    fileSearchTypeId?: string;
    fileSearchTypeName?: string;
    fileCount?: number;
    sort?: number;
    listFiles?: CustomerUploadMonthApplyFileTypeDto[];
  }
  interface UploadParkBountyApplyCompanyFileInput {
    parkBountyApplyId?: string;
    companyId?: string;
@@ -19881,8 +20710,8 @@
    taxSubFileUrl?: string;
    /** 企业经营利润表 */
    operateProfitesUrl?: string;
    /** 入驻关联说明 */
    enterRelateUrl?: string;
    /** C端完税情况说明 */
    personTaxInstructUrl?: string;
    /** C端个税完税情况说明 */
    personTaxRatePayUrl?: string;
  }
@@ -20514,12 +21343,33 @@
    companyOrgId?: string;
    /** 组织架构部门id */
    departmentOrgId?: string;
    /** 园区Ids */
    industrialParkIds?: string[];
  }
  interface UserDtoPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    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;
@@ -20781,6 +21631,17 @@
    /** 电子签印章图片生成状态 0未生成 1已生成 */
    signatureImageStatus?: number;
    certificationChannel?: UserCertificationChannelEnum;
    industrialParkId?: string;
    industrialParkName?: string;
    suportEnterpriseUpload?: boolean;
    suportPlatRecharge?: boolean;
    rewardEnable?: boolean;
    suportWithDraw?: boolean;
    isHasBountyApply?: boolean;
    /** 是否可以登录电子签 */
    canLoginUserSign?: boolean;
    /** 是否可以登录江佑保 */
    canLoginJYB?: boolean;
  }
  interface UserMessageInfo {