feat : ajout d'une colonne montant dans les Frais employé
This commit is contained in:
@@ -2,6 +2,7 @@ export type MileageAllowance = {
|
||||
id: number
|
||||
month: string
|
||||
kilometers: number
|
||||
amount: number
|
||||
comment: string | null
|
||||
receiptPath: string | null
|
||||
receiptName: string | null
|
||||
|
||||
Reference in New Issue
Block a user