edit path
This commit is contained in:
parent
e7f26048a5
commit
8e8a259295
4 changed files with 20 additions and 38 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue