heheng
2026-02-02 8bda5d156d97a6f86da6ee068447643a2fff8c4f
multi-common/src/main/java/com/gkhy/exam/common/domain/model/LoginUserDetails.java
@@ -24,6 +24,7 @@
    private List<GrantedAuthority> authorities;
    public LoginUserDetails(SysUser user,List<GrantedAuthority> authorities) {
        this.user = user;
        this.authorities=authorities;