digicust_types 1.8.216 → 1.8.217
Sign up to get free protection for your applications and to get access to all the features.
@@ -63,6 +63,7 @@ export interface MaterialModel {
|
|
63
63
|
code?: Workflow<string>;
|
64
64
|
buyerArticleNumber?: Workflow<string>;
|
65
65
|
buyerOrderNumber?: Workflow<string>;
|
66
|
+
eanNumber?: Workflow<string>;
|
66
67
|
customsLaw?: {
|
67
68
|
customsTariffNumber?: CustomsTariffNumber & Workflow<any>;
|
68
69
|
procedure?: Workflow<string>;
|