delete
@SuccessResponse(HttpStatusCode.OK, "สำเร็จ")
This commit is contained in:
parent
f51adcc8cb
commit
ce5c56bfca
33 changed files with 22 additions and 55 deletions
|
|
@ -37,7 +37,6 @@ import { setLogDataDiff } from "../interfaces/utils";
|
|||
HttpStatusCode.INTERNAL_SERVER_ERROR,
|
||||
"เกิดข้อผิดพลาด ไม่สามารถแสดงรายการได้ กรุณาลองใหม่ในภายหลัง",
|
||||
)
|
||||
@SuccessResponse(HttpStatusCode.OK, "สำเร็จ")
|
||||
export class OrgChild3Controller {
|
||||
private orgRootRepository = AppDataSource.getRepository(OrgRoot);
|
||||
private child2Repository = AppDataSource.getRepository(OrgChild2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue