Преглед изворни кода

渤海财险 新增字段 维度编码

785834757 пре 1 година
родитељ
комит
3207020d50

+ 9 - 0
src/main/java/com/ydtech/modules/order/entity/api/bohai/response/QuotationResponse.java

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