cloudroam
2025-04-17 db9900074fa83021a7e3b1445eaf28ab56e675ab
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 {
 
}