ajout du niveau d'experience

This commit is contained in:
2026-06-11 11:06:59 +02:00
parent b0555d944b
commit e1a71ce248
10 changed files with 11 additions and 3 deletions
@@ -13,5 +13,6 @@ export interface GetHistoryOfApprovalDto {
id?: number;
deliveryDate?: string;
expirationDate?: string;
staffId?: number;
}