This commit is contained in:
duteliang
2024-02-01 00:50:42 +08:00
parent 43be20b11f
commit 574ef6cfdb
6 changed files with 51 additions and 13 deletions

View File

@@ -69,5 +69,9 @@ public class UserInfo {
* 注册时间
*/
private LocalDateTime regTime;
/**
* 设备号
*/
private String imei;
}