陶杰
2024-12-17 eb1633788e987e59fc28983bc9bb92c3e5a37a2a
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 {
 
}