This commit is contained in:
cjw 2024-08-08 10:47:46 +08:00
parent fdc158a990
commit 53c8d31c92
1 changed files with 5 additions and 0 deletions

View File

@ -74,5 +74,10 @@ public class SysWarnRecordVo implements Serializable {
*/
private Integer interveneNum;
/**
* 阅读状态
*/
private Integer readFlag;
}