using System; using HybirdFrameworkCore.Autofac.Attribute; namespace Service.Charger.Msg.Charger.Req; /// /// 出库完成 /// public class OutboundCompleteReq : ASDU { ///// ///// 信息体地址 ///// // [Property(0, 24 )] //public byte[] MessageBodyAddress {get;set;} /// /// 消息 /// [Property(0, 8 )] public byte Message {get;set;} }