forked from sanchezvem/pyrofetes-backend
Refactor all code
This commit is contained in:
@@ -5,5 +5,4 @@ public class CreatePurchaseProductDto
|
||||
public int Quantity { get; set; }
|
||||
public int ProductId { get; set; }
|
||||
public int PurchaseOrderId { get; set; }
|
||||
public string? PurchaseOrderPurchaseConditions { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user