using HybirdFrameworkCore.Autofac.Attribute; namespace Service.Charger.Msg.Host.Req { /// /// 3.4.9 监控平台下发站外允许充电 SOC /// public class OutSideAllowChargingSoc : ASDU { /// /// SOC 限制值 /// [Property(0, 8)] public byte SocValue { get; set; } } }