123
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.ruoyi.cai.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class ConsumeResp {
|
||||
private Long consumeLogId;
|
||||
private boolean success;
|
||||
}
|
||||
@@ -24,10 +24,6 @@ public class CallResp {
|
||||
private String toAvatar;
|
||||
@Schema(description = "wsUrl")
|
||||
private String socketUrl;
|
||||
@Schema(description = "技能名称")
|
||||
private String skillName;
|
||||
@Schema(description = "技能头像")
|
||||
private String skillIcon;
|
||||
@Schema(description = "价格")
|
||||
private Long price;
|
||||
@Schema(description = "评分")
|
||||
|
||||
@@ -31,7 +31,6 @@ public class GetRoomResp {
|
||||
private Long price;
|
||||
@Schema(description = "评分")
|
||||
private BigDecimal score;
|
||||
|
||||
@Schema(description = "服务次数")
|
||||
private Long serviceCount;
|
||||
@Schema(description = "服务时间")
|
||||
|
||||
Reference in New Issue
Block a user