first commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace JSMachine.WMS.Netty.NettyUdp.Command
|
||||
{
|
||||
public class BaseCmd : IBaseCmd
|
||||
{
|
||||
public virtual CommandType ComType { get; set; }
|
||||
}
|
||||
|
||||
public enum CommandType
|
||||
{
|
||||
/// <summary>
|
||||
/// 心跳包
|
||||
/// </summary>
|
||||
g_eKeepAlive = 1,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user