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

com.github.xiaojoin.activa.api.service.UserInfoService Maven / Gradle / Ivy

package com.github.xiaojoin.activa.api.service;

public interface UserInfoService {

    /**
     * 获取用户Id
     * @return
     */
    String getUerId();
    /**
     * 获取用户姓名
     * @return
     */
    String getCurrentUserName();

    /**
     * 获取用户姓名
     * @return
     */
    String getUserName(String userId);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy