Prechádzať zdrojové kódy

fix:logutil增加了用户id信息

xuxiaopang 2 rokov pred
rodič
commit
ed03fe3e24

+ 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;
+	}
 }