org.swiftboot.shiro.model.entity.UserEntityStub Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swiftboot-shiro Show documentation
Show all versions of swiftboot-shiro Show documentation
shiro supporting for swiftboot web applications
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