|
|
@@ -177,6 +177,12 @@ public class PremiumCalculationResponse {
|
|
|
*/
|
|
|
@JacksonXmlProperty(isAttribute = false, localName = "insureYears")
|
|
|
private Integer insureYears;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 上年保单号
|
|
|
+ */
|
|
|
+ @JacksonXmlProperty(isAttribute = false, localName = "lastYearPolicyNo")
|
|
|
+ private String lastYearPolicyNo;
|
|
|
}
|
|
|
/**
|
|
|
* 险别信息(Kind)
|
|
|
@@ -312,6 +318,12 @@ public class PremiumCalculationResponse {
|
|
|
*/
|
|
|
@JacksonXmlProperty(isAttribute = false, localName = "isCIFlag")
|
|
|
private String isCIFlag;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 上年保单号
|
|
|
+ */
|
|
|
+ @JacksonXmlProperty(isAttribute = false, localName = "lastYearPolicyNo")
|
|
|
+ private String lastYearPolicyNo;
|
|
|
}
|
|
|
|
|
|
@NoArgsConstructor
|