@SuccessResponse(HttpStatusCode.OK, "สำเร็จ")
This commit is contained in:
kittapath 2024-10-18 10:00:53 +07:00
parent f51adcc8cb
commit ce5c56bfca
33 changed files with 22 additions and 55 deletions

View file

@ -33,7 +33,6 @@ import { EmployeePosDict } from "../entities/EmployeePosDict";
HttpStatusCode.INTERNAL_SERVER_ERROR,
"เกิดข้อผิดพลาด ไม่สามารถแสดงรายการได้ กรุณาลองใหม่ในภายหลัง",
)
@SuccessResponse(HttpStatusCode.OK, "สำเร็จ")
export class EmployeePosLevelController extends Controller {
private employeePosDictRepository = AppDataSource.getRepository(EmployeePosDict);
private employeePosTypeRepository = AppDataSource.getRepository(EmployeePosType);