cloudroam
2024-08-30 00b98abcde46e9a665302628c3bf5d7515b55ca6
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 {
 
}