refactor: rename prestataire to constructeur

This commit is contained in:
Matthieu
2025-09-17 08:50:07 +02:00
parent 4d2d552391
commit e8aeaf98e9
36 changed files with 796 additions and 783 deletions

View File

@@ -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;