Template สำหรับลงในตำแหน่ง/เงินเดือน
This commit is contained in:
parent
40440ca250
commit
9d755fc8ff
5 changed files with 285 additions and 18 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue