order env
This commit is contained in:
@@ -55,7 +55,7 @@ export interface ProductDetail {
|
||||
litr: null | string;
|
||||
box_type_code: null | string;
|
||||
box_quant: null | string;
|
||||
groups: number[];
|
||||
groups: { id: number; name: string }[];
|
||||
state: 'A' | 'P';
|
||||
barcodes: string;
|
||||
article_code: null | string;
|
||||
|
||||
Reference in New Issue
Block a user