zhujie
2025-04-11 52358cd76aee8d5f7edc54e177b6eab0d1f58533
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 {
 
}