tj
2025-04-17 add52b2fce633d62fb6cf829cc9ee58cb3727257
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 {
 
}