refactor: rename prestataire to constructeur
This commit is contained in:
4
dist/shared/dto/machine.dto.d.ts
vendored
4
dist/shared/dto/machine.dto.d.ts
vendored
@@ -2,7 +2,7 @@ export declare class CreateMachineDto {
|
||||
name: string;
|
||||
siteId: string;
|
||||
reference?: string;
|
||||
prestataire?: string;
|
||||
constructeur?: string;
|
||||
prix?: string;
|
||||
emplacement?: string;
|
||||
typeMachineId?: string;
|
||||
@@ -10,7 +10,7 @@ export declare class CreateMachineDto {
|
||||
export declare class UpdateMachineDto {
|
||||
name?: string;
|
||||
reference?: string;
|
||||
prestataire?: string;
|
||||
constructeur?: string;
|
||||
prix?: string;
|
||||
emplacement?: string;
|
||||
typeMachineId?: string;
|
||||
|
||||
Reference in New Issue
Block a user