Files
IOT/LAEPS/PubEvent/LoginSuccessEvent.cs
2025-12-23 10:55:34 +08:00

13 lines
208 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace LAEPS.PubEvent
{
public class LoginSuccessEvent:PubSubEvent
{
}
}