cloudroam
2025-06-13 790d073559bfc15e9d1130fb9d51e9d673985cc7
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 {
 
}