cloudroam
2024-09-10 128f7c5c2db36594d33d9427d87e6b5e6e5b14f9
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 {
 
}