陶杰
2024-08-29 b2b82c1308fd2cf71e118ab8df8258f8160f010a
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 {
 
}