mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-05-09 07:08:01 +08:00
9 lines
161 B
C#
9 lines
161 B
C#
namespace OpenAuth.App.Request
|
|
{
|
|
/// <summary>
|
|
/// 阅读消息请求
|
|
/// </summary>
|
|
public class ReadMsgReq : IdRequest<string>
|
|
{
|
|
}
|
|
} |