using Service.Cloud.Common; namespace Service.Cloud.Msg.Host.Resp; public class AmtBatRes : ICmd { public int rs { get; set; } public string GetCmd() { return CloudConst.amtBatRes; } }