cloudroam
2024-09-22 6573de1486de5010438fbbe35a9efa4cc360c767
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 {
 
}