init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace DouyinApi.EventBus.EventHandling
|
||||
{
|
||||
public class BlogQueryIntegrationEvent : IntegrationEvent
|
||||
{
|
||||
public string BlogId { get; private set; }
|
||||
|
||||
public BlogQueryIntegrationEvent(string blogid)
|
||||
=> BlogId = blogid;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user