Refactor employee management
This commit is contained in:
+4
-4
@@ -73,11 +73,11 @@ func createTestUsers() {
|
||||
Role: "admin",
|
||||
},
|
||||
{
|
||||
Username: "user1",
|
||||
Username: "employee1",
|
||||
Password: string(testPassword),
|
||||
Name: "普通用户",
|
||||
Email: "user1@example.com",
|
||||
Role: "user",
|
||||
Name: "普通员工",
|
||||
Email: "employee1@example.com",
|
||||
Role: "employee",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user