|
|
@@ -125,10 +125,10 @@ public class GuaranteeEntity implements Serializable {
|
|
|
private String compactPic;
|
|
|
|
|
|
/**
|
|
|
- * 房产证照片
|
|
|
+ * 抵押物照片
|
|
|
*/
|
|
|
- @TableField("estates_pic")
|
|
|
- private String estatesPic;
|
|
|
+ @TableField("mortgage_pic")
|
|
|
+ private String mortgagePic;
|
|
|
|
|
|
/**
|
|
|
* 其他上传
|
|
|
@@ -175,4 +175,25 @@ public class GuaranteeEntity implements Serializable {
|
|
|
|
|
|
@TableField("notary_user_id")
|
|
|
private String notaryUserId;
|
|
|
+
|
|
|
+ @TableField("joint_flag")
|
|
|
+ private Integer jointFlag;
|
|
|
+
|
|
|
+ @TableField("spouse_id_card")
|
|
|
+ private String spouseIdCard;
|
|
|
+
|
|
|
+ @TableField("spouse_name")
|
|
|
+ private String spouseName;
|
|
|
+
|
|
|
+ @TableField("spouse_phone")
|
|
|
+ private String spousePhone;
|
|
|
+
|
|
|
+ @TableField("spouse_idcard_front_pic")
|
|
|
+ private String spouseIdcardFrontPic;
|
|
|
+
|
|
|
+ @TableField("spouse_idcard_back_pic")
|
|
|
+ private String spouseIdcardBackPic;
|
|
|
+
|
|
|
+ @TableField("notarized_idcard")
|
|
|
+ private String notarizedIdcard;
|
|
|
}
|