123333
This commit is contained in:
@@ -18,6 +18,13 @@ public class UserCallAppVo {
|
||||
private Integer status;
|
||||
@Schema(description = "通话状态文字")
|
||||
private String statusText;
|
||||
|
||||
@Schema(description = "通话时长")
|
||||
private Long callTime = 0L;
|
||||
@Schema(description = "通话金额")
|
||||
private Long callAmount = 0L;
|
||||
@Schema(description = "主播通话收益")
|
||||
private Long callIncome = 0L;
|
||||
@Schema(description = "通话对方的用户ID")
|
||||
private Long userId;
|
||||
@Schema(description = "通话对方的用户蜜瓜号")
|
||||
|
||||
Reference in New Issue
Block a user