|
@ -51,6 +51,8 @@ public class SyncResiResDTO implements Serializable { |
|
|
*/ |
|
|
*/ |
|
|
private String resiHomeId; |
|
|
private String resiHomeId; |
|
|
private String status; |
|
|
private String status; |
|
|
|
|
|
private String icResiUserId; |
|
|
|
|
|
|
|
|
public SyncResiResDTO(String customerId, String idCard, String agencyId) { |
|
|
public SyncResiResDTO(String customerId, String idCard, String agencyId) { |
|
|
this.idCard = idCard; |
|
|
this.idCard = idCard; |
|
|
this.customerId = customerId; |
|
|
this.customerId = customerId; |
|
@ -60,5 +62,6 @@ public class SyncResiResDTO implements Serializable { |
|
|
this.resiAgencyName = StrConstant.EPMETY_STR; |
|
|
this.resiAgencyName = StrConstant.EPMETY_STR; |
|
|
this.resiHomeId = StrConstant.EPMETY_STR; |
|
|
this.resiHomeId = StrConstant.EPMETY_STR; |
|
|
this.status=StrConstant.EPMETY_STR; |
|
|
this.status=StrConstant.EPMETY_STR; |
|
|
|
|
|
this.icResiUserId=StrConstant.EPMETY_STR; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|