gongzuming
2024-08-28 2aa5d7d70e42543c18abfa8af0f25119b6f982c0
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 {
 
}