|
|
@ -50,7 +50,7 @@ public class SyncResiResDTO implements Serializable { |
|
|
|
* 身份证号已存在的居民,返回其房屋id |
|
|
|
*/ |
|
|
|
private String resiHomeId; |
|
|
|
|
|
|
|
private String status; |
|
|
|
public SyncResiResDTO(String customerId, String idCard, String agencyId) { |
|
|
|
this.idCard = idCard; |
|
|
|
this.customerId = customerId; |
|
|
@ -59,5 +59,6 @@ public class SyncResiResDTO implements Serializable { |
|
|
|
this.resiAgencyId = StrConstant.EPMETY_STR; |
|
|
|
this.resiAgencyName = StrConstant.EPMETY_STR; |
|
|
|
this.resiHomeId = StrConstant.EPMETY_STR; |
|
|
|
this.status=StrConstant.EPMETY_STR; |
|
|
|
} |
|
|
|
} |
|
|
|