cloudroam
2024-09-10 92a4c3c35747bf1a043c2ff85650012d4eac9355
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 {
 
}