diff --git a/Edu.Model/Public/RB_File_Store.cs b/Edu.Model/Public/RB_File_Store.cs index 8bf9d45ded14bf3d8ec6533b9e96a8d523fa10b6..41e802e41dcae11bc76d560b1527342fddc853d0 100644 --- a/Edu.Model/Public/RB_File_Store.cs +++ b/Edu.Model/Public/RB_File_Store.cs @@ -2,6 +2,7 @@ using System.Collections.Generic; using System.Text; using Edu.Common.Enum.Public; +using VT.FW.DB; namespace Edu.Model.Public { diff --git a/Edu.WebApi/Controllers/User/UserController.cs b/Edu.WebApi/Controllers/User/UserController.cs index 6a1cc8fa8af65eef942a98f7ce16bd4b6e91a9c8..dcee04b0570dda9c69d2169938d74ca3c3d0ce92 100644 --- a/Edu.WebApi/Controllers/User/UserController.cs +++ b/Edu.WebApi/Controllers/User/UserController.cs @@ -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 用户账户管ç†