@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

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