All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.lazyegg.core.ac.UserAccInterface Maven / Gradle / Ivy

package io.lazyegg.core.ac;

import io.lazyegg.core.UserInfo;

/**
 * UserAcInterface
 * 用户防腐层接口
 *
 * @author DifferentW  [email protected] 2023/2/27 23:23
 */
public interface UserAccInterface {

    UserInfo getUserInfo(String username);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy