|
@@ -362,6 +362,23 @@ public class CrawlerQuoteResponse extends CrawlerBaseResponse {
|
|
|
@JsonProperty("BiDiscount")
|
|
@JsonProperty("BiDiscount")
|
|
|
private String biDiscount;
|
|
private String biDiscount;
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 总赔付率
|
|
|
|
|
+ */
|
|
|
|
|
+ @JsonProperty("loss_ration")
|
|
|
|
|
+ private String lossRation;
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 交强赔付率
|
|
|
|
|
+ */
|
|
|
|
|
+ @JsonProperty("jq_loss_ration")
|
|
|
|
|
+ private String jqLossRation;
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 商业赔付率
|
|
|
|
|
+ */
|
|
|
|
|
+ @JsonProperty("sy_loss_ration")
|
|
|
|
|
+ private String syLossRation;
|
|
|
|
|
|
|
|
|
|
|
|
|
public String getDiscount() {
|
|
public String getDiscount() {
|