using HybirdFrameworkCore.Autofac.Attribute; namespace Service.Charger.Msg.Host.Req { public class InquireGatewaySpikesValleys : ASDU { /// /// 保留 /// [Property(0, 8)] public byte Retain { get; set; } } }