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

com.ape9527.core.dto.OnlineUserDto Maven / Gradle / Ivy

The newest version!
package com.ape9527.core.dto;

import com.ape9527.auth.entity.SysUser;
import lombok.Data;

/**
 * @author YuanShuai[[email protected]]
 */
@Data
public class OnlineUserDto extends SysUser {
    private String token;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy