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

提交代码

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