电池编码修改

master
rszn 4 months ago
parent 9535e98f7d
commit 09af9066b2

@ -5,12 +5,11 @@ namespace Service.TBox.Msg.TBox;
public class BatteryFourSn : BaseMsg
{
[Property(32, 8)] public byte CheckSum { get; set; }
[Property(40, 5)] public byte Length { get; set; }
[Property(45, 3)] public byte Factory { get; set; }
[Property(48, 8)] public byte Sn1 { get; set; }
[Property(56, 8)] public byte Sn2 { get; set; }
[Property(64, 8)] public byte Sn3 { get; set; }
[Property(72, 8)] public byte Sn4 { get; set; }
[Property(80, 8)] public byte Sn5 { get; set; }
[Property(88, 8)] public byte Sn6 { get; set; }
[Property(40, 8)] public byte Sn1 { get; set; }
[Property(48, 8)] public byte Sn2 { get; set; }
[Property(56, 8)] public byte Sn3 { get; set; }
[Property(64, 8)] public byte Sn4 { get; set; }
[Property(72, 8)] public byte Sn5 { get; set; }
[Property(80, 8)] public byte Sn6 { get; set; }
[Property(88, 8)] public byte Sn7 { get; set; }
}

@ -5,12 +5,11 @@ namespace Service.TBox.Msg.TBox;
public class BatteryThreeSn : BaseMsg
{
[Property(32, 8)] public byte CheckSum { get; set; }
[Property(40, 5)] public byte Length { get; set; }
[Property(45, 3)] public byte Factory { get; set; }
[Property(48, 8)] public byte Sn1 { get; set; }
[Property(56, 8)] public byte Sn2 { get; set; }
[Property(64, 8)] public byte Sn3 { get; set; }
[Property(72, 8)] public byte Sn4 { get; set; }
[Property(80, 8)] public byte Sn5 { get; set; }
[Property(88, 8)] public byte Sn6 { get; set; }
[Property(40, 8)] public byte Sn1 { get; set; }
[Property(48, 8)] public byte Sn2 { get; set; }
[Property(56, 8)] public byte Sn3 { get; set; }
[Property(64, 8)] public byte Sn4 { get; set; }
[Property(72, 8)] public byte Sn5 { get; set; }
[Property(80, 8)] public byte Sn6 { get; set; }
[Property(88, 8)] public byte Sn7 { get; set; }
}

@ -5,12 +5,11 @@ namespace Service.TBox.Msg.TBox;
public class BatteryTwoSn : BaseMsg
{
[Property(32, 8)] public byte CheckSum { get; set; }
[Property(40, 5)] public byte Length { get; set; }
[Property(45, 3)] public byte Factory { get; set; }
[Property(48, 8)] public byte Sn1 { get; set; }
[Property(56, 8)] public byte Sn2 { get; set; }
[Property(64, 8)] public byte Sn3 { get; set; }
[Property(72, 8)] public byte Sn4 { get; set; }
[Property(80, 8)] public byte Sn5 { get; set; }
[Property(88, 8)] public byte Sn6 { get; set; }
[Property(40, 8)] public byte Sn1 { get; set; }
[Property(48, 8)] public byte Sn2 { get; set; }
[Property(56, 8)] public byte Sn3 { get; set; }
[Property(64, 8)] public byte Sn4 { get; set; }
[Property(72, 8)] public byte Sn5 { get; set; }
[Property(80, 8)] public byte Sn6 { get; set; }
[Property(88, 8)] public byte Sn7 { get; set; }
}

Loading…
Cancel
Save