|
|
@@ -142,6 +142,18 @@ public class CrawlerQuoteResponse extends CrawlerBaseResponse {
|
|
|
@JsonProperty("price")
|
|
|
private String price;
|
|
|
|
|
|
+ /**
|
|
|
+ * 非车险起保时间
|
|
|
+ */
|
|
|
+ @JsonProperty("fcx_startDate")
|
|
|
+ private String divingInsurancesStartDate;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 非车险终保时间
|
|
|
+ */
|
|
|
+ @JsonProperty("fcx_endDate")
|
|
|
+ private String divingInsurancesEndDate;
|
|
|
+
|
|
|
public static List<AccidentResponseVo> toAccidentResponseVoList(List<DivingInsurancesDto> drivingInsurances) {
|
|
|
return drivingInsurances.stream().map(DivingInsurancesDto::toAccidentResponseVo).collect(Collectors.toList());
|
|
|
}
|