isReserve ว่างได้

This commit is contained in:
Kittapath 2024-03-07 16:17:33 +07:00
parent 93d4ffa7a6
commit 24744f7f32
3 changed files with 28 additions and 8 deletions

View file

@ -668,10 +668,10 @@ export class SalaryPeriodController extends Controller {
@Path() id: string,
@Body()
body: {
isPunish: boolean;
isSuspension: boolean;
isAbsent: boolean;
isLeave: boolean;
isPunish: any;
isSuspension: any;
isAbsent: any;
isLeave: any;
},
@Request() request: { user: Record<string, any> },
) {