no message
This commit is contained in:
parent
6d1b908c8c
commit
1572c5206c
1 changed files with 5 additions and 5 deletions
|
|
@ -6754,7 +6754,7 @@ export class ReportController extends Controller {
|
|||
*
|
||||
* @param {string} id Guid, *Id ผังเงินเดือน
|
||||
*/
|
||||
@Post("command/33/{id}")
|
||||
@Post("command/C-PM-33/{id}")
|
||||
async SalaryReport33Command(
|
||||
@Path() id: string,
|
||||
@Body()
|
||||
|
|
@ -6840,7 +6840,7 @@ export class ReportController extends Controller {
|
|||
*
|
||||
* @param {string} id Guid, *Id ผังเงินเดือน
|
||||
*/
|
||||
@Post("command/34/{id}")
|
||||
@Post("command/C-PM-34/{id}")
|
||||
async SalaryReport34Command(
|
||||
@Path() id: string,
|
||||
@Body()
|
||||
|
|
@ -6934,7 +6934,7 @@ export class ReportController extends Controller {
|
|||
*
|
||||
* @param {string} id Guid, *Id ผังเงินเดือน
|
||||
*/
|
||||
@Post("command/35/{id}")
|
||||
@Post("command/C-PM-35/{id}")
|
||||
async SalaryReport35Command(
|
||||
@Path() id: string,
|
||||
@Body()
|
||||
|
|
@ -7021,7 +7021,7 @@ export class ReportController extends Controller {
|
|||
*
|
||||
* @param {string} id Guid, *Id ผังเงินเดือน
|
||||
*/
|
||||
@Post("command/36/{id}")
|
||||
@Post("command/C-PM-36/{id}")
|
||||
async SalaryReport36Command(
|
||||
@Path() id: string,
|
||||
@Body()
|
||||
|
|
@ -7107,7 +7107,7 @@ export class ReportController extends Controller {
|
|||
*
|
||||
* @param {string} id Guid, *Id ผังเงินเดือน
|
||||
*/
|
||||
@Post("command/37/{id}")
|
||||
@Post("command/C-PM-37/{id}")
|
||||
async SalaryReport37Command(
|
||||
@Path() id: string,
|
||||
@Body()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue