|
@@ -152,6 +152,11 @@ public class RltRepay {
|
|
*/
|
|
*/
|
|
private Integer guaranteeClassify;
|
|
private Integer guaranteeClassify;
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 联保标志 0:单人保证/多人分保,1:联保
|
|
|
|
+ **/
|
|
|
|
+ private Integer wartySign;
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* 相关还款责任人不动产房产
|
|
* 相关还款责任人不动产房产
|
|
*/
|
|
*/
|
|
@@ -191,6 +196,7 @@ public class RltRepay {
|
|
this.guaranteeClassify = reviewRltRepay.getGuaranteeClassify();
|
|
this.guaranteeClassify = reviewRltRepay.getGuaranteeClassify();
|
|
this.legalRepresentative = reviewRltRepay.getLegalRepresentative();
|
|
this.legalRepresentative = reviewRltRepay.getLegalRepresentative();
|
|
this.arlpAmt = reviewRltRepay.getArlpAmt();
|
|
this.arlpAmt = reviewRltRepay.getArlpAmt();
|
|
|
|
+ this.wartySign = reviewRltRepay.getWartySign();
|
|
}
|
|
}
|
|
|
|
|
|
public String getGuaranteeType() {
|
|
public String getGuaranteeType() {
|
|
@@ -456,4 +462,12 @@ public class RltRepay {
|
|
public void setReviewRltRepayOtherAssets(List<ReviewRltRepayOtherAssets> reviewRltRepayOtherAssets) {
|
|
public void setReviewRltRepayOtherAssets(List<ReviewRltRepayOtherAssets> reviewRltRepayOtherAssets) {
|
|
this.reviewRltRepayOtherAssets = reviewRltRepayOtherAssets;
|
|
this.reviewRltRepayOtherAssets = reviewRltRepayOtherAssets;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ public Integer getWartySign() {
|
|
|
|
+ return wartySign;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setWartySign(Integer wartySign) {
|
|
|
|
+ this.wartySign = wartySign;
|
|
|
|
+ }
|
|
}
|
|
}
|