using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BatCharging.Model
{
public class CMD108
{
///
/// 预留
///
public UInt16 value01 { get; set; }
///
/// 预留
///
public UInt16 value02 { get; set; }
///
/// 充电桩编码 32
///
public string value03 {get;set; }
///
/// 告警位信息 32
///
public string value04 { get; set; }
}
}