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

com.lsnju.tpbase.web.model.TpUserInfo Maven / Gradle / Ivy

There is a newer version: 2.7.14
Show newest version
package com.lsnju.tpbase.web.model;

import java.util.Set;

/**
 *
 * @author ls
 * @since 2023/7/26 20:04
 * @version V1.0
 */
public interface TpUserInfo {

    long getId();

    String getPid();

    String getUid();

    String getName();

    Set getRoleSet();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy