refactor(projects): 消息提示增加等级区分
This commit is contained in:
2
src/typings/api/notify-message.d.ts
vendored
2
src/typings/api/notify-message.d.ts
vendored
@@ -25,6 +25,8 @@ declare namespace Api {
|
||||
templateContent: string;
|
||||
/** 消息类型,字典 system_notify_template_type */
|
||||
templateType: number;
|
||||
/** 消息等级(字典 notify_message_level,1=普通 2=提醒 3=警告 4=严重,数字越大越紧急);老消息缺省为普通(1) */
|
||||
level: number;
|
||||
/** 是否已读 */
|
||||
readStatus: boolean;
|
||||
/** 阅读时间;未读为 null */
|
||||
|
||||
Reference in New Issue
Block a user