using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace JSMachine.WMS.Netty.NettyAsClient.Command { /// /// 条码读取异常命令 /// public class BarCodeReadExceptionCmd : BaseCmd { } }