mayf
2024-08-30 22e85e207ef90188d1ae60ca80c7c0e002dc9fda
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 {
 
}