仪表盘
版本库
文件存储
活动
搜索
登录
main
/
smart
数据采集
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
清楚不不要的mapstruct文件
yangys
2024-04-04
ed4a5236bab800094be4a8378f5098eebe3de6ac
[smart.git]
/
smart-core-secure
/
src
/
main
/
java
/
com
/
qianwen
/
core
/
secure
/
provider
/
IClientDetailsService.java
1
2
3
4
5
6
package com.qianwen.core.secure.provider;
public interface IClientDetailsService {
IClientDetails loadClientByClientId(String clientId);
}