wupengfei
2025-11-07 60c2ff45077aa996fa45a65fcf80f127a1d2736b
src/services/api/typings.d.ts
@@ -516,6 +516,9 @@
    insureBillNo?: string;
    /** 投保人 */
    enterpriseName?: string;
    amountUpdateType?: EnumAmountUpdateType;
    /** 保费调整金额 */
    amountUpdate?: number;
    /** 批改人员详情 */
    staffList?: InsureBatchBillDetailDto[];
  }
@@ -677,6 +680,9 @@
    incomeBankName?: string;
    enterpriseId?: string;
    selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
    auditType?: EnumParkBountyTradeDetailAuditType;
    /** 江祐保自主出账关联保单id */
    insurancePolicyId?: string;
  }
  interface CreateTempTokenInput {
@@ -750,7 +756,11 @@
    configuration?: Record<string, any>;
  }
  type EnumAmountUpdateType = 10 | 20;
  type EnumParkBountyTradeDetailAuditStatus = 10 | 20 | 30;
  type EnumParkBountyTradeDetailAuditType = 10 | 100;
  interface ExportInsuranceStaffListInput {
    status?: InsuranceDetailStatusEnum;
@@ -1221,6 +1231,10 @@
    selfAuditFileUrl?: string;
    creationTime?: string;
    bountyAmount?: number;
    /** 审核凭证 */
    financeAuditFileUrl?: string;
    /** 江祐保上传的保单文件 */
    insureBillUrl?: string;
  }
  interface GetParkBountyTradeDetailOutputPageOutput {
@@ -1487,6 +1501,14 @@
    age?: number;
    /** 电话号码 */
    phoneNumber?: string;
    /** 职业类型 */
    occupationType?: string;
    /** 职业码值 */
    occupationCode?: string;
    /** 用工单位 */
    workEnterprise?: string;
    /** 用工地点 */
    workAddress?: string;
    /** 职业/工种 */
    workType: string;
    /** 性别 */
@@ -1517,6 +1539,14 @@
    certType?: string;
    idNumber?: string;
    insuranceScheme?: string;
    /** 职业类型 */
    occupationType?: string;
    /** 职业码值 */
    occupationCode?: string;
    /** 用工单位 */
    workEnterprise?: string;
    /** 用工地点 */
    workAddress?: string;
    workType?: string;
    birthDay?: string;
    remark?: string;
@@ -1536,6 +1566,14 @@
    idNumber: string;
    /** 电话号码 */
    phoneNumber?: string;
    /** 职业类型 */
    occupationType?: string;
    /** 职业码值 */
    occupationCode?: string;
    /** 用工单位 */
    workEnterprise?: string;
    /** 用工地点 */
    workAddress?: string;
    /** 职业/工种 */
    workType: string;
    /** 性别 */
@@ -1904,6 +1942,14 @@
    age?: number;
    /** 出生日期 */
    birthDay?: string;
    /** 职业类型 */
    occupationType?: string;
    /** 职业码值 */
    occupationCode?: string;
    /** 用工单位 */
    workEnterprise?: string;
    /** 用工地点 */
    workAddress?: string;
    /** 职业名称 */
    workType?: string;
    changeType?: BatchChangeTypeEnum;
@@ -1938,6 +1984,9 @@
    effectTime?: string;
    /** 附件上传 */
    attachmentUrl?: string;
    amountUpdateType?: EnumAmountUpdateType;
    /** 保费调整金额 */
    amountUpdate?: number;
  }
  interface InsureBatchBillDtoPageOutput {
@@ -2744,6 +2793,9 @@
    effectTime?: string;
    /** 附件上传 */
    attachmentUrl?: string;
    amountUpdateType?: EnumAmountUpdateType;
    /** 保费调整金额 */
    amountUpdate?: number;
  }
  interface SetMyModule {