|
|
@@ -0,0 +1,707 @@
|
|
|
+package com.ydtech.modules.order.entity.api.zj.response;
|
|
|
+
|
|
|
+import com.fasterxml.jackson.annotation.JsonProperty;
|
|
|
+import lombok.Data;
|
|
|
+import lombok.EqualsAndHashCode;
|
|
|
+import lombok.NoArgsConstructor;
|
|
|
+
|
|
|
+import java.io.Serializable;
|
|
|
+import java.util.List;
|
|
|
+
|
|
|
+/**
|
|
|
+ * 紫金财险 保费计算 出参实体
|
|
|
+ */
|
|
|
+@EqualsAndHashCode(callSuper = true)
|
|
|
+@NoArgsConstructor
|
|
|
+@Data
|
|
|
+public class CalculatePremiumResponse extends BaseResponse implements Serializable {
|
|
|
+
|
|
|
+ private static final long serialVersionUID = 3670586533495064198L;
|
|
|
+
|
|
|
+ @JsonProperty("basePart")
|
|
|
+ private BasePartDTO basePart;
|
|
|
+
|
|
|
+ @JsonProperty("carInfoList")
|
|
|
+ private List<CarInfoListDTO> carInfoList;
|
|
|
+
|
|
|
+ @JsonProperty("carShipTax")
|
|
|
+ private CarShipTaxDTO carShipTax;
|
|
|
+
|
|
|
+ @JsonProperty("channelAndUwRate")
|
|
|
+ private ChannelAndUwRateDTO channelAndUwRate;
|
|
|
+
|
|
|
+ @JsonProperty("ciProfitDetailData")
|
|
|
+ private CiProfitDetailDataDTO ciProfitDetailData;
|
|
|
+
|
|
|
+ @JsonProperty("demandPrecisionScoreDataList")
|
|
|
+ private List<DemandPrecisionScoreDataListDTO> demandPrecisionScoreDataList;
|
|
|
+
|
|
|
+ @JsonProperty("feeRateInfoList")
|
|
|
+ private List<FeeRateInfoListDTO> feeRateInfoList;
|
|
|
+
|
|
|
+ @JsonProperty("hisClaimList")
|
|
|
+ private List<HisClaimListDTO> hisClaimList;
|
|
|
+
|
|
|
+ @JsonProperty("illegalInfoList")
|
|
|
+ private List<IllegalInfoListDTO> illegalInfoList;
|
|
|
+
|
|
|
+ @JsonProperty("itemKindList")
|
|
|
+ private List<ItemKindListDTO> itemKindList;
|
|
|
+
|
|
|
+ @JsonProperty("lastYearPolicyInfo")
|
|
|
+ private LastYearPolicyInfoDTO lastYearPolicyInfo;
|
|
|
+
|
|
|
+ @JsonProperty("planList")
|
|
|
+ private List<PlanListDTO> planList;
|
|
|
+
|
|
|
+ @JsonProperty("priceInfoList")
|
|
|
+ private List<PriceInfoListDTO> priceInfoList;
|
|
|
+
|
|
|
+
|
|
|
+ @JsonProperty("success")
|
|
|
+ private Boolean success;
|
|
|
+
|
|
|
+
|
|
|
+ @NoArgsConstructor
|
|
|
+ @Data
|
|
|
+ public static class BasePartDTO implements Serializable {
|
|
|
+
|
|
|
+ private static final long serialVersionUID = 4315673340895809849L;
|
|
|
+
|
|
|
+ @JsonProperty("comCode")
|
|
|
+ private String comCode;
|
|
|
+
|
|
|
+ @JsonProperty("demandNo")
|
|
|
+ private String demandNo;
|
|
|
+
|
|
|
+ @JsonProperty("demandNoCI")
|
|
|
+ private String demandNoCI;
|
|
|
+
|
|
|
+ @JsonProperty("discount")
|
|
|
+ private String discount;
|
|
|
+
|
|
|
+ @JsonProperty("endDate")
|
|
|
+ private String endDate;
|
|
|
+
|
|
|
+ @JsonProperty("endDateCI")
|
|
|
+ private String endDateCI;
|
|
|
+
|
|
|
+ @JsonProperty("endHour")
|
|
|
+ private String endHour;
|
|
|
+
|
|
|
+ @JsonProperty("endHourCI")
|
|
|
+ private String endHourCI;
|
|
|
+
|
|
|
+ @JsonProperty("endMinute")
|
|
|
+ private String endMinute;
|
|
|
+
|
|
|
+ @JsonProperty("endMinuteCI")
|
|
|
+ private String endMinuteCI;
|
|
|
+
|
|
|
+ @JsonProperty("isDjq")
|
|
|
+ private String isDjq;
|
|
|
+
|
|
|
+ @JsonProperty("jyenergytips")
|
|
|
+ private String jyenergytips;
|
|
|
+
|
|
|
+ @JsonProperty("lcRate")
|
|
|
+ private String lcRate;
|
|
|
+
|
|
|
+ @JsonProperty("maxScale")
|
|
|
+ private String maxScale;
|
|
|
+
|
|
|
+ @JsonProperty("minScale")
|
|
|
+ private String minScale;
|
|
|
+
|
|
|
+ @JsonProperty("proConfirmEndDate")
|
|
|
+ private String proConfirmEndDate;
|
|
|
+
|
|
|
+ @JsonProperty("proConfirmEndDateCI")
|
|
|
+ private String proConfirmEndDateCI;
|
|
|
+
|
|
|
+ @JsonProperty("proposalCheckNo")
|
|
|
+ private String proposalCheckNo;
|
|
|
+
|
|
|
+ @JsonProperty("question")
|
|
|
+ private String question;
|
|
|
+
|
|
|
+ @JsonProperty("questionCI")
|
|
|
+ private String questionCI;
|
|
|
+
|
|
|
+ @JsonProperty("reinsureMessage")
|
|
|
+ private String reinsureMessage;
|
|
|
+
|
|
|
+ @JsonProperty("renewalFlag")
|
|
|
+ private String renewalFlag;
|
|
|
+
|
|
|
+ @JsonProperty("renewalFlagCI")
|
|
|
+ private String renewalFlagCI;
|
|
|
+
|
|
|
+ @JsonProperty("startDate")
|
|
|
+ private String startDate;
|
|
|
+
|
|
|
+ @JsonProperty("startDateCI")
|
|
|
+ private String startDateCI;
|
|
|
+
|
|
|
+ @JsonProperty("startHour")
|
|
|
+ private String startHour;
|
|
|
+
|
|
|
+ @JsonProperty("startHourCI")
|
|
|
+ private String startHourCI;
|
|
|
+
|
|
|
+ @JsonProperty("startMinute")
|
|
|
+ private String startMinute;
|
|
|
+
|
|
|
+ @JsonProperty("startMinuteCI")
|
|
|
+ private String startMinuteCI;
|
|
|
+
|
|
|
+ @JsonProperty("sumAmount")
|
|
|
+ private Integer sumAmount;
|
|
|
+
|
|
|
+ @JsonProperty("sumPremium")
|
|
|
+ private Double sumPremium;
|
|
|
+
|
|
|
+ @JsonProperty("xbFlag")
|
|
|
+ private String xbFlag;
|
|
|
+
|
|
|
+ @JsonProperty("xbFlagCI")
|
|
|
+ private String xbFlagCI;
|
|
|
+ }
|
|
|
+
|
|
|
+ @NoArgsConstructor
|
|
|
+ @Data
|
|
|
+ public static class CarShipTaxDTO implements Serializable {
|
|
|
+
|
|
|
+ private static final long serialVersionUID = 2441423559261848150L;
|
|
|
+
|
|
|
+ @JsonProperty("completeKerbMass")
|
|
|
+ private String completeKerbMass;
|
|
|
+
|
|
|
+ @JsonProperty("extendChar1")
|
|
|
+ private String extendChar1;
|
|
|
+
|
|
|
+ @JsonProperty("extendChar2")
|
|
|
+ private String extendChar2;
|
|
|
+
|
|
|
+ @JsonProperty("freeRateText")
|
|
|
+ private String freeRateText;
|
|
|
+
|
|
|
+ @JsonProperty("identifyNumber")
|
|
|
+ private String identifyNumber;
|
|
|
+
|
|
|
+ @JsonProperty("lastCIPaymentTime")
|
|
|
+ private String lastCIPaymentTime;
|
|
|
+
|
|
|
+ @JsonProperty("lateFee")
|
|
|
+ private String lateFee;
|
|
|
+
|
|
|
+ @JsonProperty("leviedDate")
|
|
|
+ private String leviedDate;
|
|
|
+
|
|
|
+ @JsonProperty("paidFreeCertificate")
|
|
|
+ private String paidFreeCertificate;
|
|
|
+
|
|
|
+ @JsonProperty("payEndDate")
|
|
|
+ private String payEndDate;
|
|
|
+
|
|
|
+ @JsonProperty("payLastYear")
|
|
|
+ private String payLastYear;
|
|
|
+
|
|
|
+ @JsonProperty("payStartDate")
|
|
|
+ private String payStartDate;
|
|
|
+
|
|
|
+ @JsonProperty("payerCode")
|
|
|
+ private String payerCode;
|
|
|
+
|
|
|
+ @JsonProperty("previousPay")
|
|
|
+ private String previousPay;
|
|
|
+
|
|
|
+ @JsonProperty("relifReason")
|
|
|
+ private String relifReason;
|
|
|
+
|
|
|
+ @JsonProperty("sumPayTax")
|
|
|
+ private String sumPayTax;
|
|
|
+
|
|
|
+ @JsonProperty("taxActual")
|
|
|
+ private String taxActual;
|
|
|
+
|
|
|
+ @JsonProperty("taxComCode")
|
|
|
+ private String taxComCode;
|
|
|
+
|
|
|
+ @JsonProperty("taxComName")
|
|
|
+ private String taxComName;
|
|
|
+
|
|
|
+ @JsonProperty("taxRelief")
|
|
|
+ private String taxRelief;
|
|
|
+
|
|
|
+ @JsonProperty("taxRelifFlag")
|
|
|
+ private String taxRelifFlag;
|
|
|
+
|
|
|
+ @JsonProperty("taxRelifFlagCN")
|
|
|
+ private String taxRelifFlagCN;
|
|
|
+
|
|
|
+ @JsonProperty("taxUnit")
|
|
|
+ private String taxUnit;
|
|
|
+
|
|
|
+ @JsonProperty("taxpayerIdentifier")
|
|
|
+ private String taxpayerIdentifier;
|
|
|
+
|
|
|
+ @JsonProperty("taxpayerName")
|
|
|
+ private String taxpayerName;
|
|
|
+ }
|
|
|
+
|
|
|
+ @NoArgsConstructor
|
|
|
+ @Data
|
|
|
+ public static class ChannelAndUwRateDTO implements Serializable {
|
|
|
+
|
|
|
+ private static final long serialVersionUID = -2327231056620769434L;
|
|
|
+
|
|
|
+ @JsonProperty("chanMax")
|
|
|
+ private String chanMax;
|
|
|
+
|
|
|
+ @JsonProperty("chanMin")
|
|
|
+ private String chanMin;
|
|
|
+
|
|
|
+ @JsonProperty("uwMax")
|
|
|
+ private String uwMax;
|
|
|
+
|
|
|
+ @JsonProperty("uwMin")
|
|
|
+ private String uwMin;
|
|
|
+ }
|
|
|
+
|
|
|
+ @NoArgsConstructor
|
|
|
+ @Data
|
|
|
+ public static class CiProfitDetailDataDTO implements Serializable {
|
|
|
+
|
|
|
+ private static final long serialVersionUID = -2547100532408066407L;
|
|
|
+
|
|
|
+ @JsonProperty("claimAdjustLevel")
|
|
|
+ private String claimAdjustLevel;
|
|
|
+
|
|
|
+ @JsonProperty("claimAdjustReason")
|
|
|
+ private String claimAdjustReason;
|
|
|
+
|
|
|
+ @JsonProperty("claimTimes")
|
|
|
+ private String claimTimes;
|
|
|
+
|
|
|
+ @JsonProperty("insureYears")
|
|
|
+ private String insureYears;
|
|
|
+
|
|
|
+ @JsonProperty("insurerArea")
|
|
|
+ private String insurerArea;
|
|
|
+
|
|
|
+ @JsonProperty("loyaltyAdjust")
|
|
|
+ private String loyaltyAdjust;
|
|
|
+
|
|
|
+ @JsonProperty("noClaimAdjustReason")
|
|
|
+ private String noClaimAdjustReason;
|
|
|
+
|
|
|
+ @JsonProperty("noPeccancyRecordReason")
|
|
|
+ private String noPeccancyRecordReason;
|
|
|
+
|
|
|
+ @JsonProperty("nonclaimAdjuct")
|
|
|
+ private String nonclaimAdjuct;
|
|
|
+
|
|
|
+ @JsonProperty("safeAdjust")
|
|
|
+ private String safeAdjust;
|
|
|
+ }
|
|
|
+
|
|
|
+ @NoArgsConstructor
|
|
|
+ @Data
|
|
|
+ public static class LastYearPolicyInfoDTO implements Serializable {
|
|
|
+
|
|
|
+ private static final long serialVersionUID = 3129080952032001128L;
|
|
|
+
|
|
|
+ @JsonProperty("lastBiliDate")
|
|
|
+ private String lastBiliDate;
|
|
|
+
|
|
|
+ @JsonProperty("lastBiliDateCI")
|
|
|
+ private String lastBiliDateCI;
|
|
|
+
|
|
|
+ @JsonProperty("lastEndDate")
|
|
|
+ private String lastEndDate;
|
|
|
+
|
|
|
+ @JsonProperty("lastEndDateCI")
|
|
|
+ private String lastEndDateCI;
|
|
|
+
|
|
|
+ @JsonProperty("lastStartDate")
|
|
|
+ private String lastStartDate;
|
|
|
+
|
|
|
+ @JsonProperty("lastStartDateCI")
|
|
|
+ private String lastStartDateCI;
|
|
|
+ }
|
|
|
+
|
|
|
+ @NoArgsConstructor
|
|
|
+ @Data
|
|
|
+ public static class CarInfoListDTO implements Serializable {
|
|
|
+
|
|
|
+ private static final long serialVersionUID = -6263980208513359416L;
|
|
|
+
|
|
|
+ @JsonProperty("carName")
|
|
|
+ private String carName;
|
|
|
+
|
|
|
+ @JsonProperty("modelIdCode")
|
|
|
+ private String modelIdCode;
|
|
|
+
|
|
|
+ @JsonProperty("noticeType")
|
|
|
+ private String noticeType;
|
|
|
+
|
|
|
+ @JsonProperty("pureRiskPremium")
|
|
|
+ private String pureRiskPremium;
|
|
|
+
|
|
|
+ @JsonProperty("vehicleBrand")
|
|
|
+ private String vehicleBrand;
|
|
|
+
|
|
|
+ @JsonProperty("vehicleCode")
|
|
|
+ private String vehicleCode;
|
|
|
+
|
|
|
+ @JsonProperty("vehicleFamily")
|
|
|
+ private String vehicleFamily;
|
|
|
+ }
|
|
|
+
|
|
|
+ @NoArgsConstructor
|
|
|
+ @Data
|
|
|
+ public static class DemandPrecisionScoreDataListDTO implements Serializable {
|
|
|
+
|
|
|
+ private static final long serialVersionUID = -2887437007692604495L;
|
|
|
+
|
|
|
+ @JsonProperty("score")
|
|
|
+ private String score;
|
|
|
+
|
|
|
+ @JsonProperty("scoreCode")
|
|
|
+ private String scoreCode;
|
|
|
+
|
|
|
+ @JsonProperty("serialno")
|
|
|
+ private String serialno;
|
|
|
+
|
|
|
+ @JsonProperty("updateTime")
|
|
|
+ private String updateTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ @NoArgsConstructor
|
|
|
+ @Data
|
|
|
+ public static class FeeRateInfoListDTO implements Serializable {
|
|
|
+
|
|
|
+ private static final long serialVersionUID = 2607693926127582629L;
|
|
|
+
|
|
|
+ @JsonProperty("commissionRate1")
|
|
|
+ private String commissionRate1;
|
|
|
+
|
|
|
+ @JsonProperty("commissionRate2")
|
|
|
+ private String commissionRate2;
|
|
|
+
|
|
|
+ @JsonProperty("dataType")
|
|
|
+ private String dataType;
|
|
|
+
|
|
|
+ @JsonProperty("performanceRate1")
|
|
|
+ private String performanceRate1;
|
|
|
+
|
|
|
+ @JsonProperty("performanceRate2")
|
|
|
+ private String performanceRate2;
|
|
|
+
|
|
|
+ @JsonProperty("salesSupportRate1")
|
|
|
+ private String salesSupportRate1;
|
|
|
+
|
|
|
+ @JsonProperty("salesSupportRate2")
|
|
|
+ private String salesSupportRate2;
|
|
|
+ }
|
|
|
+
|
|
|
+ @NoArgsConstructor
|
|
|
+ @Data
|
|
|
+ public static class HisClaimListDTO implements Serializable {
|
|
|
+
|
|
|
+ private static final long serialVersionUID = 5409751294073355672L;
|
|
|
+
|
|
|
+ @JsonProperty("accidentDeath")
|
|
|
+ private String accidentDeath;
|
|
|
+
|
|
|
+ @JsonProperty("areaCode")
|
|
|
+ private String areaCode;
|
|
|
+
|
|
|
+ @JsonProperty("claimType")
|
|
|
+ private String claimType;
|
|
|
+
|
|
|
+ @JsonProperty("endCaseTime")
|
|
|
+ private String endCaseTime;
|
|
|
+
|
|
|
+ @JsonProperty("endDate")
|
|
|
+ private String endDate;
|
|
|
+
|
|
|
+ @JsonProperty("insurerArea")
|
|
|
+ private String insurerArea;
|
|
|
+
|
|
|
+ @JsonProperty("kindCode")
|
|
|
+ private String kindCode;
|
|
|
+
|
|
|
+ @JsonProperty("lossFee")
|
|
|
+ private String lossFee;
|
|
|
+
|
|
|
+ @JsonProperty("lossTime")
|
|
|
+ private String lossTime;
|
|
|
+
|
|
|
+ @JsonProperty("payCompany")
|
|
|
+ private String payCompany;
|
|
|
+
|
|
|
+ @JsonProperty("policyNo")
|
|
|
+ private String policyNo;
|
|
|
+
|
|
|
+ @JsonProperty("startDate")
|
|
|
+ private String startDate;
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ @NoArgsConstructor
|
|
|
+ @Data
|
|
|
+ public static class IllegalInfoListDTO implements Serializable {
|
|
|
+
|
|
|
+ private static final long serialVersionUID = -6998796848106863700L;
|
|
|
+
|
|
|
+ @JsonProperty("administrationArea")
|
|
|
+ private String administrationArea;
|
|
|
+
|
|
|
+ @JsonProperty("decisionCode")
|
|
|
+ private String decisionCode;
|
|
|
+
|
|
|
+ @JsonProperty("lossAction")
|
|
|
+ private String lossAction;
|
|
|
+
|
|
|
+ @JsonProperty("lossTime")
|
|
|
+ private String lossTime;
|
|
|
+
|
|
|
+ @JsonProperty("peccancySort")
|
|
|
+ private String peccancySort;
|
|
|
+
|
|
|
+ @JsonProperty("remark")
|
|
|
+ private String remark;
|
|
|
+
|
|
|
+ @JsonProperty("violationCode")
|
|
|
+ private String violationCode;
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ @NoArgsConstructor
|
|
|
+ @Data
|
|
|
+ public static class ItemKindListDTO implements Serializable {
|
|
|
+
|
|
|
+ private static final long serialVersionUID = 620821382003397248L;
|
|
|
+
|
|
|
+ @JsonProperty("amount")
|
|
|
+ private String amount;
|
|
|
+
|
|
|
+ @JsonProperty("basePremium")
|
|
|
+ private String basePremium;
|
|
|
+
|
|
|
+ @JsonProperty("benchMarkPremium")
|
|
|
+ private String benchMarkPremium;
|
|
|
+
|
|
|
+ @JsonProperty("calculateFlag")
|
|
|
+ private String calculateFlag;
|
|
|
+
|
|
|
+ @JsonProperty("discount")
|
|
|
+ private String discount;
|
|
|
+
|
|
|
+ @JsonProperty("kindCode")
|
|
|
+ private String kindCode;
|
|
|
+
|
|
|
+ @JsonProperty("kindName")
|
|
|
+ private String kindName;
|
|
|
+
|
|
|
+ @JsonProperty("modeCode")
|
|
|
+ private String modeCode;
|
|
|
+
|
|
|
+ @JsonProperty("modeName")
|
|
|
+ private String modeName;
|
|
|
+
|
|
|
+ @JsonProperty("premium")
|
|
|
+ private String premium;
|
|
|
+
|
|
|
+ @JsonProperty("premium2")
|
|
|
+ private String premium2;
|
|
|
+
|
|
|
+ @JsonProperty("quantity")
|
|
|
+ private String quantity;
|
|
|
+
|
|
|
+ @JsonProperty("rate")
|
|
|
+ private String rate;
|
|
|
+
|
|
|
+ @JsonProperty("riskCode")
|
|
|
+ private String riskCode;
|
|
|
+
|
|
|
+ @JsonProperty("serviceTimes")
|
|
|
+ private String serviceTimes;
|
|
|
+
|
|
|
+ @JsonProperty("unitAmount")
|
|
|
+ private String unitAmount;
|
|
|
+
|
|
|
+ @JsonProperty("value")
|
|
|
+ private String value;
|
|
|
+ }
|
|
|
+
|
|
|
+ @NoArgsConstructor
|
|
|
+ @Data
|
|
|
+ public static class PlanListDTO implements Serializable {
|
|
|
+
|
|
|
+ private static final long serialVersionUID = -7671350730483249404L;
|
|
|
+
|
|
|
+ @JsonProperty("currency")
|
|
|
+ private String currency;
|
|
|
+
|
|
|
+ @JsonProperty("planDate")
|
|
|
+ private String planDate;
|
|
|
+
|
|
|
+ @JsonProperty("planFee")
|
|
|
+ private String planFee;
|
|
|
+
|
|
|
+ @JsonProperty("planStartDate")
|
|
|
+ private String planStartDate;
|
|
|
+
|
|
|
+ @JsonProperty("planText")
|
|
|
+ private String planText;
|
|
|
+
|
|
|
+ @JsonProperty("riskCode")
|
|
|
+ private String riskCode;
|
|
|
+
|
|
|
+ @JsonProperty("serialNo")
|
|
|
+ private String serialNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ @NoArgsConstructor
|
|
|
+ @Data
|
|
|
+ public static class PriceInfoListDTO implements Serializable {
|
|
|
+
|
|
|
+ private static final long serialVersionUID = 3855195412906065458L;
|
|
|
+
|
|
|
+ @JsonProperty("actPremSal")
|
|
|
+ private String actPremSal;
|
|
|
+
|
|
|
+ @JsonProperty("certiNo")
|
|
|
+ private String certiNo;
|
|
|
+
|
|
|
+ @JsonProperty("chanRel")
|
|
|
+ private String chanRel;
|
|
|
+
|
|
|
+ @JsonProperty("compulsoryThreeTranche")
|
|
|
+ private String compulsoryThreeTranche;
|
|
|
+
|
|
|
+ @JsonProperty("compulsoryTranche")
|
|
|
+ private String compulsoryTranche;
|
|
|
+
|
|
|
+ @JsonProperty("configCHD")
|
|
|
+ private String configCHD;
|
|
|
+
|
|
|
+ @JsonProperty("endorsePrem")
|
|
|
+ private String endorsePrem;
|
|
|
+
|
|
|
+ @JsonProperty("generateDate")
|
|
|
+ private String generateDate;
|
|
|
+
|
|
|
+ @JsonProperty("hbCode")
|
|
|
+ private String hbCode;
|
|
|
+
|
|
|
+ @JsonProperty("hbScore")
|
|
|
+ private String hbScore;
|
|
|
+
|
|
|
+ @JsonProperty("jYChanrel")
|
|
|
+ private String jYChanrel;
|
|
|
+
|
|
|
+ @JsonProperty("jYUwrel")
|
|
|
+ private String jYUwrel;
|
|
|
+
|
|
|
+ @JsonProperty("level2Branch")
|
|
|
+ private String level2Branch;
|
|
|
+
|
|
|
+ @JsonProperty("lrRecom")
|
|
|
+ private String lrRecom;
|
|
|
+
|
|
|
+ @JsonProperty("lrRecomAdjust")
|
|
|
+ private String lrRecomAdjust;
|
|
|
+
|
|
|
+ @JsonProperty("markRecomAmt")
|
|
|
+ private String markRecomAmt;
|
|
|
+
|
|
|
+ @JsonProperty("markRecomAmtCom")
|
|
|
+ private String markRecomAmtCom;
|
|
|
+
|
|
|
+ @JsonProperty("markRecomAmtSal")
|
|
|
+ private String markRecomAmtSal;
|
|
|
+
|
|
|
+ @JsonProperty("markRecomRatio")
|
|
|
+ private String markRecomRatio;
|
|
|
+
|
|
|
+ @JsonProperty("markRecomRatioCom")
|
|
|
+ private String markRecomRatioCom;
|
|
|
+
|
|
|
+ @JsonProperty("markRecomRatioSal")
|
|
|
+ private String markRecomRatioSal;
|
|
|
+
|
|
|
+ @JsonProperty("policyYear")
|
|
|
+ private String policyYear;
|
|
|
+
|
|
|
+ @JsonProperty("premRecomAll")
|
|
|
+ private String premRecomAll;
|
|
|
+
|
|
|
+ @JsonProperty("premRecomCom")
|
|
|
+ private String premRecomCom;
|
|
|
+
|
|
|
+ @JsonProperty("pricingId")
|
|
|
+ private String pricingId;
|
|
|
+
|
|
|
+ @JsonProperty("reserved1")
|
|
|
+ private String reserved1;
|
|
|
+
|
|
|
+ @JsonProperty("reserved2")
|
|
|
+ private String reserved2;
|
|
|
+
|
|
|
+ @JsonProperty("resultCode")
|
|
|
+ private String resultCode;
|
|
|
+
|
|
|
+ @JsonProperty("resultMsg")
|
|
|
+ private String resultMsg;
|
|
|
+
|
|
|
+ @JsonProperty("revPredScore")
|
|
|
+ private String revPredScore;
|
|
|
+
|
|
|
+ @JsonProperty("revPredScoreAdjust")
|
|
|
+ private String revPredScoreAdjust;
|
|
|
+
|
|
|
+ @JsonProperty("riskCode")
|
|
|
+ private String riskCode;
|
|
|
+
|
|
|
+ @JsonProperty("serialNo")
|
|
|
+ private String serialNo;
|
|
|
+
|
|
|
+ @JsonProperty("threeTranche")
|
|
|
+ private String threeTranche;
|
|
|
+
|
|
|
+ @JsonProperty("tjCode")
|
|
|
+ private String tjCode;
|
|
|
+
|
|
|
+ @JsonProperty("tjScore")
|
|
|
+ private String tjScore;
|
|
|
+
|
|
|
+ @JsonProperty("totalTranche")
|
|
|
+ private String totalTranche;
|
|
|
+
|
|
|
+ @JsonProperty("useNatureCode")
|
|
|
+ private String useNatureCode;
|
|
|
+
|
|
|
+ @JsonProperty("uwRel")
|
|
|
+ private String uwRel;
|
|
|
+
|
|
|
+ @JsonProperty("vehicleDamageTranche")
|
|
|
+ private String vehicleDamageTranche;
|
|
|
+
|
|
|
+ @JsonProperty("zjNatrnk")
|
|
|
+ private Integer zjNatrnk;
|
|
|
+
|
|
|
+ @JsonProperty("zjPrornk")
|
|
|
+ private Integer zjPrornk;
|
|
|
+
|
|
|
+ @JsonProperty("zjRate")
|
|
|
+ private Integer zjRate;
|
|
|
+
|
|
|
+ @JsonProperty("zjStatus")
|
|
|
+ private String zjStatus;
|
|
|
+ }
|
|
|
+}
|