cloudroam
2024-12-09 fad73d860dce9ea18a4a6d45d9bf35d6b066a008
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 {
 
}