123
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
package com.ruoyi.cai.dto.app.vo.user;
|
||||
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class OnlineStatusVo {
|
||||
@Schema(description = "用户状态 0=离线 1=空闲/在线 2=忙碌中 3=勿扰")
|
||||
private Integer status;
|
||||
private Integer onlineStatus;
|
||||
@Schema(description = "用户状态文字")
|
||||
private String statusMsg;
|
||||
@Schema(description = "在线状态")
|
||||
private Integer onlineStatus;
|
||||
@Schema(description = "是否开启视频接听 1-开启 0-关闭")
|
||||
private Integer openVideoStatus;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user