陶杰
2024-12-11 c7d127ae867c00f01a7eb4977836565bcae6ee9f
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 {
 
}