Commit 9ab267fa authored by 吴春's avatar 吴春

提交代码

parent 0caf0fad
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
using Edu.Common.Enum.Public; using Edu.Common.Enum.Public;
using VT.FW.DB;
namespace Edu.Model.Public namespace Edu.Model.Public
{ {
......
...@@ -59,17 +59,17 @@ namespace Edu.WebApi.Controllers.User ...@@ -59,17 +59,17 @@ namespace Edu.WebApi.Controllers.User
/// <summary> /// <summary>
/// 岗位处理类对象 /// 岗位处理类对象
/// </summary> /// </summary>
private readonly PostModule1 postModule = AOPHelper.CreateAOPObject<PostModule1>(); private readonly PostModule postModule = AOPHelper.CreateAOPObject<PostModule>();
/// <summary> /// <summary>
/// 部门处理类对象 /// 部门处理类对象
/// </summary> /// </summary>
private readonly DepartmentModule1 departmentModule = AOPHelper.CreateAOPObject<DepartmentModule1>(); private readonly DepartmentModule departmentModule = AOPHelper.CreateAOPObject<DepartmentModule>();
/// <summary> /// <summary>
/// 员工处理类对象 /// 员工处理类对象
/// </summary> /// </summary>
private readonly EmployeeModule1 employeeModule = new EmployeeModule1(); private readonly EmployeeModule employeeModule = new EmployeeModule();
#region 用户账户管理 #region 用户账户管理
......
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