| | |
| | | insuredInstitution: string; |
| | | /** 投保方案 */ |
| | | insuranceScheme: string; |
| | | /** 保单号 */ |
| | | orderNo: string; |
| | | /** 在职标识 */ |
| | | onJobFlag?: string; |
| | | /** 性别 */ |
| | |
| | | includeTypes?: boolean; |
| | | } |
| | | |
| | | interface APIcheckInrancesSerialNumStatusParams { |
| | | serialNum?: string; |
| | | } |
| | | |
| | | interface APIclearInsuranceStaffDataParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIcreateParams { |
| | | systemEmail: string; |
| | | systemPassword: string; |
| | |
| | | } |
| | | |
| | | interface APIdeleteDefaultConnectionStringParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIdeleteInsureProductSchemeParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIdeleteInsureProductSettingParams { |
| | | id?: string; |
| | | } |
| | | |
| | |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIexportInsuranceBatchStaffParams { |
| | | batchBillId?: string; |
| | | } |
| | | |
| | | interface APIfindByEmailParams { |
| | | email?: string; |
| | | } |
| | |
| | | moduleId?: string; |
| | | } |
| | | |
| | | interface APIgetBatchDetailForCheckParams { |
| | | batchBillId?: string; |
| | | } |
| | | |
| | | interface APIgetCountParams { |
| | | filter?: string; |
| | | } |
| | |
| | | orderId?: string; |
| | | } |
| | | |
| | | interface APIgetInsuranceClaimDetailListParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetInsuranceClaimDetailParams { |
| | | id?: string; |
| | | } |
| | |
| | | |
| | | interface APIgetInsuranceOrderMaterialListParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetInsurancePolicyHeadDtoParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetInsurancePolicyPayParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetInsurancePolicyStampFilesParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetInsuranceStaffListExportParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetInsureBatchDetailParams { |
| | | batchBillId?: string; |
| | | } |
| | | |
| | | interface APIgetInvoiceIdParams { |
| | | id: string; |
| | | } |
| | | |
| | | interface APIgetListParams { |
| | |
| | | |
| | | interface APIgetVersionSubModuleParams { |
| | | versionId?: string; |
| | | } |
| | | |
| | | interface APIimportInsDetailStaffToListParams { |
| | | url?: string; |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIimportInsStaffToListParams { |
| | | url?: string; |
| | | serialNum?: string; |
| | | productIdNumber?: string; |
| | | productSchemeIdNumber?: string; |
| | | } |
| | | |
| | | interface APIsearchParams { |
| | |
| | | objectId?: string; |
| | | } |
| | | |
| | | type BatchBillCheckStatus = 1 | 2 | 10 | 15 | 20 | 30 | -40 | -30 | -20 | -11 | -10 | -1; |
| | | |
| | | type BatchChangeTypeEnum = 10 | 20 | 30 | 40; |
| | | |
| | | interface BatchDetailForCheckDto { |
| | | /** 批单Id */ |
| | | insureBatchBillId?: string; |
| | | /** 审核理由 */ |
| | | auditNote?: string; |
| | | /** 批单编号 */ |
| | | batchBillNo?: string; |
| | | checkStatus?: BatchBillCheckStatus; |
| | | /** 生效时间 */ |
| | | effectTime?: string; |
| | | /** 保单生效时间 */ |
| | | effectStartTime?: string; |
| | | /** 保单失效时间 */ |
| | | effectEndTime?: string; |
| | | /** 附件上传 */ |
| | | attachmentUrl?: string; |
| | | /** 保单号 */ |
| | | insureBillNo?: string; |
| | | /** 投保人 */ |
| | | enterpriseName?: string; |
| | | /** 批改人员详情 */ |
| | | staffList?: InsureBatchBillDetailDto[]; |
| | | } |
| | | |
| | | interface BatchSyncUserAmountInput { |
| | | items?: SyncUserAmountInput[]; |
| | | } |
| | | |
| | | interface ChangePasswordInput { |
| | | currentPassword?: string; |
| | | newPassword: string; |
| | |
| | | id2?: string; |
| | | sortCode2?: number; |
| | | type?: number; |
| | | } |
| | | |
| | | interface CheckImportBatchAddOrSubOrderDataOutput { |
| | | /** 错误数据列表 */ |
| | | error?: ImportBatchAddOrSubOrderDataInput[]; |
| | | /** 新增数据列表 */ |
| | | addOrSub?: ImportBatchAddOrSubOrderDataInput[]; |
| | | } |
| | | |
| | | interface CheckImportBatchUpdateOrderDataOutput { |
| | | /** 错误数据列表 */ |
| | | error?: ImportBatchUpdateOrderDataInput[]; |
| | | /** 替换数据列表 */ |
| | | update?: ImportBatchUpdateOrderDataInput[]; |
| | | } |
| | | |
| | | interface CheckLoginVerificationCodeInput { |
| | |
| | | sendBillExpireMessage?: boolean; |
| | | /** 是否短信提醒 */ |
| | | isSendMessage?: boolean; |
| | | /** 是否人员变更提醒 */ |
| | | staffChangeMessage?: boolean; |
| | | /** 是否批改提醒 */ |
| | | batchUpdateMessage?: boolean; |
| | | /** 企业名称 */ |
| | | enterpriseName?: string; |
| | | } |
| | | |
| | | interface CreateOrUpdateInsureProductSchemeInput { |
| | | /** Id */ |
| | | id?: string; |
| | | /** 保险产品Id */ |
| | | insureProductId: string; |
| | | /** 方案Id */ |
| | | idNumber: string; |
| | | /** 方案代码 */ |
| | | code?: string; |
| | | /** 方案名称 */ |
| | | name: string; |
| | | /** 投保方式 */ |
| | | period: string; |
| | | /** 保额 */ |
| | | insured: number; |
| | | /** 保费 */ |
| | | signPremium: number; |
| | | } |
| | | |
| | | interface CreateOrUpdateInsureProductSettingInput { |
| | | id?: string; |
| | | /** 产品ID */ |
| | | productIdNumber: string; |
| | | /** 商品代码 */ |
| | | productCode?: string; |
| | | /** 参保机构 */ |
| | | insuranceOrg: string; |
| | | /** 产品名称 */ |
| | | productName: string; |
| | | status?: InsureProductSettingStatusEnum; |
| | | } |
| | | |
| | | interface CreateOrUpdateRoleInput { |
| | |
| | | remark?: string; |
| | | /** 角色Id */ |
| | | id?: string; |
| | | } |
| | | |
| | | interface CreateParkBountyTradeInput { |
| | | enterpriseId?: string; |
| | | /** 最近出账金额 */ |
| | | tradeAmount?: number; |
| | | /** 出账凭证 */ |
| | | payFileUrl?: string; |
| | | /** 消费类型 */ |
| | | payRemark?: string; |
| | | access?: ParkBountyTradeAccessEnum; |
| | | } |
| | | |
| | | interface CreateTempTokenInput { |
| | | /** 用户Id */ |
| | | userId?: string; |
| | | } |
| | | |
| | | interface CurrentCultureDto { |
| | |
| | | key?: string; |
| | | } |
| | | |
| | | type FinanceTypeEnum = 10 | 20; |
| | | |
| | | interface GetEffectingStaffListInput { |
| | | claimDateTime?: string; |
| | | idNumber?: string; |
| | | } |
| | | |
| | | interface GetFeatureListResultDto { |
| | | groups?: FeatureGroupDto[]; |
| | | } |
| | | |
| | | interface GetFileRecordInput { |
| | | pageModel?: Pagination; |
| | | /** 操作起始日期 */ |
| | | creationTimeBegin?: string; |
| | | /** 操作结束日期 */ |
| | | creationTimeEnd?: string; |
| | | } |
| | | |
| | | interface GetFileRecordOutput { |
| | | /** Id */ |
| | | id?: string; |
| | | /** 用户Id */ |
| | | enterpriseId?: string; |
| | | /** 文件名称 */ |
| | | name?: string; |
| | | /** 事件 */ |
| | | event?: string; |
| | | /** 操作 */ |
| | | operate?: string; |
| | | /** 状态 */ |
| | | status?: string; |
| | | /** 源文件地址 */ |
| | | fileUrl?: string; |
| | | /** 导出数据/错误数据 JSON格式 */ |
| | | jsonData?: string; |
| | | /** 操作时间 */ |
| | | creationTime?: string; |
| | | /** 总数据量 */ |
| | | count?: number; |
| | | /** 成功数据量 */ |
| | | successCount?: number; |
| | | } |
| | | |
| | | interface GetFileRecordOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetFileRecordOutput[]; |
| | | } |
| | | |
| | | interface GetInsuranceBatchBillForCheckInput { |
| | | pageModel?: Pagination; |
| | | /** 申请日期开始 */ |
| | | creationTimeBegin?: string; |
| | | /** 申请日期结束 */ |
| | | creationTimeEnd?: string; |
| | | /** 批单号 */ |
| | | batchBillNo?: string; |
| | | checkStatus?: BatchBillCheckStatus; |
| | | } |
| | | |
| | | interface GetInsuranceBatchBillInput { |
| | | pageModel?: Pagination; |
| | | /** 保单Id */ |
| | | insurancePolicyId?: string; |
| | | } |
| | | |
| | | interface GetInsurancePageInput { |
| | | pageModel?: Pagination; |
| | | importStartDateTime?: string; |
| | | importEndDateTime?: string; |
| | | condition?: string; |
| | | insurancePeriod?: string; |
| | | status?: InsurancePolicyStatusEnum; |
| | | auditStatus?: InsurancePolicyAuditStatusEnum; |
| | | } |
| | | |
| | | interface GetInsurancePageOutput { |
| | | id?: string; |
| | | userId?: string; |
| | | /** 投保人 */ |
| | | insurerName?: string; |
| | | /** 被保险人 */ |
| | | policyerName?: string; |
| | | /** 批次号 */ |
| | | serialNum?: string; |
| | | status?: InsurancePolicyStatusEnum; |
| | | /** 人员清单状态 */ |
| | | listStatus?: string; |
| | | batchStatus?: number; |
| | | checkStatus?: BatchBillCheckStatus; |
| | | /** 保额 */ |
| | | sumInsured?: number; |
| | | /** 保费 */ |
| | | amount?: number; |
| | | /** 投保人数 */ |
| | | insureCount?: number; |
| | | /** 理赔数量 */ |
| | | claimCount?: number; |
| | | /** 投保机构 */ |
| | | insuranceOrg?: string; |
| | | /** 投保方式 月保:30D 年保: 360D */ |
| | | insurancePeriod?: string; |
| | | /** 方案名称 */ |
| | | insuranceScheme?: string; |
| | | /** 保单文件 */ |
| | | insureBillUrl?: string; |
| | | /** 是否已上传盖章文件 */ |
| | | isUploadEffectFile?: boolean; |
| | | /** 盖章文件 */ |
| | | effectBillUrl?: string; |
| | | /** 保险单号 */ |
| | | insureBillNo?: string; |
| | | /** 导入文件 */ |
| | | importFileUrl?: string; |
| | | lastImportTime?: string; |
| | | /** 保单生效时间 */ |
| | | effectStartTime?: string; |
| | | /** 保单失效时间 */ |
| | | effectEndTime?: string; |
| | | emploerNames?: string[]; |
| | | creationTime?: string; |
| | | companyName?: string; |
| | | isClosedOutTime?: boolean; |
| | | auditStatus?: InsurancePolicyAuditStatusEnum; |
| | | /** 审核备注 */ |
| | | auditRemark?: string; |
| | | /** 保险产品IdNumber */ |
| | | productIdNumber?: string; |
| | | /** 是否走线上流程 */ |
| | | productOnline?: boolean; |
| | | payStatus?: InsurancePolicyListPayStatusEnum; |
| | | /** 任意分批支付完成 */ |
| | | anyPayComplete?: boolean; |
| | | } |
| | | |
| | | interface GetInsurancePageOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetInsurancePageOutput[]; |
| | | } |
| | | |
| | | interface GetInsuranceStaffListInput { |
| | | pageModel?: Pagination; |
| | | condition?: string; |
| | | insurancePolicyId?: string; |
| | | } |
| | | |
| | | interface GetInsuranceStaffPageTemplate { |
| | | id?: string; |
| | | policyId?: string; |
| | | serialNumber?: number; |
| | | name?: string; |
| | | gender?: string; |
| | | certType?: string; |
| | | certNo?: string; |
| | | jobName?: string; |
| | | /** 职业类型 */ |
| | | occupationType?: string; |
| | | /** 职业码值 */ |
| | | occupationCode?: string; |
| | | userEmploer?: string; |
| | | address?: string; |
| | | age?: number; |
| | | birthDay?: string; |
| | | phone?: string; |
| | | claimCount?: number; |
| | | creationTime?: string; |
| | | } |
| | | |
| | | interface GetInsuranceStaffPageTemplatePageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetInsuranceStaffPageTemplate[]; |
| | | } |
| | | |
| | | interface GetInsureProductSchemePageInput { |
| | | pageModel?: Pagination; |
| | | /** 保险产品Id */ |
| | | insureProductId?: string; |
| | | } |
| | | |
| | | interface GetInsureProductSettingPageInput { |
| | | pageModel?: Pagination; |
| | | /** 用户ID */ |
| | | userId?: string; |
| | | } |
| | | |
| | | interface GetParkBountyTradeDetailByIdInput { |
| | | pageModel?: Pagination; |
| | | /** 企业名/信用代码 */ |
| | | searchKeyWord?: string; |
| | | /** 出账起始日期 */ |
| | | transferTimeBegin?: string; |
| | | /** 出账结束日期 */ |
| | | transferTimeEnd?: string; |
| | | enterpriseId?: string; |
| | | } |
| | | |
| | | interface GetParkBountyTradeDetailOutput { |
| | | id?: string; |
| | | /** 最近出账金额 */ |
| | | tradeAmount?: number; |
| | | /** 出账凭证 */ |
| | | payFileUrl?: string; |
| | | access?: ParkBountyTradeAccessEnum; |
| | | /** 消费类型 */ |
| | | payRemark?: string; |
| | | /** 出账时间 */ |
| | | tradeTime?: string; |
| | | /** 奖励金余额 */ |
| | | remianAmount?: number; |
| | | financeType?: FinanceTypeEnum; |
| | | } |
| | | |
| | | interface GetParkBountyTradeDetailOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetParkBountyTradeDetailOutput[]; |
| | | } |
| | | |
| | | interface GetParkBountyTradeInput { |
| | | pageModel?: Pagination; |
| | | /** 企业名/信用代码 */ |
| | | searchKeyWord?: string; |
| | | /** 出账起始日期 */ |
| | | transferTimeBegin?: string; |
| | | /** 出账结束日期 */ |
| | | transferTimeEnd?: string; |
| | | } |
| | | |
| | | interface GetParkBountyTradeOutput { |
| | | enterpriseId?: string; |
| | | /** 账号 */ |
| | | userName?: string; |
| | | /** 企业名称 */ |
| | | enterpriseName?: string; |
| | | /** 电话 */ |
| | | contactPhone?: string; |
| | | /** 社会统一信用代码 */ |
| | | societyCreditCode?: string; |
| | | /** 最近出账金额 */ |
| | | tradeAmount?: number; |
| | | /** 出账时间 */ |
| | | tradeTime?: string; |
| | | /** 奖励金余额 */ |
| | | remianAmount?: number; |
| | | } |
| | | |
| | | interface GetParkBountyTradeOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetParkBountyTradeOutput[]; |
| | | } |
| | | |
| | | interface GetPermissionListResultDto { |
| | |
| | | roleNames: string[]; |
| | | } |
| | | |
| | | interface ImportBatchAddOrSubOrderDataInput { |
| | | /** 批改标志 */ |
| | | changeFlag: string; |
| | | /** 方案代码 */ |
| | | insuranceScheme: string; |
| | | /** 姓名 */ |
| | | name: string; |
| | | /** 证件类型 */ |
| | | certType: string; |
| | | /** 证件号码 */ |
| | | idNumber: string; |
| | | /** 年龄 */ |
| | | age?: number; |
| | | /** 电话号码 */ |
| | | phoneNumber?: string; |
| | | /** 职业/工种 */ |
| | | workType: string; |
| | | /** 性别 */ |
| | | gender?: string; |
| | | /** 出生日期 */ |
| | | birthDay?: string; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | } |
| | | |
| | | interface ImportBatchAddOrSubOrderInput { |
| | | /** 导入地址 */ |
| | | url?: string; |
| | | /** 投保Id */ |
| | | insurePolicyId?: string; |
| | | } |
| | | |
| | | interface ImportBatchStaffListInput { |
| | | /** 原被保人姓名 */ |
| | | orginName?: string; |
| | | orginIdNumber?: string; |
| | | /** 电话号码 */ |
| | | phoneNumber?: string; |
| | | id?: number; |
| | | name?: string; |
| | | age?: number; |
| | | gender?: string; |
| | | certType?: string; |
| | | idNumber?: string; |
| | | insuranceScheme?: string; |
| | | workType?: string; |
| | | birthDay?: string; |
| | | remark?: string; |
| | | changeType?: BatchChangeTypeEnum; |
| | | } |
| | | |
| | | interface ImportBatchUpdateOrderDataInput { |
| | | /** 原被保人姓名 */ |
| | | orginName: string; |
| | | /** 原被保人证件号码 */ |
| | | orginIdNumber: string; |
| | | /** 姓名 */ |
| | | name: string; |
| | | /** 证件类型 */ |
| | | certType: string; |
| | | /** 证件号码 */ |
| | | idNumber: string; |
| | | /** 电话号码 */ |
| | | phoneNumber?: string; |
| | | /** 职业/工种 */ |
| | | workType: string; |
| | | /** 性别 */ |
| | | gender?: string; |
| | | /** 年龄 */ |
| | | age?: number; |
| | | /** 出生日期 */ |
| | | birthDay?: string; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | changeFlag?: string; |
| | | } |
| | | |
| | | interface ImportInsStaffAnalysisList { |
| | | id?: string; |
| | | /** 姓名 */ |
| | | name?: string; |
| | | /** 性别 */ |
| | | sex?: string; |
| | | /** 证件类型 */ |
| | | certType?: string; |
| | | /** 身份证号 */ |
| | | certNo?: string; |
| | | /** 年龄 */ |
| | | age?: number; |
| | | /** 生日 */ |
| | | birthDay?: string; |
| | | /** 用工企业 */ |
| | | useEmploer?: string; |
| | | /** 雇员工种 */ |
| | | jobName?: string; |
| | | /** 职业类型 */ |
| | | occupationType?: string; |
| | | /** 职业码值 */ |
| | | occupationCode?: string; |
| | | /** 用工地点 */ |
| | | address?: string; |
| | | phone?: string; |
| | | /** 备注 */ |
| | | note?: string; |
| | | /** 1正常 0异常 */ |
| | | isNormal?: boolean; |
| | | } |
| | | |
| | | type InsuranceClaimAttachmentBusinessTypeEnum = 10 | 20 | 30 | 40 | 50; |
| | | |
| | | interface InsuranceClaimAttachmentOutput { |
| | |
| | | incDecAmount?: number; |
| | | /** 保单id */ |
| | | insuranceOrderId?: string; |
| | | /** 投保机构 */ |
| | | insuranceOrg?: string; |
| | | /** 保单号 */ |
| | | orderNo?: string; |
| | | /** 投保/被保机构 */ |
| | | enterpriseName?: string; |
| | | /** 报案时间 */ |
| | | reportedTime?: string; |
| | | /** 联系电话 */ |
| | |
| | | |
| | | interface InsuranceClaimListOutput { |
| | | id?: string; |
| | | serialNumber?: number; |
| | | /** 身份证号 */ |
| | | idNumber?: string; |
| | | /** 姓名 */ |
| | |
| | | accidentType?: string; |
| | | /** 事故发生时间 */ |
| | | accidentTime?: string; |
| | | /** 伤残比例 */ |
| | | disabilityRatio?: number; |
| | | /** 理赔渠道 */ |
| | | claimChannel?: string; |
| | | claimResult?: InsuranceClaimResultEnum; |
| | | /** 伤残比例 */ |
| | | disabilityRatioStr?: string; |
| | | claimResultStr?: string; |
| | | /** 下款金额 */ |
| | | downPaymentAmount?: number; |
| | | /** 下款金额 */ |
| | | downPaymentAmountStr?: string; |
| | | /** 结/撤案日期 */ |
| | | claimResultTime?: string; |
| | | /** 最后更新日期 */ |
| | | lastModificationTime?: string; |
| | | /** 理赔渠道 */ |
| | | companyName?: string; |
| | | claimChannel?: string; |
| | | claimResult?: InsuranceClaimResultEnum; |
| | | /** 保单id */ |
| | | insuranceOrderId?: string; |
| | | createTime?: string; |
| | |
| | | orderRelevanceStr?: string; |
| | | /** 保单文件 */ |
| | | orderBillFile?: string; |
| | | /** 投保人和被投保人 */ |
| | | enterpriseName?: string; |
| | | phone?: string; |
| | | insuranceOrg?: string; |
| | | } |
| | | |
| | | interface InsuranceOrderListOutputPageOutput { |
| | |
| | | materialName?: string; |
| | | } |
| | | |
| | | interface InsurancePolicyAuditInput { |
| | | /** 保单Id */ |
| | | insurancePolicyId?: string; |
| | | /** 保单起期 */ |
| | | effectStartTime?: string; |
| | | /** 保单止期 */ |
| | | effectEndTime?: string; |
| | | /** 保额 */ |
| | | sumInsured?: number; |
| | | /** 保费 */ |
| | | amount?: number; |
| | | auditStatus?: InsurancePolicyAuditStatusEnum; |
| | | /** 审核备注 */ |
| | | auditRemark?: string; |
| | | /** 返回地址 */ |
| | | returnUrl?: string; |
| | | } |
| | | |
| | | type InsurancePolicyAuditStatusEnum = 10 | 20 | -10; |
| | | |
| | | type InsurancePolicyListPayStatusEnum = 1 | 2; |
| | | |
| | | interface InsurancePolicyPayDto { |
| | | id?: string; |
| | | /** 订单号 */ |
| | | channelOrderNo?: string; |
| | | /** 投保单号 */ |
| | | proposalNo?: string; |
| | | /** 支付短链 */ |
| | | payUrl?: string; |
| | | /** 支付流水号 */ |
| | | payRegistrationNo?: string; |
| | | /** 保费金额 */ |
| | | sumSignPremium?: number; |
| | | status?: InsurancePolicyPayStatusEnum; |
| | | /** 保单号 */ |
| | | policyNo?: string; |
| | | /** 电子保单链接 */ |
| | | policyUrl?: string; |
| | | /** 电子保单链接 */ |
| | | policyOssUrl?: string; |
| | | /** 完成时间 */ |
| | | completionTime?: string; |
| | | /** 发票号码 */ |
| | | invoiceSerialNo?: string; |
| | | /** 发票价税合计 */ |
| | | invoicePlanFee?: number; |
| | | /** 发票下载地址 */ |
| | | invoiceDownloadUrl?: string; |
| | | /** 发票下载地址 */ |
| | | invoiceDownloadOssUrl?: string; |
| | | } |
| | | |
| | | type InsurancePolicyPayStatusEnum = 1 | 2; |
| | | |
| | | type InsurancePolicyStatusEnum = 10 | 20 | 30; |
| | | |
| | | interface InsureBatchBillDetailDto { |
| | | /** 批单Id */ |
| | | insureBatchBillId?: string; |
| | | /** 投保Id */ |
| | | insurePolicyId?: string; |
| | | insurancePolicyDetailId?: string; |
| | | /** 修改信息 */ |
| | | modifyInfo?: string; |
| | | /** 名称 */ |
| | | name?: string; |
| | | /** 证件类别 */ |
| | | certType?: string; |
| | | /** 身份证号 */ |
| | | idNumber?: string; |
| | | /** 性别 */ |
| | | gender?: string; |
| | | /** 手机号码 */ |
| | | phoneNumber?: string; |
| | | /** 年龄 */ |
| | | age?: number; |
| | | /** 出生日期 */ |
| | | birthDay?: string; |
| | | /** 职业名称 */ |
| | | workType?: string; |
| | | changeType?: BatchChangeTypeEnum; |
| | | } |
| | | |
| | | interface InsureBatchBillDto { |
| | | /** 批单Id */ |
| | | insureBatchBillId?: string; |
| | | /** 批单编号 */ |
| | | batchBillNo?: string; |
| | | /** 保单Id */ |
| | | insurancePolicyId?: string; |
| | | changeType?: BatchChangeTypeEnum; |
| | | checkStatus?: BatchBillCheckStatus; |
| | | /** 在保人数 */ |
| | | insurePersonNumber?: number; |
| | | /** 原本在保人数 */ |
| | | orginInsurePersonNumber?: number; |
| | | /** 新增人数 */ |
| | | addPersonNumber?: number; |
| | | /** 申请日期 */ |
| | | creationTime?: string; |
| | | /** 减少人数 */ |
| | | subPersonNumber?: number; |
| | | /** 审核理由 */ |
| | | auditNote?: string; |
| | | /** 审核时间 */ |
| | | checkDate?: string; |
| | | /** 审核人 */ |
| | | checkUserId?: string; |
| | | /** 生效时间 */ |
| | | effectTime?: string; |
| | | /** 附件上传 */ |
| | | attachmentUrl?: string; |
| | | } |
| | | |
| | | interface InsureBatchBillDtoPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: InsureBatchBillDto[]; |
| | | } |
| | | |
| | | interface InsureBatchBillInput { |
| | | /** 投保Id */ |
| | | insurancePolicyId?: string; |
| | | /** 批单Id */ |
| | | batchBillId?: string; |
| | | /** 期望生效 */ |
| | | effectTime?: string; |
| | | changeType?: BatchChangeTypeEnum; |
| | | /** 批增人员列表 */ |
| | | addInsStaffList?: ImportBatchStaffListInput[]; |
| | | /** 修改人员列表 */ |
| | | updateInsStaffList?: ImportBatchStaffListInput[]; |
| | | /** 删除人员列表 */ |
| | | delInsStaffList?: ImportBatchStaffListInput[]; |
| | | } |
| | | |
| | | interface InsureBatchDetailDto { |
| | | /** 批改人员详情 */ |
| | | staffList?: InsureBatchBillDetailDto[]; |
| | | /** 生效时间 */ |
| | | effectTime?: string; |
| | | /** 保单号 */ |
| | | insureBillNo?: string; |
| | | /** 投保人 */ |
| | | enterpriseName?: string; |
| | | } |
| | | |
| | | interface InsureProductSchemeDto { |
| | | /** Id */ |
| | | id?: string; |
| | | /** 保险产品Id */ |
| | | insureProductId?: string; |
| | | /** 方案Id */ |
| | | idNumber?: string; |
| | | /** 方案代码 */ |
| | | code?: string; |
| | | /** 方案名称 */ |
| | | name?: string; |
| | | /** 投保方式 */ |
| | | period?: string; |
| | | /** 保额 */ |
| | | insured?: number; |
| | | /** 保费 */ |
| | | signPremium?: number; |
| | | } |
| | | |
| | | interface InsureProductSchemeDtoPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: InsureProductSchemeDto[]; |
| | | } |
| | | |
| | | interface InsureProductSettingDto { |
| | | id?: string; |
| | | /** 产品ID */ |
| | | productIdNumber?: string; |
| | | /** 商品代码 */ |
| | | productCode?: string; |
| | | /** 参保机构 */ |
| | | insuranceOrg?: string; |
| | | /** 产品名称 */ |
| | | productName?: string; |
| | | status?: InsureProductSettingStatusEnum; |
| | | /** 创建时间 */ |
| | | creationTime?: string; |
| | | } |
| | | |
| | | interface InsureProductSettingDtoPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: InsureProductSettingDto[]; |
| | | } |
| | | |
| | | type InsureProductSettingStatusEnum = 10 | -10; |
| | | |
| | | interface IStringValueType { |
| | | name?: string; |
| | | properties?: Record<string, any>; |
| | |
| | | name?: string; |
| | | properties?: Record<string, any>; |
| | | } |
| | | |
| | | type JToken = JToken[]; |
| | | |
| | | interface KeyInput { |
| | | id?: string; |
| | |
| | | descriptorName?: string; |
| | | } |
| | | |
| | | type ParkBountyTradeAccessEnum = 1; |
| | | |
| | | interface PasswordLoginInput { |
| | | /** 账号 */ |
| | | loginName: string; |
| | |
| | | month?: number; |
| | | /** 理赔渠道 */ |
| | | claimChannel?: string; |
| | | companyName?: string; |
| | | } |
| | | |
| | | interface QueryInsuranceClaimPageInput { |
| | | pageModel?: Pagination; |
| | | /** 理赔渠道 */ |
| | | claimChannel?: string; |
| | | /** 公司名称 */ |
| | | companyName?: string; |
| | | /** 劳动合同单位 */ |
| | | laborContractEnterprise?: string; |
| | | /** 实际工作单位 */ |
| | | workEnterprise?: string; |
| | | /** 身份证号 */ |
| | | idNumber?: string; |
| | | /** 投保人/被保人 */ |
| | | insurerName?: string; |
| | | claimResult?: InsuranceClaimResultEnum; |
| | | } |
| | | |
| | |
| | | phoneNumber: string; |
| | | } |
| | | |
| | | interface SetInsureBatchBillStatusInput { |
| | | /** 批单Id */ |
| | | insureBatchBillId?: string; |
| | | /** 批单号 */ |
| | | batchBillNo?: string; |
| | | /** 审核理由 */ |
| | | auditNote?: string; |
| | | checkStatus?: BatchBillCheckStatus; |
| | | /** 审核时间 */ |
| | | checkDate?: string; |
| | | /** 审核人 */ |
| | | checkUserId?: string; |
| | | /** 生效时间 */ |
| | | effectTime?: string; |
| | | /** 附件上传 */ |
| | | attachmentUrl?: string; |
| | | } |
| | | |
| | | interface SetMyModule { |
| | | moduleId?: string; |
| | | sequence?: number; |
| | |
| | | interface SetVersionModuleInput { |
| | | versionId: string; |
| | | modules: ModuleTypeInfo[]; |
| | | } |
| | | |
| | | interface SyncUserAmountInput { |
| | | /** 用户名称 */ |
| | | id?: string; |
| | | /** 奖励金余额 */ |
| | | bountyAmount?: number; |
| | | /** 充值余额 */ |
| | | rechargeAmount?: number; |
| | | } |
| | | |
| | | interface SyncUserDto { |
| | | /** 开通 */ |
| | | open?: boolean; |
| | | /** 818用户Id */ |
| | | humanResourcesServiceUserId?: string; |
| | | /** 名称 */ |
| | | name?: string; |
| | | /** 登录用户名 */ |
| | | userName?: string; |
| | | /** 用户手机号 */ |
| | | phoneNumber?: string; |
| | | /** 密码 */ |
| | | password?: string; |
| | | /** 企业名称 */ |
| | | enterpriseName?: string; |
| | | /** 营业执照文件地址 */ |
| | | licenseUrl?: string; |
| | | /** 统一社会信用代码 */ |
| | | societyCreditCode?: string; |
| | | /** 银行总行名称 */ |
| | | bankName?: string; |
| | | /** 银行支行名称 */ |
| | | bankBranchName?: string; |
| | | /** 银行卡号 */ |
| | | bankCardNumber?: string; |
| | | /** 奖励金余额 */ |
| | | bountyAmount?: number; |
| | | /** 充值余额 */ |
| | | rechargeAmount?: number; |
| | | /** 联系人 */ |
| | | contact?: string; |
| | | /** 联系电话 */ |
| | | contactPhone?: string; |
| | | } |
| | | |
| | | interface TenantDto { |
| | |
| | | sendClaimMessage?: boolean; |
| | | /** 是否保单到期提醒 */ |
| | | sendBillExpireMessage?: boolean; |
| | | /** 是否人员变更提醒 */ |
| | | staffChangeMessage?: boolean; |
| | | /** 是否批改提醒 */ |
| | | batchUpdateMessage?: boolean; |
| | | /** 公司名 */ |
| | | enterpriseName?: string; |
| | | /** 是否短信提醒 */ |
| | | isSendMessage?: boolean; |
| | | /** 角色 */ |
| | |
| | | insuredInstitution: string; |
| | | /** 投保方案 */ |
| | | insuranceScheme: string; |
| | | /** 保单号 */ |
| | | orderNo: string; |
| | | /** 在职标识 */ |
| | | onJobFlag?: string; |
| | | /** 性别 */ |
| | |
| | | id?: string; |
| | | } |
| | | |
| | | interface UpdateInsuranceStaffInfoInput { |
| | | insurancePolicyId?: string; |
| | | id?: string; |
| | | name?: string; |
| | | idNumber?: string; |
| | | phone?: string; |
| | | } |
| | | |
| | | interface UpdateInsureProductSettingStatusInput { |
| | | id?: string; |
| | | status?: InsureProductSettingStatusEnum; |
| | | } |
| | | |
| | | interface UpdatePassWordInput { |
| | | id?: string; |
| | | passWord?: string; |
| | |
| | | name?: string; |
| | | surname?: string; |
| | | phoneNumber?: string; |
| | | } |
| | | |
| | | interface UplaodInsuranceBillFileInput { |
| | | /** 保单Id */ |
| | | insurancePolicyId?: string; |
| | | /** 保单号 */ |
| | | insureBillNo?: string; |
| | | /** 保单起期 */ |
| | | effectStartTime?: string; |
| | | /** 保单止期 */ |
| | | effectEndTime?: string; |
| | | /** 参保机构 */ |
| | | insuranceOrg?: string; |
| | | /** 投保方式 月保:30D 年保: 360D */ |
| | | insurancePeriod?: string; |
| | | /** 方案名称 */ |
| | | insuranceScheme?: string; |
| | | /** 保额 */ |
| | | sumInsured?: number; |
| | | /** 保费 */ |
| | | amount?: number; |
| | | /** 保单文件 */ |
| | | insureBillUrl?: string; |
| | | } |
| | | |
| | | interface UploadInsuranceStampFilesInput { |
| | | /** 保单Id */ |
| | | insurancePolicyId?: string; |
| | | /** 盖章文件 */ |
| | | listFiles?: string[]; |
| | | } |
| | | |
| | | interface UserAmountShowDto { |
| | | /** 企业名称 */ |
| | | enterpriseName?: string; |
| | | /** 营业执照文件地址 */ |
| | | licenseUrl?: string; |
| | | /** 统一社会信用代码 */ |
| | | societyCreditCode?: string; |
| | | /** 银行总行名称 */ |
| | | bankName?: string; |
| | | /** 银行支行名称 */ |
| | | bankBranchName?: string; |
| | | /** 银行卡号 */ |
| | | bankCardNumber?: string; |
| | | /** 奖励金余额 */ |
| | | bountyAmount?: number; |
| | | /** 充值余额 */ |
| | | rechargeAmount?: number; |
| | | /** 资金总额 */ |
| | | totalAmount?: number; |
| | | } |
| | | |
| | | interface UserData { |
| | |
| | | isSendMessage?: boolean; |
| | | /** 角色 */ |
| | | roleNames?: string[]; |
| | | /** 是否人员变更提醒 */ |
| | | staffChangeMessage?: boolean; |
| | | /** 是否批改提醒 */ |
| | | batchUpdateMessage?: boolean; |
| | | /** 企业名称 */ |
| | | enterpriseName?: string; |
| | | } |
| | | |
| | | interface UserListOutput { |
| | |
| | | isSendMessage?: boolean; |
| | | /** 角色 */ |
| | | roleNames?: string[]; |
| | | /** 是否人员变更提醒 */ |
| | | staffChangeMessage?: boolean; |
| | | /** 是否批改提醒 */ |
| | | batchUpdateMessage?: boolean; |
| | | /** 企业名称 */ |
| | | enterpriseName?: string; |
| | | } |
| | | |
| | | interface UserListOutputPageOutput { |