wupengfei
6 天以前 42cb53916a430a19843913f2601b5d16779c7010
src/services/api/typings.d.ts
@@ -516,6 +516,9 @@
    insureBillNo?: string;
    /** 投保人 */
    enterpriseName?: string;
    amountUpdateType?: EnumAmountUpdateType;
    /** 保费调整金额 */
    amountUpdate?: number;
    /** 批改人员详情 */
    staffList?: InsureBatchBillDetailDto[];
  }
@@ -749,6 +752,8 @@
    properties?: Record<string, any>;
    configuration?: Record<string, any>;
  }
  type EnumAmountUpdateType = 10 | 20;
  type EnumParkBountyTradeDetailAuditStatus = 10 | 20 | 30;
@@ -1487,6 +1492,14 @@
    age?: number;
    /** 电话号码 */
    phoneNumber?: string;
    /** 职业类型 */
    occupationType?: string;
    /** 职业码值 */
    occupationCode?: string;
    /** 用工单位 */
    workEnterprise?: string;
    /** 用工地点 */
    workAddress?: string;
    /** 职业/工种 */
    workType: string;
    /** 性别 */
@@ -1517,6 +1530,14 @@
    certType?: string;
    idNumber?: string;
    insuranceScheme?: string;
    /** 职业类型 */
    occupationType?: string;
    /** 职业码值 */
    occupationCode?: string;
    /** 用工单位 */
    workEnterprise?: string;
    /** 用工地点 */
    workAddress?: string;
    workType?: string;
    birthDay?: string;
    remark?: string;
@@ -1536,6 +1557,14 @@
    idNumber: string;
    /** 电话号码 */
    phoneNumber?: string;
    /** 职业类型 */
    occupationType?: string;
    /** 职业码值 */
    occupationCode?: string;
    /** 用工单位 */
    workEnterprise?: string;
    /** 用工地点 */
    workAddress?: string;
    /** 职业/工种 */
    workType: string;
    /** 性别 */
@@ -1904,6 +1933,14 @@
    age?: number;
    /** 出生日期 */
    birthDay?: string;
    /** 职业类型 */
    occupationType?: string;
    /** 职业码值 */
    occupationCode?: string;
    /** 用工单位 */
    workEnterprise?: string;
    /** 用工地点 */
    workAddress?: string;
    /** 职业名称 */
    workType?: string;
    changeType?: BatchChangeTypeEnum;
@@ -1938,6 +1975,9 @@
    effectTime?: string;
    /** 附件上传 */
    attachmentUrl?: string;
    amountUpdateType?: EnumAmountUpdateType;
    /** 保费调整金额 */
    amountUpdate?: number;
  }
  interface InsureBatchBillDtoPageOutput {
@@ -2744,6 +2784,9 @@
    effectTime?: string;
    /** 附件上传 */
    attachmentUrl?: string;
    amountUpdateType?: EnumAmountUpdateType;
    /** 保费调整金额 */
    amountUpdate?: number;
  }
  interface SetMyModule {