gongzuming
2024-10-27 c25b0632e4a360f7499f1c79ff1d70a67919e008
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 {
 
}