wupengfei
2025-04-01 71d29c894613a25ebca83e291d64b65bde49ace8
src/services/api/typings.d.ts
@@ -57,6 +57,8 @@
    insuredInstitution: string;
    /** 投保方案 */
    insuranceScheme: string;
    /** 保单号 */
    orderNo: string;
    /** 在职标识 */
    onJobFlag?: string;
    /** 性别 */
@@ -240,6 +242,10 @@
    orderId?: string;
  }
  interface APIgetInsuranceClaimDetailListParams {
    id?: string;
  }
  interface APIgetInsuranceClaimDetailParams {
    id?: string;
  }
@@ -266,6 +272,10 @@
  interface APIgetInsuranceStaffListExportParams {
    id?: string;
  }
  interface APIgetInsureBatchDetailParams {
    batchBillId?: string;
  }
  interface APIgetListParams {
@@ -459,6 +469,8 @@
    insureBatchBillId?: string;
    /** 审核理由 */
    auditNote?: string;
    /** 批单编号 */
    batchBillNo?: string;
    checkStatus?: BatchBillCheckStatus;
    /** 生效时间 */
    effectTime?: string;
@@ -483,6 +495,20 @@
    id2?: string;
    sortCode2?: number;
    type?: number;
  }
  interface CheckImportBatchAddOrSubOrderDataOutput {
    /** 错误数据列表 */
    error?: ImportBatchAddOrSubOrderDataInput[];
    /** 新增数据列表 */
    addOrSub?: ImportBatchAddOrSubOrderDataInput[];
  }
  interface CheckImportBatchUpdateOrderDataOutput {
    /** 错误数据列表 */
    error?: ImportBatchUpdateOrderDataInput[];
    /** 替换数据列表 */
    update?: ImportBatchUpdateOrderDataInput[];
  }
  interface CheckLoginVerificationCodeInput {
@@ -812,6 +838,7 @@
    age?: number;
    birthDay?: string;
    phone?: string;
    claimCount?: number;
    creationTime?: string;
  }
@@ -968,6 +995,31 @@
    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;
@@ -976,7 +1028,7 @@
  }
  interface ImportBatchStaffListInput {
    originIdNumber?: string;
    orginIdNumber?: string;
    /** 电话号码 */
    phoneNumber?: string;
    id?: number;
@@ -989,6 +1041,32 @@
    workType?: string;
    birthDay?: string;
    remark?: string;
  }
  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 {
@@ -1062,6 +1140,12 @@
    incDecAmount?: number;
    /** 保单id */
    insuranceOrderId?: string;
    /** 投保机构 */
    insuranceOrg?: string;
    /** 保单号 */
    orderNo?: string;
    /** 投保/被保机构 */
    enterpriseName?: string;
    /** 报案时间 */
    reportedTime?: string;
    /** 联系电话 */
@@ -1089,6 +1173,7 @@
  interface InsuranceClaimListOutput {
    id?: string;
    serialNumber?: number;
    /** 身份证号 */
    idNumber?: string;
    /** 姓名 */
@@ -1105,9 +1190,6 @@
    accidentTime?: string;
    /** 伤残比例 */
    disabilityRatio?: number;
    /** 理赔渠道 */
    claimChannel?: string;
    claimResult?: InsuranceClaimResultEnum;
    claimResultStr?: string;
    /** 下款金额 */
    downPaymentAmount?: number;
@@ -1115,6 +1197,10 @@
    claimResultTime?: string;
    /** 最后更新日期 */
    lastModificationTime?: string;
    /** 理赔渠道 */
    companyName?: string;
    claimChannel?: string;
    claimResult?: InsuranceClaimResultEnum;
    /** 保单id */
    insuranceOrderId?: string;
    createTime?: string;
@@ -1192,6 +1278,10 @@
    orderRelevanceStr?: string;
    /** 保单文件 */
    orderBillFile?: string;
    /** 投保人和被投保人 */
    enterpriseName?: string;
    phone?: string;
    insuranceOrg?: string;
  }
  interface InsuranceOrderListOutputPageOutput {
@@ -1226,6 +1316,8 @@
    idNumber?: string;
    /** 性别 */
    gender?: string;
    /** 手机号码 */
    phoneNumber?: string;
    /** 年龄 */
    age?: number;
    /** 出生日期 */
@@ -1286,6 +1378,17 @@
    updateInsStaffList?: ImportBatchStaffListInput[];
    /** 删除人员列表 */
    delInsStaffList?: ImportBatchStaffListInput[];
  }
  interface InsureBatchDetailDto {
    /** 批改人员详情 */
    staffList?: InsureBatchBillDetailDto[];
    /** 生效时间 */
    effectTime?: string;
    /** 保单号 */
    insureBillNo?: string;
    /** 投保人 */
    enterpriseName?: string;
  }
  interface IStringValueType {
@@ -1527,18 +1630,23 @@
    month?: number;
    /** 理赔渠道 */
    claimChannel?: string;
    companyName?: string;
  }
  interface QueryInsuranceClaimPageInput {
    pageModel?: Pagination;
    /** 理赔渠道 */
    claimChannel?: string;
    /** 公司名称 */
    companyName?: string;
    /** 劳动合同单位 */
    laborContractEnterprise?: string;
    /** 实际工作单位 */
    workEnterprise?: string;
    /** 身份证号 */
    idNumber?: string;
    /** 投保人/被保人 */
    insurerName?: string;
    claimResult?: InsuranceClaimResultEnum;
  }
@@ -1787,6 +1895,8 @@
    insuredInstitution: string;
    /** 投保方案 */
    insuranceScheme: string;
    /** 保单号 */
    orderNo: string;
    /** 在职标识 */
    onJobFlag?: string;
    /** 性别 */