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

cn.afterturn.easypoi.wps.service.IEasyPoiWpsUserService Maven / Gradle / Ivy

There is a newer version: 3.0.0-M4
Show newest version
package cn.afterturn.easypoi.wps.service;

import cn.afterturn.easypoi.wps.entity.WpsUserEntity;

/**
 * 用户服务
 *
 * @author jueyue on 20-5-8.
 */
public interface IEasyPoiWpsUserService {

    /**
     * 获取用户信息
     *
     * @param userId
     * @return
     */
    WpsUserEntity getUser(String userId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy