WIP: allocate landed cost.

This commit is contained in:
a.bouhuolia
2021-07-24 03:46:25 +02:00
parent ca48dac75d
commit 504b380da6
5 changed files with 69 additions and 19 deletions

View File

@@ -25,5 +25,6 @@ export interface IItemEntry {
export interface IItemEntryDTO {
id?: number,
itemId: number;
landedCost?: boolean;
}