cloudroam
2024-10-28 617cac9aab814b33a4a0947d7222eae1098028ca
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 {
 
}