陶杰
2024-10-22 61299cec43f35a9a8fd6d6a9840fdc44f1c24e9b
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 {
 
}