陶杰
2024-08-30 f512140fe18368250824bfe63ebd6b17bed40a76
1
2
3
4
5
6
7
8
package com.mzl.flower.service.impl;
 
import org.springframework.stereotype.Component;
 
@Component
public class PartnerUserDetailsService extends BaseUserDetailsService {
 
}