zhengyiming
2025-11-14 ccc59ace343de3ecdf2ca7c4d82966faaf3b32e7
src/services/api/typings.d.ts
@@ -453,6 +453,11 @@
    userId?: string;
  }
  interface AddParkBountyApplyByEnterpriseInput {
    batchNo?: string;
    enterpriseMonthApplyId?: string;
  }
  interface AddParkBountyApplyStepOneInput {
    batchNo?: string;
    parkId?: string;
@@ -510,6 +515,12 @@
    signChannel?: SignChannelEnum;
    /** 模板编辑数据 */
    templateEditData?: string;
    /** 是否自动签 */
    isAutoSign?: boolean;
    /** 自动签授权书 */
    autoSignPowerAttorneyUrl?: string;
    /** 自定义内容 */
    customContentIds?: string[];
  }
  interface AddUpdateCustomerInput {
@@ -1284,8 +1295,19 @@
    parentId?: string;
  }
  interface APIgetAllModuleListParams {
    menuScene?: EnumMenuScene;
  }
  interface APIgetAllSubModuleParams {
    moduleId?: string;
  }
  interface APIgetAllSystemTemplateDataParamSettingListParams {
    /** 是否默认 */
    isDefault?: boolean;
    /** 模板Id */
    lgGigWorkerCustomerTemplateId?: string;
  }
  interface APIgetBatchBillStaffListParams {
@@ -1359,6 +1381,15 @@
    moduleId?: string;
  }
  interface APIgetCustomContractParamterSelectParams {
    /** 客户Id */
    customerId?: string;
    /** 是否默认 */
    isDefault?: boolean;
    /** 合同模板Id */
    templateId?: string;
  }
  interface APIgetCustomerFileTypeHeadParams {
    enterpriseId?: string;
  }
@@ -1373,10 +1404,6 @@
  interface APIgetCustomerTemplateParamListByTemplateIdParams {
    templateId?: string;
  }
  interface APIgetCustomerUploadFileRecordParams {
    withMonth?: string;
  }
  interface APIgetDefaultConnectionStringParams {
@@ -1741,6 +1768,11 @@
    id?: string;
  }
  interface APIgetRewardStatisticsMonthsParams {
    /** 所属园区Id */
    industrialParkId?: string;
  }
  interface APIgetRolesIdRolesParams {
    id: string;
  }
@@ -1833,6 +1865,12 @@
  interface APIgetUserOrRoleModuleListParams {
    id?: string;
    objectType?: number;
  }
  interface APIgetUserOrRoleModuleListParams {
    id?: string;
    menuScene?: EnumMenuScene;
    objectType?: number;
  }
@@ -2814,6 +2852,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 +2962,7 @@
    userId?: string;
  }
  type BountyCheckStatusEnum = 10 | 20 | 30 | -10;
  type BountyCheckStatusEnum = 10 | 20 | 30 | -20 | -10;
  interface BuildRewardStatisticsInput {
    /** 开始统计月份 */
@@ -4046,6 +4118,8 @@
    password?: string;
    /** 产业园区id */
    industrialParkId?: string;
    /** 统一社会信用代码 */
    societyCreditCode?: string;
  }
  interface CreateBackClientUserInput {
@@ -4066,6 +4140,7 @@
  }
  interface CreateBaseRoleInput {
    menuScene?: EnumMenuScene;
    /** 名称 */
    name?: string;
    /** 排序 */
@@ -4134,6 +4209,37 @@
    /** 跟进备注 */
    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;
    /** 主账号用户账号 */
    subAccountCreator?: string;
  }
  interface CreateGoverUserInput {
@@ -4984,6 +5090,12 @@
    name: string;
    /** 模板编号 */
    templateCode: string;
    /** 是否自动签 */
    isAutoSign?: boolean;
    /** 自动签授权书 */
    autoSignPowerAttorneyUrl?: string;
    /** 自定义内容 */
    customContents?: string[];
    /** 模板变量 */
    values: CreateOrUpdateContractTemplateValueInput[];
  }
@@ -4998,6 +5110,12 @@
    name?: string;
    /** 是否必填 */
    required?: boolean;
    /** 坐标X */
    x?: number;
    /** 坐标Y */
    y?: number;
    /** 页码 */
    page?: number;
  }
  interface CreateOrUpdateCooperationApplyInput {
@@ -5147,6 +5265,7 @@
  }
  interface CreateOrUpdateRoleInput {
    menuScene?: EnumMenuScene;
    /** 名称 */
    name?: string;
    /** 排序 */
@@ -5196,6 +5315,9 @@
    incomeBankName?: string;
    enterpriseId?: string;
    selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
    auditType?: EnumParkBountyTradeDetailAuditType;
    /** 江祐保自主出账关联保单id */
    insurancePolicyId?: string;
  }
  interface CreateParkOrHRAdvertiseInput {
@@ -5650,6 +5772,8 @@
    isSignFreeSet?: boolean;
    /** 注册时间 */
    registTime?: string;
    /** 备注 */
    remark?: string;
  }
  interface CustomerManageListOutputPageOutput {
@@ -5706,6 +5830,9 @@
    /** 申报金额 */
    applyAmount?: number;
    fileTypes?: CustomerUploadMonthApplyFileType[];
    enterpriseId?: string;
    /** 是否是运营端代上传 */
    isAdminFileUpload?: boolean;
  }
  interface CustomerUploadMonthApplyFileType {
@@ -6105,6 +6232,8 @@
    remark?: string;
    /** 文件数量 */
    fileCount?: number;
    /** 企业申报材料数量 */
    enterpriseMonthApplyFileCount?: number;
    lastModificationTime?: string;
    lastModifierName?: string;
    lastModifierId?: string;
@@ -6227,6 +6356,8 @@
    configuration?: Record<string, any>;
  }
  type EnumElectronSignContractParameterStatus = 10 | 20;
  type EnumElectronSignContractStatus = 1 | 2 | 3 | 4 | 5 | 9 | 99;
  type EnumElectronSignContractSupplier = 10 | 20;
@@ -6245,9 +6376,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;
@@ -7171,6 +7306,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 +7358,12 @@
    name?: string;
    /** 模板编号 */
    templateCode?: string;
    /** 是否自动签 */
    isAutoSign?: boolean;
    /** 自动签授权书 */
    autoSignPowerAttorneyUrl?: string;
    /** 模板变量 */
    customContents?: GetContractTemplateCustomContentDto[];
    /** 模板变量 */
    values?: GetContractTemplateValueDto[];
  }
@@ -7211,6 +7392,12 @@
    name?: string;
    /** 是否必填 */
    required?: boolean;
    /** 坐标X */
    x?: number;
    /** 坐标Y */
    y?: number;
    /** 页码 */
    page?: number;
  }
  interface GetCooperationApplyInput {
@@ -7259,6 +7446,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 {
@@ -7402,6 +7616,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 +7650,10 @@
    platedTime?: string;
    /** 操作人 */
    operator?: string;
    /** 是否自动签 */
    isAutoSign?: boolean;
    /** 自定义内容 */
    customContents?: GetCustomerTemplateDetailOutputCustomContent[];
  }
  interface GetCustomerUploadApplyFilesByTypeInput {
@@ -7436,6 +7671,7 @@
  interface GetCustomerUploadApplyFilesInput {
    id?: string;
    enterpriseId?: string;
    userId?: string;
    withMonth?: string;
    parkBountyApplyId?: string;
  }
@@ -7467,6 +7703,11 @@
    parkName?: string;
    /** 附件 */
    items?: GetCustomerUploadApplyFilesOutput[];
  }
  interface GetCustomerUploadFileRecordInput {
    withMonth?: string;
    userId?: string;
  }
  interface GetCustomerUploadFileRecordOutput {
@@ -7577,6 +7818,9 @@
    /** 申报金额 */
    applyAmount?: number;
    applyStatus?: EnterpriseMonthApplyStatusEnum;
    inCheckStatus?: BountyCheckStatusEnum;
    /** 自主申报的申报Id */
    parkBountyApplyId?: string;
  }
  interface GetEnterpriseMonthApplyFileOutputPageOutput {
@@ -9002,6 +9246,11 @@
    settleStatus?: SettleStatusEnum;
    incomeStatus?: IncomeStatusEnum;
    financeStatus?: FinanceStatusEnum;
    /** 外部复审核起始日期 */
    outReCheckTimeBegin?: string;
    /** 外部复审核结束日期 */
    outReCheckTimeEnd?: string;
    outReCheckStatus?: BountyCheckStatusEnum;
  }
  interface GetParkBountyApplyListOutput {
@@ -9063,10 +9312,15 @@
    inCheckAuditOperator?: string;
    /** 外部审核人 */
    outCheckAuditOperator?: string;
    /** 外部复审核人 */
    outReCheckAuditOperator?: string;
    /** 平台拨付入账跟财政拨付入账操作人 */
    incomeAndFinanceIncomeOperator?: string;
    /** 平台拨付登记跟财政拨付登记操作人 */
    settleAndFinanceOperator?: string;
    outReCheckStatus?: BountyCheckStatusEnum;
    /** 政务端复审时间 */
    outReCheckTime?: string;
  }
  interface GetParkBountyApplyListOutputPageOutput {
@@ -9186,6 +9440,9 @@
    selfAuditOperator?: string;
    /** 企业自身操作人Id */
    selfAuditOperatorId?: string;
    /** 江祐保上传的保单文件 */
    insureBillUrl?: string;
    auditType?: EnumParkBountyTradeDetailAuditType;
  }
  interface GetParkBountyTradeDetailOutputPageOutput {
@@ -9286,6 +9543,10 @@
    financeType?: FinanceTypeEnum;
    /** 进账单位 */
    incomeCompanyName?: string;
    /** 企业自身审核凭证 */
    selfAuditFileUrl?: string;
    /** 江祐保上传的保单文件 */
    insureBillUrl?: string;
  }
  interface GetParkCustomerBountyConsumptionOutputPageOutput {
@@ -9403,12 +9664,15 @@
    parkTypName?: string;
    /** 营业执照 */
    licenseUrl?: string;
    /** 合作协议 */
    cooperationUrl?: string;
    /** 银行总行名称 */
    bankName?: string;
    /** 银行支行名称 */
    bankBranchName?: string;
    /** 银行卡号 */
    bankCardNumber?: string;
    userCertificationStatus?: UserCertificationStatusEnum;
  }
  interface GetParkCustomerManageOutput {
@@ -9740,6 +10004,8 @@
    pageModel?: Pagination;
    /** 月份 */
    month?: string;
    /** 月份 */
    months?: string[];
    /** 所属园区Id */
    industrialParkId?: string;
    /** 关键字 */
@@ -9750,6 +10016,7 @@
    pageModel?: Pagination;
    /** 查询条件:角色名称 */
    queryCondition?: string;
    menuScene?: EnumMenuScene;
  }
  interface GetSearchSettingList {
@@ -10162,6 +10429,8 @@
    bankBranchName?: string;
    bankCardNumber?: string;
    bankIsVerify?: boolean;
    /** 合作协议 */
    cooperationUrl?: string;
  }
  interface GetUserBaseInfoDataResponse {
@@ -14251,6 +14520,8 @@
    compayId?: string;
    /** 需要签约的用户签约id */
    listLgWorkerSignId?: string[];
    /** 来自自动签 */
    fromAutoSign?: boolean;
  }
  interface LgGigWorkerBussinessAutoSignOutput {
@@ -15072,6 +15343,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;
@@ -16285,11 +16575,23 @@
    collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[];
    /** 总的额外补充材料 */
    extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
    outReCheckStatus?: BountyCheckStatusEnum;
    /** 政务端复审备注 */
    outReCheckRemark?: string;
  }
  interface OutcheckParkBountyApplyInput {
    parkBountyApplyId?: string;
    outCheckStatus?: BountyCheckStatusEnum;
    /** 备注 */
    remark?: string;
    /** 总的额外补充材料 */
    extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
  }
  interface OutReCheckParkBountyApplyInput {
    parkBountyApplyId?: string;
    outReCheckStatus?: BountyCheckStatusEnum;
    /** 备注 */
    remark?: string;
    /** 总的额外补充材料 */
@@ -18031,6 +18333,8 @@
    userInfoEmailAddress?: string;
    /** 注册日期 */
    registDate?: string;
    /** 产业园区id */
    industrialParkId?: string;
  }
  interface PriceInfo {
@@ -20061,6 +20365,7 @@
  interface RoleInfo {
    /** 角色Id */
    id?: string;
    menuScene?: EnumMenuScene;
    /** 名称 */
    name?: string;
    /** 排序 */
@@ -20183,6 +20488,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 {
@@ -20757,6 +21088,15 @@
    /** 用户Id */
    userId?: string;
    disabledSyncUser?: boolean;
    /** 合作协议 */
    cooperationUrl?: string;
  }
  interface SetUserEnterpiseCooperationUrlInput {
    /** 用户Id */
    userId?: string;
    /** 合作协议 */
    cooperationUrl?: string;
  }
  interface SetUserEnterpriseBankInfoInput {
@@ -21628,6 +21968,9 @@
    selfAuditFileUrl?: string;
    /** 奖励金余额 */
    bountyAmount?: number;
    auditType?: EnumParkBountyTradeDetailAuditType;
    /** 江祐保自主出账关联保单id */
    insurancePolicyId?: string;
  }
  interface SysOrgDetailOutput {
@@ -22216,6 +22559,20 @@
    id?: string;
  }
  interface UpdateCustomerContractTemplateCustomContentValueInput {
    /** 合同模板Id */
    templateId?: string;
    /** 自定义内容 */
    customContents?: UpdateCustomerContractTemplateCustomContentValueInputItem[];
  }
  interface UpdateCustomerContractTemplateCustomContentValueInputItem {
    /** Id */
    id?: string;
    /** 值 */
    value?: string;
  }
  interface UpdateEnterpriseMaterialInput {
    /** 年 */
    year?: number;
@@ -22648,6 +23005,13 @@
    id?: string;
  }
  interface UpdateParkBountyApplyTradeInsuranceBillFile {
    /** 江祐保自主出账关联保单id */
    insurancePolicyId?: string;
    /** 江祐保上传的保单文件 */
    insureBillUrl?: string;
  }
  interface UpdatePassWordInput {
    id?: string;
    passWord?: string;
@@ -22925,6 +23289,8 @@
    enterpriseName?: string;
    /** 姓名 */
    contacter?: string;
    /** 产业园区id */
    industrialParkId?: string;
  }
  interface UpdateUserOrderContactStatusInput {
@@ -22992,6 +23358,7 @@
    monthApplyId?: string;
    fileSearchTypeId?: string;
    listFiles?: CustomerUploadMonthApplyFileTypeDto[];
    enterpriseId?: string;
  }
  interface UploadParkApplyCustomerFilesInput {