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