cloudroam
2024-10-11 56a7e539628f35d350532e8afcb51e39d9cd0cf9
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 {
 
}