This commit is contained in:
张良(004796)
2024-01-11 13:38:35 +08:00
parent acccdc9f79
commit fc2b6ef12d
17 changed files with 85 additions and 23 deletions

View File

@@ -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 = "评分")

View File

@@ -31,7 +31,6 @@ public class GetRoomResp {
private Long price;
@Schema(description = "评分")
private BigDecimal score;
@Schema(description = "服务次数")
private Long serviceCount;
@Schema(description = "服务时间")