Commit d37d6fe2 authored by 黄奎's avatar 黄奎

页面修改

parent 15f06954
using Edu.Common.Enum; using Edu.Common.Enum;
using Edu.Model.ViewModel.DataStatistics; using Edu.Model.ViewModel.DataStatistics;
using Edu.Repository.DataStatistics; using Edu.Repository.DataStatistics;
using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Text;
using VT.FW.DB; using VT.FW.DB;
namespace Edu.Module.User namespace Edu.Module.User
......
...@@ -16,7 +16,7 @@ namespace Edu.WebApi.Controllers.DataService ...@@ -16,7 +16,7 @@ namespace Edu.WebApi.Controllers.DataService
[EnableCors("AllowCors")] [EnableCors("AllowCors")]
public class DataServiceController : BaseController public class DataServiceController : BaseController
{ {
private DataServiceModule dataServiceModule = new DataServiceModule(); private readonly DataServiceModule dataServiceModule = new DataServiceModule();
/// <summary> /// <summary>
/// 获取总经理视图数据 /// 获取总经理视图数据
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment