forked from sanchezvem/PyroFetes
09/10
This commit is contained in:
10
PyroFetes/DTO/Material/Response/GetMaterialDto.cs
Normal file
10
PyroFetes/DTO/Material/Response/GetMaterialDto.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace PyroFetes.DTO.Material.Response;
|
||||
|
||||
public class GetMaterialDto
|
||||
{
|
||||
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