diff --git a/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/model/dto/user/UserLoginLoggerDTO.java b/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/model/dto/user/UserLoginLoggerDTO.java index d61814f9..cffdf9da 100644 --- a/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/model/dto/user/UserLoginLoggerDTO.java +++ b/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/model/dto/user/UserLoginLoggerDTO.java @@ -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; /** * 用户信息.