zhengyiming
6 天以前 98b88860d68494a81007a2a1737dfd37a4b70c99
src/services/api/typings.d.ts
@@ -367,13 +367,6 @@
    id?: string;
  }
  interface APIimportInsStaffToListParams {
    url?: string;
    serialNum?: string;
    productIdNumber?: string;
    productSchemeIdNumber?: string;
  }
  interface APIsearchParams {
    filter?: string;
    sorting?: string;
@@ -620,6 +613,8 @@
    /** 产品名称 */
    productName: string;
    status?: InsureProductSettingStatusEnum;
    /** 投保人数上限 */
    maxCount: number;
  }
  interface CreateOrUpdateRoleInput {
@@ -959,6 +954,10 @@
    certType?: string;
    certNo?: string;
    jobName?: string;
    /** 职业类型 */
    occupationType?: string;
    /** 职业码值 */
    occupationCode?: string;
    userEmploer?: string;
    address?: string;
    age?: number;
@@ -966,6 +965,11 @@
    phone?: string;
    claimCount?: number;
    creationTime?: string;
    /** 投保批次号 */
    payOrder?: string;
    status?: InsuranceDetailStatusEnum;
    /** 备注 */
    auditRemark?: string;
  }
  interface GetInsuranceStaffPageTemplatePageOutput {
@@ -1295,6 +1299,10 @@
    useEmploer?: string;
    /** 雇员工种 */
    jobName?: string;
    /** 职业类型 */
    occupationType?: string;
    /** 职业码值 */
    occupationCode?: string;
    /** 用工地点 */
    address?: string;
    phone?: string;
@@ -1302,6 +1310,26 @@
    note?: string;
    /** 1正常 0异常 */
    isNormal?: boolean;
  }
  interface ImportInsStaffToListFrontInput {
    serialNum?: string;
    url?: string;
    /** 保险产品IdNumber */
    productIdNumber?: string;
    /** 保险产品方案Id */
    productSchemeIdNumber?: string;
    /** 保单生效时间 */
    effectStartTime?: string;
  }
  interface ImportInsStaffToListOutput {
    /** 总人数 */
    importAllCount?: number;
    /** 已导入人数 */
    successCount?: number;
    /** 导入失败列表 */
    errorList?: ImportInsStaffAnalysisList[];
  }
  type InsuranceClaimAttachmentBusinessTypeEnum = 10 | 20 | 30 | 40 | 50;
@@ -1429,6 +1457,8 @@
    month?: number;
    count?: number;
  }
  type InsuranceDetailStatusEnum = 10 | 12 | 14 | 20 | 30;
  interface InsuranceOrderListOutput {
    id?: string;
@@ -1561,7 +1591,7 @@
    invoiceDownloadOssUrl?: string;
  }
  type InsurancePolicyPayStatusEnum = 1 | 2;
  type InsurancePolicyPayStatusEnum = 1 | 2 | -1;
  type InsurancePolicyStatusEnum = 10 | 20 | 30;
@@ -1694,6 +1724,8 @@
    status?: InsureProductSettingStatusEnum;
    /** 创建时间 */
    creationTime?: string;
    /** 投保人数上限 */
    maxCount?: number;
  }
  interface InsureProductSettingDtoPageOutput {