Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Education
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄奎
Education
Commits
9ab267fa
Commit
9ab267fa
authored
Nov 25, 2020
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交代码
parent
0caf0fad
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
RB_File_Store.cs
Edu.Model/Public/RB_File_Store.cs
+1
-0
UserController.cs
Edu.WebApi/Controllers/User/UserController.cs
+3
-3
No files found.
Edu.Model/Public/RB_File_Store.cs
View file @
9ab267fa
...
@@ -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
{
{
...
...
Edu.WebApi/Controllers/User/UserController.cs
View file @
9ab267fa
...
@@ -59,17 +59,17 @@ namespace Edu.WebApi.Controllers.User
...
@@ -59,17 +59,17 @@ namespace Edu.WebApi.Controllers.User
/// <summary>
/// <summary>
/// 岗位处理类对象
/// 岗位处理类对象
/// </summary>
/// </summary>
private
readonly
PostModule
1
postModule
=
AOPHelper
.
CreateAOPObject
<
PostModule1
>();
private
readonly
PostModule
postModule
=
AOPHelper
.
CreateAOPObject
<
PostModule
>();
/// <summary>
/// <summary>
/// 部门处理类对象
/// 部门处理类对象
/// </summary>
/// </summary>
private
readonly
DepartmentModule
1
departmentModule
=
AOPHelper
.
CreateAOPObject
<
DepartmentModule1
>();
private
readonly
DepartmentModule
departmentModule
=
AOPHelper
.
CreateAOPObject
<
DepartmentModule
>();
/// <summary>
/// <summary>
/// 员工处理类对象
/// 员工处理类对象
/// </summary>
/// </summary>
private
readonly
EmployeeModule
1
employeeModule
=
new
EmployeeModule1
();
private
readonly
EmployeeModule
employeeModule
=
new
EmployeeModule
();
#
region
用户账户管理
#
region
用户账户管理
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment