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

org.swiftboot.shiro.model.entity.UserEntityStub Maven / Gradle / Ivy

There is a newer version: 2.4.7
Show newest version
package org.swiftboot.shiro.model.entity;

/**
 * 用户实体类接口
 * @since 1.2
 */
public interface UserEntityStub {

    String getId();

    String getLoginName();

    String getLoginPwd();

//    void setLastLoginTime(long time);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy