zhengyiming
5 天以前 60107cb11e472d693de543e8ec422bfe8e31dbec
src/services/api/typings.d.ts
@@ -99,6 +99,8 @@
    fileSize?: number;
    /** 文件扩展名 */
    fileExtension?: string;
    /** 字典文件类型Id */
    fileSearchTypeId?: string;
  }
  interface AddEnterpriseMaterialInput {
@@ -113,6 +115,8 @@
    remark?: string;
    /** 文件列表 */
    addEnterpriseMaterialFileList?: AddEnterpriseMaterialFileInput[];
    /** 是否使用字典配置材料 */
    useCustomMaterial?: boolean;
  }
  interface AddFirstPartyCompanyAuditInput {
@@ -242,6 +246,8 @@
    suportPlatRecharge?: boolean;
    /** 是否支持用户提现 */
    suportWithDraw?: boolean;
    /** 是否支持财政拨付 */
    suportFinance?: boolean;
    /** 文件 */
    industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
    /** 无需政务端审核 */
@@ -504,6 +510,12 @@
    signChannel?: SignChannelEnum;
    /** 模板编辑数据 */
    templateEditData?: string;
    /** 是否自动签 */
    isAutoSign?: boolean;
    /** 自动签授权书 */
    autoSignPowerAttorneyUrl?: string;
    /** 自定义内容 */
    customContentIds?: string[];
  }
  interface AddUpdateCustomerInput {
@@ -1035,10 +1047,6 @@
    id?: string;
  }
  interface APIdeleteContractTemplateIdParams {
    id: string;
  }
  interface APIdeleteCustomerIdParams {
    id: string;
  }
@@ -1286,6 +1294,13 @@
    moduleId?: string;
  }
  interface APIgetAllSystemTemplateDataParamSettingListParams {
    /** 是否默认 */
    isDefault?: boolean;
    /** 模板Id */
    lgGigWorkerCustomerTemplateId?: string;
  }
  interface APIgetBatchBillStaffListParams {
    insurancePolicyId?: string;
    batchBillId?: string;
@@ -1371,10 +1386,6 @@
  interface APIgetCustomerTemplateParamListByTemplateIdParams {
    templateId?: string;
  }
  interface APIgetCustomerUploadFileRecordParams {
    withMonth?: string;
  }
  interface APIgetDefaultConnectionStringParams {
@@ -2382,6 +2393,8 @@
    canLoginUserSign?: CanLoginUserSignEnum;
    /** 是否可以登录江佑保 */
    canLoginJYB?: boolean;
    /** 是否可以登录灵活用工 */
    canLoginFlexJob?: boolean;
    /** 外部系统ID */
    externalSystemCodes?: CanLoginUserSignEnum[];
    bussinessCode?: string;
@@ -2456,6 +2469,16 @@
数据长度:3,是否必输:Y */
    size?: string;
    list?: BankNoQueryItemOutput[];
  }
  interface BankOcrInput {
    /** 银行卡图片URL */
    bankCardImageUrl?: string;
  }
  interface BankOcrOutput {
    /** 银行卡号 */
    bankcardNumber?: string;
  }
  interface BaseAuthorizeDto {
@@ -2800,6 +2823,32 @@
    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 BestSignDownloadImageDataResponse {
    /** 图片文件流 */
    data?: any[];
@@ -2876,7 +2925,14 @@
    userId?: string;
  }
  type BountyCheckStatusEnum = 10 | 20 | 30 | -10;
  type BountyCheckStatusEnum = 10 | 20 | 30 | -20 | -10;
  interface BuildRewardStatisticsInput {
    /** 开始统计月份 */
    startMonth?: string;
    /** 截止统计月份 */
    endMonth?: string;
  }
  type BusinessSettingTypeEnum = 10;
@@ -2885,7 +2941,7 @@
    walletAccountType?: WalletAccountTypeEnum;
  }
  type CanLoginUserSignEnum = 1 | 2 | 3 | -1;
  type CanLoginUserSignEnum = 1 | 2 | 3 | 4 | -1;
  interface CategoryAllDto {
    /** 类别Id */
@@ -4956,11 +5012,17 @@
    id?: string;
    /** 客户Id */
    customerId: string;
    /** 企业用户Id */
    userId?: string;
    supplier: EnumElectronSignContractSupplier;
    /** 模板名称 */
    name: string;
    /** 模板编号 */
    templateCode: string;
    /** 是否自动签 */
    isAutoSign?: boolean;
    /** 自动签授权书 */
    autoSignPowerAttorneyUrl?: string;
    /** 模板变量 */
    values: CreateOrUpdateContractTemplateValueInput[];
  }
@@ -4975,6 +5037,12 @@
    name?: string;
    /** 是否必填 */
    required?: boolean;
    /** 坐标X */
    x?: number;
    /** 坐标Y */
    y?: number;
    /** 页码 */
    page?: number;
  }
  interface CreateOrUpdateCooperationApplyInput {
@@ -5154,7 +5222,6 @@
  }
  interface CreateParkBountyTradeInput {
    enterpriseId?: string;
    /** 最近出账金额 */
    tradeAmount?: number;
    /** 出账凭证 */
@@ -5162,6 +5229,21 @@
    /** 消费类型 */
    payRemark?: string;
    access?: ParkBountyTradeAccessEnum;
    /** 进账单位 */
    incomeCompanyName?: string;
    /** 保单号 */
    insureBillNo?: string;
    /** 收款单位名称 */
    incomeBankAccount?: string;
    /** 收款单位账号 */
    incomeBankCardNumber?: string;
    /** 开户行 */
    incomeBankName?: string;
    enterpriseId?: string;
    selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
    auditType?: EnumParkBountyTradeDetailAuditType;
    /** 江祐保自主出账关联保单id */
    insurancePolicyId?: string;
  }
  interface CreateParkOrHRAdvertiseInput {
@@ -5728,7 +5810,12 @@
    refundDealRemark?: string;
  }
  type DecimalDecimalValueTuple = true;
  type DecimalDecimalValueTuple = Record<string, any>;
  interface DeleteContractTemplateInput {
    /** Id */
    ids?: string[];
  }
  interface DeleteMonthApplySingleFileInput {
    monthApplyId?: string;
@@ -6015,7 +6102,11 @@
    remark?: string;
    /** 产业园区名称 */
    industrialParkName?: string;
    /** 产业园区id */
    industrialParkId?: string;
    materialItemOutputList?: EnterpriseMaterialItemOutput[];
    /** 是否使用字典配置材料 */
    useCustomMaterial?: boolean;
  }
  type EnterpriseMaterialFileBusinessTypeEnum =
@@ -6033,7 +6124,8 @@
    | 200
    | 210
    | 220
    | 999;
    | 999
    | 2000;
  interface EnterpriseMaterialItemOutput {
    fileBusinessType?: EnterpriseMaterialFileBusinessTypeEnum;
@@ -6041,6 +6133,8 @@
    fileCount?: number;
    /** 是否上传 */
    isUploaded?: boolean;
    /** 字典文件类型Id */
    fileSearchTypeId?: string;
    lastModificationTime?: string;
    materialFileItemList?: MaterialFileItemOutput[];
    lastModifierName?: string;
@@ -6181,6 +6275,8 @@
    configuration?: Record<string, any>;
  }
  type EnumElectronSignContractParameterStatus = 10 | 20;
  type EnumElectronSignContractStatus = 1 | 2 | 3 | 4 | 5 | 9 | 99;
  type EnumElectronSignContractSupplier = 10 | 20;
@@ -6199,9 +6295,17 @@
  type EnumElectronSignUserType = 10 | 20;
  type EnumPagedListOrder = 0 | 1;
  type EnumParkBountyTradeDetailAuditStatus = 10 | 20 | 30;
  type EnumParkBountyTradeDetailAuditType = 10 | 100;
  type EnumParkRewardStatisticsDetailScene = 1 | 2 | 3 | 4 | 5;
  type EnumSmsAccess = 0 | 10 | 20;
  type EnumSmsStatus = 0 | 10 | 20 | 30;
  interface ExportBountyApplyData {
    /** 企业名称 */
@@ -6210,7 +6314,7 @@
    societyCreditCode: string;
    /** 财政拨付金额 */
    financeToAmountStr?: string;
    /** 平台充值金额 */
    /** 平台拨付金额 */
    transferToAmountStr?: string;
    /** 财政拨付金额 */
    financeToAmount?: number;
@@ -6371,7 +6475,7 @@
    fileId?: string;
  }
  type FinanceStatusEnum = 1 | 2 | 3;
  type FinanceStatusEnum = 1 | 2 | 3 | -1;
  type FinanceTypeEnum = 10 | 20 | 30;
@@ -7119,6 +7223,35 @@
    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 GetContractTemplateDto {
    /** Id */
    id?: string;
@@ -7131,6 +7264,10 @@
    name?: string;
    /** 模板编号 */
    templateCode?: string;
    /** 是否自动签 */
    isAutoSign?: boolean;
    /** 自动签授权书 */
    autoSignPowerAttorneyUrl?: string;
    /** 模板变量 */
    values?: GetContractTemplateValueDto[];
  }
@@ -7159,6 +7296,12 @@
    name?: string;
    /** 是否必填 */
    required?: boolean;
    /** 坐标X */
    x?: number;
    /** 坐标Y */
    y?: number;
    /** 页码 */
    page?: number;
  }
  interface GetCooperationApplyInput {
@@ -7350,6 +7493,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 {
@@ -7367,6 +7527,10 @@
    platedTime?: string;
    /** 操作人 */
    operator?: string;
    /** 是否自动签 */
    isAutoSign?: boolean;
    /** 自定义内容 */
    customContents?: GetCustomerTemplateDetailOutputCustomContent[];
  }
  interface GetCustomerUploadApplyFilesByTypeInput {
@@ -7415,6 +7579,11 @@
    parkName?: string;
    /** 附件 */
    items?: GetCustomerUploadApplyFilesOutput[];
  }
  interface GetCustomerUploadFileRecordInput {
    withMonth?: string;
    userId?: string;
  }
  interface GetCustomerUploadFileRecordOutput {
@@ -7506,6 +7675,8 @@
    checkTime?: string;
    checkRemark?: string;
    checkFileUrl?: string;
    /** 提现审核操作人 */
    checkOperator?: string;
  }
  interface GetEnterpriseDrawWithListOutputPageOutput {
@@ -7571,6 +7742,8 @@
    /** 提交日期 */
    creationTime?: string;
    checkStatus?: EnterpriseRechargeStatusEnum;
    /** 审核人 */
    checkOperator?: string;
  }
  interface GetEnterprisePreChargeCheckListOutputPageOutput {
@@ -7772,6 +7945,12 @@
    waitCheckEnterpriseNumber?: number;
    /** 奖励金待发放 */
    waitForSettleRewardNumber?: number;
    /** 提现待审批 */
    waitDrawWithAuditNumber?: number;
    /** 出账待审批 */
    waitPlatRewardPayOutAuditNumber?: number;
    /** 财务待审核 */
    waitPlatRewardPayOutFinanceAuditNumber?: number;
    /** 累计已审核企业 */
    accumulatedCheckEnterpriseNumber?: number;
    /** 累计已审核通过企业 */
@@ -8940,6 +9119,11 @@
    settleStatus?: SettleStatusEnum;
    incomeStatus?: IncomeStatusEnum;
    financeStatus?: FinanceStatusEnum;
    /** 外部复审核起始日期 */
    outReCheckTimeBegin?: string;
    /** 外部复审核结束日期 */
    outReCheckTimeEnd?: string;
    outReCheckStatus?: BountyCheckStatusEnum;
  }
  interface GetParkBountyApplyListOutput {
@@ -8995,6 +9179,21 @@
    suportPlatRecharge?: boolean;
    /** 是否支持用户提现 */
    suportWithDraw?: boolean;
    /** 是否支持财政拨付 */
    suportFinance?: boolean;
    /** 内部审核人 */
    inCheckAuditOperator?: string;
    /** 外部审核人 */
    outCheckAuditOperator?: string;
    /** 外部复审核人 */
    outReCheckAuditOperator?: string;
    /** 平台拨付入账跟财政拨付入账操作人 */
    incomeAndFinanceIncomeOperator?: string;
    /** 平台拨付登记跟财政拨付登记操作人 */
    settleAndFinanceOperator?: string;
    outReCheckStatus?: BountyCheckStatusEnum;
    /** 政务端复审时间 */
    outReCheckTime?: string;
  }
  interface GetParkBountyApplyListOutputPageOutput {
@@ -9031,8 +9230,10 @@
    /** 园区Id */
    parkId?: string;
    enterpriseId?: string;
    financeType?: FinanceTypeEnum;
    auditStatus?: EnumParkBountyTradeDetailAuditStatus;
    financeAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
    selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
  }
  interface GetParkBountyTradeDetailOutput {
@@ -9079,7 +9280,41 @@
    /** 财务审核时间 */
    financeAuditTime?: string;
    /** 审核凭证 */
    financeAuditFileUrl?: string;
    /** 审核凭证 */
    payAuditFileUrl?: string;
    /** 进账单位 */
    incomeCompanyName?: string;
    /** 保单号 */
    insureBillNo?: string;
    /** 收款单位名称 */
    incomeBankAccount?: string;
    /** 收款单位账号 */
    incomeBankCardNumber?: string;
    /** 开户行 */
    incomeBankName?: string;
    creationTime?: string;
    selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
    /** 企业自身出账审核备注 */
    selfAuditRemark?: string;
    /** 企业自身出账审核时间 */
    selfAuditTime?: string;
    /** 企业自身审核凭证 */
    selfAuditFileUrl?: string;
    /** 出账操作人 */
    auditOperator?: string;
    /** 出账操作人ID */
    auditOperatorId?: string;
    /** 财务审核操作人 */
    financeAuditOperator?: string;
    /** 财务审核操作人Id */
    financeAuditOperatorId?: string;
    /** 企业自身操作人 */
    selfAuditOperator?: string;
    /** 企业自身操作人Id */
    selfAuditOperatorId?: string;
    /** 江祐保上传的保单文件 */
    insureBillUrl?: string;
  }
  interface GetParkBountyTradeDetailOutputPageOutput {
@@ -9172,8 +9407,18 @@
    remianAmount?: number;
    /** 凭证 */
    payFileUrl?: string;
    /** 审核凭证 */
    payAuditFileUrl?: string;
    /** 审核凭证 */
    financeAuditFileUrl?: string;
    payFileUrls?: string[];
    financeType?: FinanceTypeEnum;
    /** 进账单位 */
    incomeCompanyName?: string;
    /** 企业自身审核凭证 */
    selfAuditFileUrl?: string;
    /** 江祐保上传的保单文件 */
    insureBillUrl?: string;
  }
  interface GetParkCustomerBountyConsumptionOutputPageOutput {
@@ -9554,10 +9799,6 @@
    amount?: number;
    /** 凭证地址 */
    url?: string;
    /** 审核凭证 */
    payAuditFileUrl?: string;
    /** 审核凭证 */
    financeAuditFileUrl?: string;
    /** 奖励金申报详细Id */
    parkBountyApplyDetailId?: string;
    /** 关联Id */
@@ -9864,6 +10105,94 @@
    data?: GetSignRealNameCostListOutput[];
  }
  interface GetSmsLogsQuery {
    pageModel?: PagedListQueryPageModel;
    /** 创建时间-起始 */
    createdTimeBegin?: string;
    /** 创建时间-截止 */
    createdTimeEnd?: string;
    /** 操作人 */
    createdUser?: string;
    /** 渠道操作人 */
    channelCreatedUserIds?: string[];
    /** 跟踪Id */
    traceId?: string;
    access?: EnumSmsAccess;
    /** 手机号码 */
    phoneNumber?: string;
    /** 模板代码 */
    templateCode?: string;
    /** 模板参数 */
    templateParam?: string;
    /** 是否使用 */
    isUsed?: boolean;
    status?: EnumSmsStatus;
  }
  interface GetSmsLogsQueryResult {
    pageModel?: PagedListQueryResultPageModel;
    /** 数据 */
    data?: GetSmsLogsQueryResultItem[];
  }
  interface GetSmsLogsQueryResultItem {
    /** Id */
    id?: string;
    /** 跟踪Id */
    traceId?: string;
    access?: EnumSmsAccess;
    /** 手机号码 */
    phoneNumber?: string;
    /** 模板代码 */
    templateCode?: string;
    /** 模板参数 */
    templateParam?: string;
    /** 有效期 */
    expiry?: string;
    /** 是否使用 */
    isUsed?: boolean;
    status?: EnumSmsStatus;
    /** 请求Id */
    requestId?: string;
    /** 回传代码 */
    code?: string;
    /** 回传消息 */
    message?: string;
    /** 渠道名称 */
    channelName?: string;
    /** 渠道操作人 */
    channelCreatedUserId?: string;
    /** 创建时间 */
    createdTime?: string;
  }
  type GetSmsSettingQuery = Record<string, any>;
  interface GetSmsSettingQueryResult {
    /** 是否禁用 */
    isDisabled?: boolean;
    /** 带出参数 */
    withoutParams?: boolean;
    /** 每分钟最大数量 */
    minutelyMaxCount?: number;
    /** 每小时最大数量 */
    hourlyMaxCount?: number;
    /** 每天最大数量 */
    dailyMaxCount?: number;
    /** 通道配置 */
    accesses?: GetSmsSettingQueryResultAccess[];
  }
  interface GetSmsSettingQueryResultAccess {
    access?: EnumSmsAccess;
    /** 是否禁用 */
    isDisabled?: boolean;
    /** 排序 */
    sort?: number;
    /** 签名名称 */
    signName?: string;
  }
  interface GetTagsInput {
    /** 类型:0产品标签,1资讯标签,3快捷评论标签 */
    type?: number;
@@ -10043,7 +10372,7 @@
    /** 合同的发送时间 添加第一个签署者的时间,当第一个签署者添加成功即认为合同已发送 */
    sendTime?: string;
    /** 总页数 */
    signers?: string;
    signers?: string[];
    /** 开发者编号 */
    developerId?: string;
    /** 合同编号 */
@@ -11128,6 +11457,8 @@
    suportWithDraw?: boolean;
    /** 无需政务端审核 */
    notNeedGovernmentAudit?: boolean;
    /** 是否支持财政拨付 */
    suportFinance?: boolean;
    /** 注册地址 */
    registerAddress?: string;
    /** 备注 */
@@ -11149,6 +11480,8 @@
    suportEnterpriseUpload?: boolean;
    /** 是否支持平台充值 */
    suportPlatRecharge?: boolean;
    /** 是否支持财政拨付 */
    suportFinance?: boolean;
  }
  interface IndustrialParkFileTypeOutput {
@@ -11156,6 +11489,7 @@
    applyFileType?: number;
    /** 园区材料 */
    fileSearchTypeId?: string;
    fileSearchTypeName?: string;
  }
  interface IndustrialParkListOutput {
@@ -11187,6 +11521,8 @@
    suportWithDraw?: boolean;
    /** 无需政务端审核 */
    notNeedGovernmentAudit?: boolean;
    /** 是否支持财政拨付 */
    suportFinance?: boolean;
  }
  interface IndustrialParkListOutputPageOutput {
@@ -14048,6 +14384,8 @@
    compayId?: string;
    /** 需要签约的用户签约id */
    listLgWorkerSignId?: string[];
    /** 来自自动签 */
    fromAutoSign?: boolean;
  }
  interface LgGigWorkerBussinessAutoSignOutput {
@@ -14704,6 +15042,8 @@
    fileSize?: number;
    /** 文件扩展名 */
    fileExtension?: string;
    /** 字典文件类型Id */
    fileSearchTypeId?: string;
  }
  type MessageBusinessBehaviorTypeEnum =
@@ -14993,6 +15333,11 @@
    month?: number;
    materialType?: EnterpriseMaterialTypeEnum;
    materialItemList?: SimpleEnterpriseMaterialItemOutput[];
    lastModificationTime?: string;
    /** 是否使用字典配置材料 */
    useCustomMaterial?: boolean;
    /** 是否完善 */
    isCompleteMaterial?: boolean;
  }
  interface MyEnterpriseMaterialListOutputPageOutput {
@@ -16067,10 +16412,17 @@
    suportEnterpriseUpload?: boolean;
    /** 是否支持平台充值 */
    suportPlatRecharge?: boolean;
    /** 是否支持财政拨付 */
    suportFinance?: boolean;
    /** 是否支持用户提现 */
    suportWithDraw?: boolean;
    listFiles?: CustomerUploadMonthApplyFileTypeDto[];
    collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[];
    /** 总的额外补充材料 */
    extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
    outReCheckStatus?: BountyCheckStatusEnum;
    /** 政务端复审备注 */
    outReCheckRemark?: string;
  }
  interface OutcheckParkBountyApplyInput {
@@ -16078,6 +16430,45 @@
    outCheckStatus?: BountyCheckStatusEnum;
    /** 备注 */
    remark?: string;
    /** 总的额外补充材料 */
    extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
  }
  interface OutReCheckParkBountyApplyInput {
    parkBountyApplyId?: string;
    outReCheckStatus?: BountyCheckStatusEnum;
    /** 备注 */
    remark?: string;
    /** 总的额外补充材料 */
    extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
  }
  interface PagedListQueryPageModel {
    /** 行数 */
    rows?: number;
    /** 页码 */
    page?: number;
    /** 排序 */
    orderInput?: PagedListQueryPageModelOrderInput[];
  }
  interface PagedListQueryPageModelOrderInput {
    /** 属性 */
    property?: string;
    order?: EnumPagedListOrder;
  }
  interface PagedListQueryResultPageModel {
    /** 行数 */
    rows?: number;
    /** 页码 */
    page?: number;
    /** 排序 */
    orderInput?: PagedListQueryPageModelOrderInput[];
    /** 总数 */
    totalCount?: number;
    /** 页数 */
    totalPage?: number;
  }
  interface PageInput {
@@ -16122,6 +16513,8 @@
    suportEnterpriseUpload?: boolean;
    /** 是否支持平台充值 */
    suportPlatRecharge?: boolean;
    /** 是否支持财政拨付 */
    suportFinance?: boolean;
    /** 申请园区类型 */
    parkTypeName?: string;
    /** 申请奖励金月份 */
@@ -16148,6 +16541,8 @@
    financeSumAmount?: number;
    listFiles?: CustomerUploadMonthApplyFileTypeDto[];
    collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[];
    /** 总的额外补充材料 */
    extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
  }
  interface ParkBountyApplyBatchFinanceInput {
@@ -17723,6 +18118,8 @@
    canLoginUserSign?: CanLoginUserSignEnum;
    /** 是否可以登录江佑保 */
    canLoginJYB?: boolean;
    /** 是否可以登录灵活用工 */
    canLoginFlexJob?: boolean;
    /** 外部系统ID */
    externalSystemCodes?: CanLoginUserSignEnum[];
    bussinessCode?: string;
@@ -17781,6 +18178,8 @@
    userInfoEmailAddress?: string;
    /** 注册日期 */
    registDate?: string;
    /** 产业园区id */
    industrialParkId?: string;
  }
  interface PriceInfo {
@@ -19104,6 +19503,50 @@
    proxyPowerAttorneyUrl?: string;
  }
  interface RealEnterpriseInputByCertAccountInput {
    /** 客户Id */
    customerId?: string;
    /** 上上签证书账号(选填) */
    certAccount: string;
    /** 外部企业Id */
    outUserId: string;
    /** 是否委托经办人 */
    proxy?: boolean;
    realMethod: EnumElectronSignPersonalRealMethod;
    /** 企业全称 */
    enterpriseName: string;
    /** 统一社会信用代码 */
    societyCreditCode: string;
    /** 营业执照文件地址 */
    licenseUrl: string;
    /** 法人姓名 */
    legalPerson: string;
    /** 法人或经办人姓名 */
    name: string;
    /** 法人或经办人身份证号 */
    identity: string;
    /** 身份证人像面Url */
    identityImgUrl: string;
    /** 身份证国徽面Url */
    identityBackImgUrl: string;
    /** 法人或经办人银行卡号 */
    bankCard?: string;
    /** 银行卡照片 */
    bankCardImgUrl?: string;
    /** 法人或经办人手机号 */
    mobile?: string;
    /** 企业授权书 */
    proxyPowerAttorneyUrl?: string;
  }
  interface RealEnterpriseInputByCertAccountOutput {
    /** 认证流水号 */
    id?: string;
    status?: EnumElectronSignRealStatus;
    /** 上上签证书账号(选填) */
    certAccount?: string;
  }
  interface RealEnterpriseOutput {
    /** 认证流水号 */
    id?: string;
@@ -19351,6 +19794,8 @@
    mobile?: string;
    /** 验证码 */
    vCode?: string;
    /** 人脸识别成功调整页面 */
    faceRealCallbackUrl?: string;
  }
  interface RealPersonalOutput {
@@ -19460,6 +19905,8 @@
    identity?: string;
    /** 个人或法人或经办人手机号 */
    mobile?: string;
    /** 上上签证书账号(选填) */
    certAccount?: string;
  }
  type RelationalTypeEnum = 10 | 20;
@@ -19887,6 +20334,20 @@
    receiptName?: string;
  }
  interface SaveContractTemplateParamterInput {
    /** 参数Id */
    id?: string;
    /** 数据参数名称 */
    dataParamName?: string;
    /** 数据参数字段名称 */
    dataParamNameFieldName?: string;
    /** 数据参数默认值 */
    dataParamDefaultValue?: string;
    /** 是否 不是数值参数,即无需值 */
    isNotValueParam?: boolean;
    status?: EnumElectronSignContractParameterStatus;
  }
  interface SaveCustomerTemplateParamInput {
    /** 模板id */
    lgGigWorkerCustomerTemplateId?: string;
@@ -19931,6 +20392,31 @@
  interface SaveParkBountyApplyGatherFileInput {
    parkBountyApplyId?: string;
    listFiles?: CustomerUploadMonthApplyFileTypeDto[];
  }
  interface SaveSmsSettingCommand {
    /** 是否禁用 */
    isDisabled?: boolean;
    /** 带出参数 */
    withoutParams?: boolean;
    /** 每分钟最大数量 */
    minutelyMaxCount?: number;
    /** 每小时最大数量 */
    hourlyMaxCount?: number;
    /** 每天最大数量 */
    dailyMaxCount?: number;
    /** 通道配置 */
    accesses?: SaveSmsSettingCommandAccess[];
  }
  interface SaveSmsSettingCommandAccess {
    access?: EnumSmsAccess;
    /** 是否禁用 */
    isDisabled?: boolean;
    /** 排序 */
    sort?: number;
    /** 签名名称 */
    signName?: string;
  }
  interface SaveWalletPayChannelFeeSettingInput {
@@ -20077,6 +20563,10 @@
    values: SendContractInputValue[];
    /** 签约总人数 */
    userCount: number;
    /** 校验类型 */
    verifyType?: string[];
    /** 签约完成后调整地址 */
    returnUrl?: string;
  }
  interface SendContractInputValue {
@@ -20600,6 +21090,8 @@
    fileCount?: number;
    /** 是否上传 */
    isUploaded?: boolean;
    /** 字典文件类型Id */
    fileSearchTypeId?: string;
  }
  interface SingleApplicationSuspensionPaymentInput {
@@ -21242,6 +21734,22 @@
    sequence?: number;
  }
  interface SyncAuditParkBountyApplyTradeBySelfInput {
    /** 江佑保出账记录Id */
    id?: string;
    /** 818出账记录Id */
    parkBountyApplyDetailId?: string;
    selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
    /** 审核备注 */
    selfAuditRemark?: string;
    /** 审核凭证 */
    selfAuditFileUrl?: string;
    /** 企业自身操作人 */
    selfAuditOperator?: string;
    /** 企业自身操作人Id */
    selfAuditOperatorId?: string;
  }
  interface SyncParkBountyApplyTradeOutput {
    bountyAmount?: number;
    rechargeAmount?: number;
@@ -21264,6 +21772,28 @@
    auditById?: string;
    /** 审核时间 */
    auditTime?: string;
    /** 进账单位 */
    incomeCompanyName?: string;
    /** 保单号 */
    insureBillNo?: string;
    /** 收款单位名称 */
    incomeBankAccount?: string;
    /** 收款单位账号 */
    incomeBankCardNumber?: string;
    /** 开户行 */
    incomeBankName?: string;
    selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
    /** 企业自身出账审核备注 */
    selfAuditRemark?: string;
    /** 企业自身出账审核时间 */
    selfAuditTime?: string;
    /** 企业自身审核凭证 */
    selfAuditFileUrl?: string;
    /** 奖励金余额 */
    bountyAmount?: number;
    auditType?: EnumParkBountyTradeDetailAuditType;
    /** 江祐保自主出账关联保单id */
    insurancePolicyId?: string;
  }
  interface SysOrgDetailOutput {
@@ -21852,6 +22382,20 @@
    id?: string;
  }
  interface UpdateCustomerContractTemplateCustomContentValueInput {
    /** 合同模板Id */
    templateId?: string;
    /** 自定义内容 */
    customContents?: UpdateCustomerContractTemplateCustomContentValueInputItem[];
  }
  interface UpdateCustomerContractTemplateCustomContentValueInputItem {
    /** Id */
    id?: string;
    /** 值 */
    value?: string;
  }
  interface UpdateEnterpriseMaterialInput {
    /** 年 */
    year?: number;
@@ -21864,6 +22408,8 @@
    remark?: string;
    /** 文件列表 */
    addEnterpriseMaterialFileList?: AddEnterpriseMaterialFileInput[];
    /** 是否使用字典配置材料 */
    useCustomMaterial?: boolean;
    id?: string;
  }
@@ -22008,6 +22554,8 @@
    suportPlatRecharge?: boolean;
    /** 是否支持用户提现 */
    suportWithDraw?: boolean;
    /** 是否支持财政拨付 */
    suportFinance?: boolean;
    /** 文件 */
    industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
    /** 无需政务端审核 */
@@ -22278,6 +22826,13 @@
    sort: number;
    userId?: string;
    id?: string;
  }
  interface UpdateParkBountyApplyTradeInsuranceBillFile {
    /** 江祐保自主出账关联保单id */
    insurancePolicyId?: string;
    /** 江祐保上传的保单文件 */
    insureBillUrl?: string;
  }
  interface UpdatePassWordInput {
@@ -22557,6 +23112,8 @@
    enterpriseName?: string;
    /** 姓名 */
    contacter?: string;
    /** 产业园区id */
    industrialParkId?: string;
  }
  interface UpdateUserOrderContactStatusInput {
@@ -23596,6 +24153,8 @@
    canLoginUserSign?: boolean;
    /** 是否可以登录江佑保 */
    canLoginJYB?: boolean;
    /** 是否可以登录灵活用工 */
    canLoginFlexJob?: boolean;
  }
  interface UserMessageInfo {