test
This commit is contained in:
parent
b7f7b907bf
commit
a8f7554302
1 changed files with 1 additions and 1 deletions
|
|
@ -3776,7 +3776,7 @@ export class CommandController extends Controller {
|
||||||
public async newSalaryEmployeeAndUpdateCurrent(
|
public async newSalaryEmployeeAndUpdateCurrent(
|
||||||
@Request() req: RequestWithUser,
|
@Request() req: RequestWithUser,
|
||||||
@Body()
|
@Body()
|
||||||
body: {
|
body: {
|
||||||
data: {
|
data: {
|
||||||
profileId: string;
|
profileId: string;
|
||||||
amount?: Double | null;
|
amount?: Double | null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue