|
@@ -297,6 +297,11 @@ public class CrawlerQuoteResponse extends CrawlerBaseResponse {
|
|
|
@JsonProperty("hope_discount")
|
|
@JsonProperty("hope_discount")
|
|
|
private String hopeDiscount;
|
|
private String hopeDiscount;
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 商业险报价问题信息(太平财险)
|
|
|
|
|
+ */
|
|
|
|
|
+ @JsonProperty("ci_message")
|
|
|
|
|
+ private String ciMessage;
|
|
|
/**
|
|
/**
|
|
|
* 报价提示
|
|
* 报价提示
|
|
|
*/
|
|
*/
|