陶杰
2025-01-09 1fe9a1c594c40324b64f2822b2381e741fa231fc
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 {
 
}