This commit is contained in:
张良(004796)
2024-01-19 10:57:29 +08:00
parent dda013349c
commit 66a0f7bc93

View File

@@ -11,7 +11,7 @@ public class AnchorListVo {
@Schema(description = "价格")
private BigDecimal price;
private Long price;
@Schema(description = "在线状态 0=离线,1=在线")
private Integer online;