This commit is contained in:
77
2024-05-13 01:04:47 +08:00
parent ae0143d7bc
commit 84cbbefdec
4 changed files with 27 additions and 2 deletions

View File

@@ -34,4 +34,7 @@ public class AnchorAdminVo extends Anchor {
private String city;
private Integer onlineStatus;
private Long startPrice;
private Long endPrice;
}

View File

@@ -15,7 +15,9 @@ public class AnchorTopAdminVo extends AnchorTop {
* 昵称
*/
private String nickname;
private Long price;
private Long startPrice;
private Long endPrice;
/**
* 手机号
*/