mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-04-05 17:38:01 +08:00
10 lines
245 B
C#
10 lines
245 B
C#
namespace OpenAuth.App.Request
|
||
{
|
||
public class QuerySysMessageListReq : PageReq
|
||
{
|
||
/// <summary>
|
||
/// 消息状态 0:未读;1:已读; 999:全部
|
||
/// </summary>
|
||
public int Status { get; set; }
|
||
}
|
||
} |