This commit is contained in:
张良(004796)
2024-01-19 10:56:13 +08:00
parent cb9464e468
commit dda013349c
2 changed files with 9 additions and 1 deletions

View File

@@ -9,6 +9,13 @@ import java.math.BigDecimal;
@Schema(description = "主播列表信息")
public class AnchorListVo {
@Schema(description = "价格")
private BigDecimal price;
@Schema(description = "在线状态 0=离线,1=在线")
private Integer online;
@Schema(description = "用户ID")
private String userId;
/**