เพิ่มpathผังเงินเดือนลูกจ้าง
This commit is contained in:
parent
87f29e22e9
commit
cf44eb68c9
2 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ import HttpStatusCode from "../interfaces/http-status";
|
||||||
import { SalaryRankEmployees } from "../entities/SalaryRankEmployees";
|
import { SalaryRankEmployees } from "../entities/SalaryRankEmployees";
|
||||||
import { randomUUID } from "crypto";
|
import { randomUUID } from "crypto";
|
||||||
|
|
||||||
@Route("api/v1/salary")
|
@Route("api/v1/salary/employee")
|
||||||
@Tags("Salary")
|
@Tags("Salary")
|
||||||
@Security("bearerAuth")
|
@Security("bearerAuth")
|
||||||
export class Salary extends Controller {
|
export class Salary extends Controller {
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ import {
|
||||||
UpdateSalaryRankEmployee,
|
UpdateSalaryRankEmployee,
|
||||||
} from "../entities/SalaryRankEmployees";
|
} from "../entities/SalaryRankEmployees";
|
||||||
import { Salarys } from "../entities/Salarys";
|
import { Salarys } from "../entities/Salarys";
|
||||||
@Route("api/v1/salary/rate")
|
@Route("api/v1/salary/rate/employee")
|
||||||
@Tags("SalaryRankEmployee")
|
@Tags("SalaryRankEmployee")
|
||||||
@Security("bearerAuth")
|
@Security("bearerAuth")
|
||||||
@Response(
|
@Response(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue