1
This commit is contained in:
@@ -16,7 +16,24 @@ public class MySimpleHomequEntity extends BaseObservable implements Serializable
|
||||
private String address;
|
||||
|
||||
private String area;
|
||||
private String Relname;
|
||||
private String idcard;
|
||||
|
||||
public String getRelname() {
|
||||
return Relname;
|
||||
}
|
||||
|
||||
public void setRelname(String relname) {
|
||||
Relname = relname;
|
||||
}
|
||||
|
||||
public String getIdcard() {
|
||||
return idcard;
|
||||
}
|
||||
|
||||
public void setIdcard(String idcard) {
|
||||
this.idcard = idcard;
|
||||
}
|
||||
|
||||
public String getUser_home_id() {
|
||||
return user_home_id;
|
||||
|
||||
Reference in New Issue
Block a user