Fix an error in PatchPurchaseProductQuantityDto.cs
This commit is contained in:
@@ -4,8 +4,4 @@ public class PatchPurchaseProductQuantityDto
|
|||||||
{
|
{
|
||||||
public int Id { get; set; }
|
public int Id { get; set; }
|
||||||
public int Quantity { get; set; }
|
public int Quantity { get; set; }
|
||||||
|
|
||||||
public int ProductId { get; set; }
|
|
||||||
|
|
||||||
public int PurchaseOrderId { get; set; }
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user