Files
nanxun d429560511 Revert "提交"
This reverts commit b96d895809.
2026-02-12 21:59:08 +08:00

7 lines
82 B
C#

namespace IM_API.Domain.Interfaces
{
public interface IEvent
{
}
}