forked from sanchezvem/PyroFetes
Actualiser PyroFetes/DTO/Material/Request/UpdateMaterialDto.cs
This commit is contained in:
@@ -5,4 +5,6 @@ public class UpdateMaterialDto
|
||||
public int Id { get; set; }
|
||||
public string? Label { get; set; }
|
||||
public int Quantity { get; set; }
|
||||
public int WarehouseId {get; set;}
|
||||
|
||||
}
|
Reference in New Issue
Block a user