Refactor employee management

This commit is contained in:
Frudrax Cheng
2026-05-28 10:05:59 +08:00
parent f394d3a8bd
commit d3ee215f61
17 changed files with 5391 additions and 174 deletions
+4 -4
View File
@@ -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",
},
}