陶杰
2025-01-09 851766c095afafafdade0a83aea94127f47aebc0
1
2
3
4
5
6
7
8
9
package com.mzl.flower.service.impl;
 
import org.springframework.stereotype.Component;
 
 
@Component
public class WebUserDetailsService extends BaseUserDetailsService {
 
}