瀏覽代碼

fix:logutil增加了用户id信息

xuxiaopang 2 年之前
父節點
當前提交
ed03fe3e24
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      web/src/main/java/cn/seecoder/web/model/po/user/UserPO.java

+ 4 - 0
web/src/main/java/cn/seecoder/web/model/po/user/UserPO.java

@@ -63,4 +63,8 @@ public class UserPO implements UserDetails {
 	public boolean isEnabled() {
 		return true;
 	}
+
+	public Integer getId(){
+		return this.id;
+	}
 }