using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BatCharging.Model { public class CMD4 { /// /// 预留 /// public UInt16 value01 { get; set; } /// /// 预留 /// public UInt16 value02 { get; set; } /// /// 充电桩编码 32位 /// public string value03 {get; set; } /// /// 类型 /// public byte value04 { get; set; } /// /// 设置/查询参数启始地址 /// public UInt32 value05 { get; set; } /// /// 设置/查询结果 /// public byte value06 { get; set; } /// /// 设置参数信息 /// public string value07 { get; set; } } }