using Service.Cloud.Common; namespace Service.Cloud.Msg.Host.Resp { /// /// 3.2.3.2 换电站应答后台服务器下发换电站的基础信息 /// public class DeliverBasicInformationResp : ICmd { /// /// 应答结果 /// public int re { get; set; } = 0; public string GetCmd() { return CloudConst.setStBaseInfoRes; } } }