Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

android / dayu

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit 41499117 authored 7 years ago by 罗翻's avatar 罗翻
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

去除无用信息

parent ab4e6f7d
Hide whitespace changes
Inline Side-by-side
Showing with 2 additions and 24 deletions
  • userCenter/src/main/java/com/dayu/usercenter/data/protocol/EngineerInfo.java
userCenter/src/main/java/com/dayu/usercenter/data/protocol/EngineerInfo.java
View file @ 41499117
......@@ -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() {
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
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