xuxueyang
2024-09-19 9e710473223b9cb94d1da9d58499671bffc1863d
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 {
 
}