Update proto definitions
This commit is contained in:
@@ -32,7 +32,7 @@ message Product {
|
|||||||
message Stock{
|
message Stock{
|
||||||
int64 present = 1;
|
int64 present = 1;
|
||||||
int64 reserved = 2;
|
int64 reserved = 2;
|
||||||
int64 sku = 3;
|
int64 SKU = 3;
|
||||||
string source = 4;
|
string source = 4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user