This commit is contained in:
张良(004796)
2024-01-22 11:15:07 +08:00
parent a30b615fc3
commit 6750a17cb5
17 changed files with 255 additions and 31 deletions

View File

@@ -41,6 +41,9 @@ public class UserInfoVo {
@Schema(description = "接单次数")
private Long serviceCount;
@Schema(description = "是否隐藏接单次数 1隐藏 2不隐藏")
private Integer orderSwitch;
@Schema(description = "粉丝数")
private Long fansNum;