Add code in Product interface

This commit is contained in:
Raimon Esteve 2018-06-22 14:33:15 +02:00
parent 9c3114c123
commit c9f3918514
1 changed files with 1 additions and 0 deletions

View File

@ -7,5 +7,6 @@ export interface Products {
id: number;
name: string;
rec_name: string;
code?: string;
codes_number?: string[];
}