/// <summary> /// 获得数据列表 /// </summary> public IList <Wuyiju.Model.Region> GetList(Wuyiju.Model.Region.Query query) { return(dao.GetList(query)); }