|
|
|
@ -65,4 +65,13 @@ public class SessionUser implements Serializable {
|
|
|
|
|
this.languageCode = languageCode;
|
|
|
|
|
this.userType = userTypeId;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 不建议使用, 推荐使用 AuthUtil.getDeviceId(); 方法
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
@Deprecated
|
|
|
|
|
public String getDeviceId() {
|
|
|
|
|
return deviceId;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|