using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Personnel.WebSite.Shanxi.Models { public class Result { public bool success { get; set; } public string errorCode { get; set; } public string msg { get; set; } } }