mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-16 20:15:06 +08:00
review 部分站内信的实现
This commit is contained in:
@ -1,22 +0,0 @@
|
||||
package cn.iocoder.yudao.module.system.enums.notify;
|
||||
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Getter;
|
||||
|
||||
/**
|
||||
* 站内信阅读状态枚举类
|
||||
*
|
||||
* @author xrcoder
|
||||
*/
|
||||
@Getter
|
||||
@AllArgsConstructor
|
||||
public enum NotifyReadStatusEnum {
|
||||
|
||||
UNREAD(0),
|
||||
READ(1);
|
||||
|
||||
/**
|
||||
* 类型
|
||||
*/
|
||||
private final Integer status;
|
||||
}
|
Reference in New Issue
Block a user