Template สำหรับลงในตำแหน่ง/เงินเดือน

This commit is contained in:
kittapath 2024-09-16 10:06:18 +07:00
parent 40440ca250
commit 9d755fc8ff
5 changed files with 285 additions and 18 deletions

View file

@ -1,21 +1,4 @@
import {
Controller,
Get,
Post,
Put,
Delete,
Patch,
Route,
Security,
Tags,
Body,
Path,
Request,
Example,
SuccessResponse,
Response,
Query,
} from "tsoa";
import { Controller, Get, Route, Security, Tags, SuccessResponse, Response } from "tsoa";
import { AppDataSource } from "../database/data-source";
import HttpSuccess from "../interfaces/http-success";
import HttpStatusCode from "../interfaces/http-status";