Skip to content

Commit

Permalink
feat:蓝盾APP Oauth2授权登录实现 #9353
Browse files Browse the repository at this point in the history
  • Loading branch information
fcfang123 committed Nov 14, 2023
1 parent 3df1aba commit 92387a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ data class UserAndDeptInfoVo(
@ApiModelProperty("水印信息")
val waterMark: String? = null,
@ApiModelProperty("是否是项目成员")
val belongProjectMember: Boolean? = null,
val belongProjectMember: Boolean? = null
)

0 comments on commit 92387a7

Please sign in to comment.