|
|
@@ -1,5 +1,6 @@
|
|
|
package com.ydtech.modules.order.entity.api.chengtai.response;
|
|
|
|
|
|
+import com.alibaba.fastjson.annotation.JSONField;
|
|
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
|
|
import com.ydtech.modules.ins.model.vo.AccidentResponseVo;
|
|
|
import com.ydtech.modules.order.entity.InsDrivingIntentionInsurance;
|
|
|
@@ -40,10 +41,10 @@ public class InsurePremiumResponse extends ChengTaiBaseResponse {
|
|
|
private List<AdjustDTO> adjust;
|
|
|
@JsonProperty("engage")
|
|
|
private List<EngageDTO> engage;
|
|
|
- @JsonProperty("chargingPileList")
|
|
|
- private List<?> chargingPileList;
|
|
|
- @JsonProperty("coveragePremium")
|
|
|
- private List<?> coveragePremium;
|
|
|
+// @JsonProperty("chargingPileList")
|
|
|
+// private List<?> chargingPileList;
|
|
|
+// @JsonProperty("coveragePremium")
|
|
|
+// private List<CoveragePremiumDTO> coveragePremium;
|
|
|
@JsonProperty("reInsureItem")
|
|
|
private ReInsureItemDTO reInsureItem;
|
|
|
@JsonProperty("contractMain")
|
|
|
@@ -56,6 +57,17 @@ public class InsurePremiumResponse extends ChengTaiBaseResponse {
|
|
|
private String entireInitialDiscount;
|
|
|
}
|
|
|
|
|
|
+// @NoArgsConstructor
|
|
|
+// @Data
|
|
|
+// public static class CoveragePremiumDTO {
|
|
|
+// @JsonProperty("vehiclaCode")
|
|
|
+// private String vehiclaCode;
|
|
|
+// @JsonProperty("pureriskPremium")
|
|
|
+// private String pureriskPremium;
|
|
|
+// @JsonProperty("used")
|
|
|
+// private String used;
|
|
|
+// }
|
|
|
+
|
|
|
@NoArgsConstructor
|
|
|
@Data
|
|
|
public static class PlatFormMessageDTO {
|
|
|
@@ -361,8 +373,8 @@ public class InsurePremiumResponse extends ChengTaiBaseResponse {
|
|
|
@NoArgsConstructor
|
|
|
@Data
|
|
|
public static class InsuredObjectDTO {
|
|
|
- @JsonProperty("deviceList")
|
|
|
- private List<?> deviceList;
|
|
|
+// @JsonProperty("deviceList")
|
|
|
+// private List<?> deviceList;
|
|
|
}
|
|
|
|
|
|
@NoArgsConstructor
|