Add account_id in Operation.
This commit is contained in:
parent
75dc2afc80
commit
0a5a7e72e3
@ -6,4 +6,5 @@ export class Operation {
|
|||||||
label: string;
|
label: string;
|
||||||
value: number;
|
value: number;
|
||||||
category: string;
|
category: string;
|
||||||
|
account_id: number;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user