cloudroam
2025-02-09 89dbaf2061821a63dc89c8c96089d9b47178d3e4
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 {
 
}