陶杰
2024-12-09 f2728ef322de546ef885e21ea99183bfc7b18f24
1
2
3
4
5
6
7
8
package com.mzl.flower.service.impl;
 
import org.springframework.stereotype.Component;
 
@Component
public class AdminUserDetailsService extends BaseUserDetailsService {
 
}