mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-24 03:08:09 +08:00
国际化翻译
This commit is contained in:
@@ -49,6 +49,8 @@ public class HistoryLogin extends JpaEntity implements Serializable{
|
||||
@Column
|
||||
String sessionId;
|
||||
@Column
|
||||
int category;
|
||||
@Column
|
||||
String userId;
|
||||
@Column
|
||||
String username;
|
||||
@@ -112,6 +114,14 @@ public class HistoryLogin extends JpaEntity implements Serializable{
|
||||
this.sessionId = sessionId;
|
||||
}
|
||||
|
||||
public int getCategory() {
|
||||
return category;
|
||||
}
|
||||
|
||||
public void setCategory(int category) {
|
||||
this.category = category;
|
||||
}
|
||||
|
||||
public String getUserId() {
|
||||
return userId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user