This commit is contained in:
huangzj
2023-09-18 11:21:48 +08:00
parent f34e2626b4
commit c6729d0c33
12 changed files with 199 additions and 12 deletions

View File

@@ -36,9 +36,12 @@ public class CsEventUserQueryParam {
*/
private List<String> target;
private String type;
/**
* 状态(0:未读取 1:已读取)
*/
private String status;
private String level;
}