This commit is contained in:
CortexCore
2024-07-12 19:32:02 +08:00
commit 170f05af0c
13 changed files with 440 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
namespace WeChatSharp.Interfaces.Topic;
public interface ITopicService
{
}