陶杰
2024-12-06 0bc0cd632d4e1ea9b5e06729c6b8a96f0cd9f2ba
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 {
 
}