order env

This commit is contained in:
Samandar Turgunboyev
2026-02-04 09:28:00 +05:00
parent 8a4682212f
commit 4d22e3441c
3 changed files with 3 additions and 5 deletions

View File

@@ -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;