This commit is contained in:
2023-04-21 18:52:18 +08:00
parent 30581107f7
commit 6a1af10494
2 changed files with 5 additions and 0 deletions

View File

@@ -30,4 +30,6 @@ public class MessageReadListQuery implements Query {
private String senderName;
@ApiModelProperty("移动端发起日期")
private String date;
private String startUserSid;
}