This commit is contained in:
77
2024-04-26 00:53:31 +08:00
parent d771783812
commit 8138f6dee0
7 changed files with 95 additions and 2 deletions

View File

@@ -32,4 +32,6 @@ public class ReportAdminVo extends Report {
private String reportNickname;
private String reportMobile;
private String reportAvatar;
private Boolean reportImSpeck;
private Boolean reportEnableIm;
}