namespace XHWK.WKTool.DAL { internal class ResultVo { public int code { get; set; } public string msg { get; set; } public T obj { get; set; } } }