Cui Zhi Feng
2024-08-23 2822a346324bd5689e6d86f7e318e89c3936cb53
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 {
 
}