Cui Zhi Feng
2024-09-25 118623071a97b66f21c29e2bc02b8f15855ede5d
1
2
3
4
5
6
7
8
package com.mzl.flower.service.impl;
 
import org.springframework.stereotype.Component;
 
@Component
public class SupUserDetailsService extends BaseUserDetailsService {
 
}