Add user full name and national code to order responses

This commit is contained in:
masoodafar-web
2025-11-27 18:21:17 +03:30
parent 32b7cb3238
commit c011645433
5 changed files with 80 additions and 6 deletions

View File

@@ -130,6 +130,9 @@ message GetUserOrderResponse
}
google.protobuf.StringValue tracking_code = 13;
google.protobuf.StringValue delivery_description = 14;
// نام کامل و کدملی کاربر
google.protobuf.StringValue user_full_name = 15;
google.protobuf.StringValue user_national_code = 16;
}
message GetUserOrderResponseFactorDetail
{
@@ -200,6 +203,9 @@ message GetAllUserOrderByFilterResponseModel
}
google.protobuf.StringValue tracking_code = 13;
google.protobuf.StringValue delivery_description = 14;
// نام کامل و کدملی کاربر
google.protobuf.StringValue user_full_name = 15;
google.protobuf.StringValue user_national_code = 16;
}
message GetAllUserOrderByFilterResponseModelFactorDetail
{