mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-21 02:57:54 +08:00
流程处理增加消息通知
修复消息标记已读、删除
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
{
|
||||
public class QuerySysMessageListReq : PageReq
|
||||
{
|
||||
//todo:添加自己的请求字段
|
||||
/// <summary>
|
||||
/// 消息状态 0:未读;1:已读; 999:全部
|
||||
/// </summary>
|
||||
public int Status { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user