using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BatCharging.Model
{
public class CMD1008
{
///
/// 正确接收到SN
///
public byte correntReciveSn { get; set; }
///
/// 写入成功标志
/// 0-写入成功 、1-写入失败
///
public byte writeCorrentIdentify { get; set; }
///
/// 预留
///
public short reserved1 { get; set; }
///
/// 预留
///
public int reserved2 { get; set; }
}
}