/// <summary> /// 得到一个对象实体 /// </summary> public Orders GetModel(int id) { return(dal.GetModel(id)); }