cloudroam
2024-10-22 b3bc4f358434ec82f90eaa8b87f68b68a2652fa7
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 {
 
}