namespace WeEngine.CommonDto { public class MsgClientDto { public string AppId { get; set; } public string Name { get; set; } public string SecretKey { get; set; } public string ServerIp { get; set; } public int ServerPort { get; set; } } }