add labels
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-30 03:03:39 +07:00
parent 59e60c4be1
commit 4335d14090
5 changed files with 304 additions and 201 deletions
+5
View File
@@ -84,6 +84,7 @@ message Product {
repeated Variant variants = 10;
repeated Characteristic characteristics = 11;
int64 category = 12;
repeated Label labels = 13;
}
message GroupedProduct {
@@ -107,6 +108,10 @@ message Characteristic {
string value = 2;
}
message Label {
string name = 1;
}
message GetProductReq {
int64 id = 1;
}