Pepperl.cs
374 Bytes
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HHECS.Scan
{
public class Pepperl
{
/// <summary>
/// 扫码枪
/// </summary>
public static Dictionary<string, SocketClient> socketClient { get; set; } = new Dictionary<string, SocketClient>();
}
}