添加项目文件。
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
namespace MessageService.WebApi.Application.Message
|
||||
{
|
||||
public record GetMessageCommand(Guid conversationId, Guid userId, long? cusor, int direction, int limit);
|
||||
}
|
||||
Reference in New Issue
Block a user