src/main/java/com/lf/server/entity/sys/TokenEntity.java
@@ -37,6 +37,8 @@ private String updateName; private int autoLogOut; public int getId() { return id; } @@ -140,4 +142,12 @@ public void setUpdateName(String updateName) { this.updateName = updateName; } public int getAutoLogOut() { return autoLogOut; } public void setAutoLogOut(int autoLogOut) { this.autoLogOut = autoLogOut; } }