cloudroam
2024-09-09 6372c0781bc0ee2aefae4634f556c33691fa505d
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 {
 
}