gongzuming
2024-09-26 082c0f73dfe9385b2e3ff7e98ecde66e08d57010
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 {
 
}