xuxueyang
2024-09-18 38d8abee8db1034b4cc3fae8613e8328653a1080
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 {
 
}