namespace HybirdFrameworkServices.Charger.Common;
public class ChargerConst
{
public static readonly byte[] ApciStartChar = { 0x68/* ,0xEE*/};
}