陶杰
2024-12-11 44050285d9b0f2df69e625f92e69309a530902b6
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 {
 
}