แก้ controller temp

This commit is contained in:
kittapath 2024-08-13 13:39:52 +07:00
parent 6895e764ad
commit 576f6bcc0d
22 changed files with 22 additions and 22 deletions

View file

@ -24,7 +24,7 @@ import permission from "../interfaces/permission";
@Route("api/v1/org/profile-temp/duty")
@Tags("ProfileEmployeeDuty")
@Security("bearerAuth")
export class ProfileDutyEmployeeController extends Controller {
export class ProfileDutyEmployeeTempController extends Controller {
private profileRepository = AppDataSource.getRepository(ProfileEmployee);
private dutyRepository = AppDataSource.getRepository(ProfileDuty);
private dutyHistoryRepository = AppDataSource.getRepository(ProfileDutyHistory);