Update proto definitions

This commit is contained in:
2025-05-26 05:09:38 +03:00
parent 564a579309
commit c45adaec4d

View File

@@ -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;
} }
} }