com.ape9527.core.dto.OnlineUserDto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ape-core Show documentation
Show all versions of ape-core Show documentation
Ape low code platform core module
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;
}