no message

This commit is contained in:
kittapath 2024-10-24 10:55:58 +07:00
parent 6d1b908c8c
commit 1572c5206c

View file

@ -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()