Update proto definitions
This commit is contained in:
@@ -27,10 +27,10 @@ message Product {
|
||||
string big = 1;
|
||||
}
|
||||
message Dimensions {
|
||||
int64 length = 1;
|
||||
int64 width = 2;
|
||||
float weightBrutto = 3;
|
||||
bool isValid = 4;
|
||||
// int64 length = 1;
|
||||
int64 width = 1;
|
||||
float weightBrutto = 2;
|
||||
bool isValid = 3;
|
||||
}
|
||||
int64 nmID = 1;
|
||||
int64 subjectID = 2;
|
||||
|
||||
Reference in New Issue
Block a user