refactor: 获取用户认证凭证信息方法命名合理调整
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
</select>
|
||||
|
||||
<!-- 用户认证信息映射 -->
|
||||
<resultMap id="AuthCredentialsMap" type="com.youlai.boot.core.security.model.AuthCredentials">
|
||||
<resultMap id="AuthCredentialsMap" type="com.youlai.boot.core.security.model.UserAuthCredentials">
|
||||
<id property="userId" column="userId" jdbcType="BIGINT"/>
|
||||
<result property="username" column="username" jdbcType="VARCHAR"/>
|
||||
<result property="password" column="password" jdbcType="VARCHAR"/>
|
||||
|
||||
Reference in New Issue
Block a user