feat(console): expose login device model
This commit is contained in:
parent
3a65d1b46e
commit
0e97ecddc9
@ -86,15 +86,20 @@ public class UserLoginLoggerDTO implements Serializable {
|
||||
*/
|
||||
private String appVersion;
|
||||
|
||||
/**
|
||||
* 平台IOS,Android.
|
||||
*/
|
||||
private String appPlatform;
|
||||
|
||||
/**
|
||||
* 登陆时间.
|
||||
*/
|
||||
private Timestamp createTime;
|
||||
/**
|
||||
* 平台IOS,Android.
|
||||
*/
|
||||
private String appPlatform;
|
||||
|
||||
/**
|
||||
* 手机型号.
|
||||
*/
|
||||
private String sysModel;
|
||||
|
||||
/**
|
||||
* 登陆时间.
|
||||
*/
|
||||
private Timestamp createTime;
|
||||
|
||||
/**
|
||||
* 用户信息.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user