Add user full name and national code to order responses
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user