xuxueyang
2024-09-24 2e3d7f2d8611f50e7e9428725f4ed2a927f5b453
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 {
 
}