using System; using HybirdFrameworkCore.Autofac.Attribute; namespace Service.Charger.Msg.Host.Resp; /// /// 移库完成回复 /// public class MigrationCompleteResq : ASDU { public MigrationCompleteResq() { FrameTypeNo = 105; MsgBodyCount = 0; TransReason = 4; PublicAddr = 0; MsgBodyAddr = new byte[] { 0, 0, 0 }; } }