Add delivery tracking fields to UserOrder entity
This commit is contained in:
@@ -25,6 +25,12 @@ public class GetUserOrderResponseDto
|
||||
public string? UserAddressText { get; set; }
|
||||
//
|
||||
public List<GetUserOrderResponseFactorDetail>? FactorDetails { get; set; }
|
||||
// وضعیت ارسال سفارش
|
||||
public DeliveryStatus DeliveryStatus { get; set; }
|
||||
// کد رهگیری مرسوله
|
||||
public string? TrackingCode { get; set; }
|
||||
// توضیحات ارسال
|
||||
public string? DeliveryDescription { get; set; }
|
||||
|
||||
}public class GetUserOrderResponseFactorDetail
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user