first commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace JSMachine.WMS.Netty.NettyUdp.Command
|
||||
{
|
||||
/// <summary>
|
||||
/// 心跳
|
||||
/// </summary>
|
||||
public class HeartBeartCmd : BaseCmd
|
||||
{
|
||||
public override CommandType ComType { get; set; } = CommandType.g_eKeepAlive;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user