陶杰
2024-09-10 ddd049fd5e732828bc5b739d9cc270ac707d1dbc
1
2
3
4
5
6
7
8
package com.mzl.flower.service.impl;
 
import org.springframework.stereotype.Component;
 
@Component
public class AdminUserDetailsService extends BaseUserDetailsService {
 
}