refactor: rename prestataire to constructeur
This commit is contained in:
@@ -13,7 +13,7 @@ export class CreateMachineDto {
|
||||
|
||||
@IsOptional()
|
||||
@IsString()
|
||||
prestataire?: string;
|
||||
constructeur?: string;
|
||||
|
||||
@IsOptional()
|
||||
@IsDecimal()
|
||||
@@ -39,7 +39,7 @@ export class UpdateMachineDto {
|
||||
|
||||
@IsOptional()
|
||||
@IsString()
|
||||
prestataire?: string;
|
||||
constructeur?: string;
|
||||
|
||||
@IsOptional()
|
||||
@IsDecimal()
|
||||
@@ -52,4 +52,4 @@ export class UpdateMachineDto {
|
||||
@IsOptional()
|
||||
@IsString()
|
||||
typeMachineId?: string;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user