Update proto definitions
This commit is contained in:
@@ -29,8 +29,9 @@ message Product {
|
||||
message Dimensions {
|
||||
int64 length = 1;
|
||||
int64 width = 2;
|
||||
float weightBrutto = 3;
|
||||
bool isValid = 4;
|
||||
int64 height = 3;
|
||||
float weightBrutto = 4;
|
||||
bool isValid = 5;
|
||||
}
|
||||
|
||||
int64 nmID = 1;
|
||||
|
||||
Reference in New Issue
Block a user