Beispiel #1
0
        /// <summary>
        /// 查询车场收入数据
        /// </summary>
        /// <returns></returns>
        public JsonResult Get_HomeData()
        {
            JsonResult json = new JsonResult();

            json.Data = StatisticsServices.GetHomeData(GetLoginUserVillages.Select(p => p.VID).ToList());
            return(json);
        }