using HybirdFrameworkCore.Autofac.Attribute; namespace Service.Charger.Msg.Host.Req { /// /// 3.5.7 站控查询监控网关尖峰平谷设置 /// public class InquireGatewaySpikesValleys : ASDU { /// /// 保留 /// [Property(0, 8)] public byte Retain { get; set; } } }