From 4774068c8dd85235ecbb13ef52022005b8321c8b Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 15 Jul 2025 23:31:44 +0300 Subject: [PATCH] Update proto definitions --- wb/products.proto | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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;