generated from root/miduo_server
fix
parent
0504d40768
commit
3acf23568b
|
|
@ -34,8 +34,8 @@ public class CUserInfo {
|
||||||
@Field(value = "time")
|
@Field(value = "time")
|
||||||
private String time;
|
private String time;
|
||||||
|
|
||||||
@Field(value = "invent_code")
|
// @Field(value = "invent_code")
|
||||||
private boolean invent_code;
|
// private boolean invent_code;
|
||||||
|
|
||||||
@Field(value = "utoken")
|
@Field(value = "utoken")
|
||||||
private String utoken;
|
private String utoken;
|
||||||
|
|
@ -114,13 +114,13 @@ public class CUserInfo {
|
||||||
this.time = time;
|
this.time = time;
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isInvent_code() {
|
// public boolean isInvent_code() {
|
||||||
return invent_code;
|
// return invent_code;
|
||||||
}
|
// }
|
||||||
|
//
|
||||||
public void setInvent_code(boolean invent_code) {
|
// public void setInvent_code(boolean invent_code) {
|
||||||
this.invent_code = invent_code;
|
// this.invent_code = invent_code;
|
||||||
}
|
// }
|
||||||
|
|
||||||
public String getUtoken() {
|
public String getUtoken() {
|
||||||
return utoken;
|
return utoken;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue