src/services/api/typings.d.ts
@@ -923,6 +923,8 @@ auditRemark?: string; /** 保险产品IdNumber */ productIdNumber?: string; /** 是否走线上流程 */ productOnline?: boolean; } interface GetInsurancePageOutputPageOutput { @@ -1667,6 +1669,8 @@ properties?: Record<string, any>; } type JToken = JToken[]; interface KeyInput { id?: string; }