edit path

This commit is contained in:
kittapath 2025-02-20 13:51:24 +07:00
parent e7f26048a5
commit 8e8a259295
4 changed files with 20 additions and 38 deletions

View file

@ -48,7 +48,7 @@ import { setLogDataDiff } from "../interfaces/utils";
HttpStatusCode.INTERNAL_SERVER_ERROR,
"เกิดข้อผิดพลาด ไม่สามารถแสดงรายการได้ กรุณาลองใหม่ในภายหลัง",
)
export class EmployeePositionController extends Controller {
export class EmployeeTempPositionController extends Controller {
private employeePosDictRepository = AppDataSource.getRepository(EmployeePosDict);
private employeePosTypeRepository = AppDataSource.getRepository(EmployeePosType);
private employeePosLevelRepository = AppDataSource.getRepository(EmployeePosLevel);