Add CategoryId filter to product query and proto

This commit is contained in:
masoodafar-web
2025-11-28 11:00:36 +03:30
parent ce2bf3f1f0
commit a3c7033d95
4 changed files with 5 additions and 1 deletions

View File

@@ -130,6 +130,7 @@ message GetAllProductsByFilterFilter
google.protobuf.Int32Value sale_count = 11;
google.protobuf.Int32Value view_count = 12;
google.protobuf.Int32Value remaining_count = 13;
google.protobuf.Int64Value category_id = 14;
}
message GetAllProductsByFilterResponse
{