Commit 41499117 by 罗翻

去除无用信息

parent ab4e6f7d
......@@ -8,31 +8,11 @@ import com.dayu.usercenter.BR;
import java.io.Serializable;
/**
* Created by luofan on 2017/11/14.
* Created by luofan
* on 2017/11/14.
*/
public class EngineerInfo extends BaseObservable implements Serializable {
/**
* id : 30
* accountId : 115
* mRealName : 工程师
* mIdentity : 110200198802021561
* mIdentityUrl : null
* accountUrl : null
* auditStatus : 2
* createTime : null
* created : null
* updateTime : null
* updated : null
* gender : 0
* age : 29
* mobile : 15811366263
* siteId : null
* password : null
* categorys : null
* providerTypeList : null
* messageCheckcode : null
*/
private int id;
private int accountId;
......@@ -162,14 +142,12 @@ public class EngineerInfo extends BaseObservable implements Serializable {
public void setAge(int age) {
this.age = age;
}
@Bindable
public String getMobile() {
return mobile;
}
public void setMobile(String mobile) {
this.mobile = mobile;
// notifyPropertyChanged(BR.mobile);
}
public Object getSiteId() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment