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

kim.sesame.framework.web.entity.IUser Maven / Gradle / Ivy

There is a newer version: 1.21
Show newest version
package kim.sesame.framework.web.entity;

/**
 * IUser
 *
 * @author johnny
 * date :  2017-11-07 13:20
 * Description: 用户信息接口
 */
public interface IUser {
    String getId();
    String getAccount();
    String getName();
    String getPwd();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy