Skip to content

Commit

Permalink
添加 备注
Browse files Browse the repository at this point in the history
  • Loading branch information
andanyoung committed Oct 25, 2023
1 parent c701ba0 commit 1e1967a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
import java.util.Set;

/**
* UserContext 用户上下文
*
* @author andanyang
* @since 2021/7/30 9:54
*/
Expand Down Expand Up @@ -35,7 +37,7 @@ public class AuthenticationUser implements Serializable {
@ApiModelProperty("权限code列表")
private Set<String> permissions;

//private String fromService;
// private String fromService;

private String referer;

Expand Down

0 comments on commit 1e1967a

Please sign in to comment.