diff --git a/wb/products.proto b/wb/products.proto index 8440751..f73e59f 100644 --- a/wb/products.proto +++ b/wb/products.proto @@ -27,10 +27,10 @@ message Product { string big = 1; } message Dimensions { -// int64 length = 1; - int64 width = 1; - float weightBrutto = 2; - bool isValid = 3; + int64 length = 1; + int64 width = 2; + float weightBrutto = 3; + bool isValid = 4; } int64 nmID = 1; int64 subjectID = 2;