using HybirdFrameworkCore.Autofac.Attribute; namespace Service.Car.Msg.Host.Req; public class UnLockMsg : BaseMsg { /// /// [Property(248, 8)] public byte Command { get; set; } = 0x55; public UnLockMsg() { Cmd = 0x07; Length = 33; } }