|
@@ -176,6 +176,11 @@ public class QuotationResponse extends BoHaiBaseResponse {
|
|
|
private String startDate;
|
|
private String startDate;
|
|
|
@JsonProperty("endDate")
|
|
@JsonProperty("endDate")
|
|
|
private String endDate;
|
|
private String endDate;
|
|
|
|
|
+
|
|
|
|
|
+ // 2024-11-18 新增商业险维度编码
|
|
|
|
|
+ @JsonProperty("dimenSionCode")
|
|
|
|
|
+ private String dimenSionCode;
|
|
|
|
|
+
|
|
|
// add by hxl 2024-04-07
|
|
// add by hxl 2024-04-07
|
|
|
@JsonProperty("errorMsg")
|
|
@JsonProperty("errorMsg")
|
|
|
private String errorMsg;
|
|
private String errorMsg;
|
|
@@ -271,6 +276,10 @@ public class QuotationResponse extends BoHaiBaseResponse {
|
|
|
@JsonProperty("endDate")
|
|
@JsonProperty("endDate")
|
|
|
private String endDate;
|
|
private String endDate;
|
|
|
|
|
|
|
|
|
|
+ // 2024-11-18 新增交强险维度编码
|
|
|
|
|
+ @JsonProperty("dimenSionCode")
|
|
|
|
|
+ private String dimenSionCode;
|
|
|
|
|
+
|
|
|
@NoArgsConstructor
|
|
@NoArgsConstructor
|
|
|
@Data
|
|
@Data
|
|
|
public static class VehicleTaxDTO implements Serializable {
|
|
public static class VehicleTaxDTO implements Serializable {
|