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