src/services/api/typings.d.ts
@@ -930,6 +930,8 @@ amount?: number; /** 投保人数 */ insureCount?: number; /** 投保生效人数 */ insureEffectingCount?: number; /** 理赔数量 */ claimCount?: number; /** 投保机构 */ @@ -999,6 +1001,8 @@ /** 创建日期 */ creationTime?: string; status?: InsurancePolicyPayStatusEnum; /** 投保单号 */ proposalNo?: string; /** 保单号 */ policyNo?: string; /** 电子保单链接 */ @@ -1705,7 +1709,7 @@ type InsurancePolicyPayStatusEnum = 0 | 1 | 2 | -1; type InsurancePolicyStatusEnum = 10 | 20 | 30; type InsurancePolicyStatusEnum = 10 | 20 | 21 | 30; interface InsureBatchBillDetailDto { /** 批单Id */