feat(console): expose login device model

This commit is contained in:
hy001 2026-05-07 16:10:10 +08:00
parent 3a65d1b46e
commit 0e97ecddc9

View File

@ -91,6 +91,11 @@ public class UserLoginLoggerDTO implements Serializable {
*/ */
private String appPlatform; private String appPlatform;
/**
* 手机型号.
*/
private String sysModel;
/** /**
* 登陆时间. * 登陆时间.
*/ */