using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace wcftest.EnumDefine { class resultMsg { public bool result { get; set; } public string msg {get;set; } public int status { get; set; } } }