cloudroam
2024-09-05 eb817990908b95f1e87c609639293eddb3a3d0ef
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 {
 
}