Deleted date of delivery note dto
This commit is contained in:
@@ -3,8 +3,6 @@ namespace PyroFetes.DTO.DeliveryNote.Request;
|
||||
public class CreateDeliveryNoteDto
|
||||
{
|
||||
public string? TrackingNumber { get; set; }
|
||||
public DateOnly EstimateDeliveryDate { get; set; }
|
||||
public DateOnly ExpeditionDate { get; set; }
|
||||
|
||||
public int DelivererId { get; set; }
|
||||
public int SupplierId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user