cloudroam
2024-12-29 7d95b8eb5ad28fd916893ad7c188aa331a4ebea9
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 {
 
}