摘要:
//源数据 List<object> li = new List<object>(); foreach (var i in list) { li.Add(new { Id = i.Id, Name = i.Name }); } //需要过渡的实体 class TruckTeam { public s 阅读全文
摘要:
public ActionResult GetIndex() { CRMEntities db = new CRMEntities(); EasyUIJsonTree root = new EasyUIJsonTree() { text = "菜单根节点" }; IList<Trees> list 阅读全文