Reference issue / feat
This commit is contained in:
parent
21fb1d5f09
commit
4f52302662
1 changed files with 3 additions and 3 deletions
|
|
@ -30,7 +30,7 @@ export class DocumentController extends Controller {
|
|||
/**
|
||||
* @example id "00000000-0000-0000-0000-000000000000"
|
||||
*
|
||||
* @summary ข้อมูลเอกสารทั้ง
|
||||
* @summary SLR_015 - รายการเอกสารอ้างอิงผังเงินเดือน
|
||||
*/
|
||||
@Get("{id}")
|
||||
@SuccessResponse(200, "สำเร็จ")
|
||||
|
|
@ -109,7 +109,7 @@ export class DocumentController extends Controller {
|
|||
*
|
||||
* @example id "00000000-0000-0000-0000-000000000000"
|
||||
*
|
||||
* @summary ร้องขอการอัปโหลดเอกสาร
|
||||
* @summary SLR_013 - เพิ่มเอกสารอ้างอิงผังเงินเดือน
|
||||
*/
|
||||
@Post("{id}")
|
||||
@Example([
|
||||
|
|
@ -266,7 +266,7 @@ export class DocumentController extends Controller {
|
|||
* @example id "00000000-0000-0000-0000-000000000000"
|
||||
* @example file "เอกสาร 1.docx"
|
||||
*
|
||||
* @summary ลบไฟล์ของ id นั้นๆ
|
||||
* @summary SLR_014 - ลบเอกสารอ้างอิงผังเงินเดือน
|
||||
*/
|
||||
@Delete("{id}/{file}")
|
||||
public async deleteFile(@Path() id: string, @Path() file: string) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue