cloudroam
2025-05-26 056bdbd515515e348e519f991444154512907392
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 {
 
}