Cleanup startup
This commit is contained in:
8
src/Imprink.Application/Dtos/Orders/ShippingStatusDto.cs
Normal file
8
src/Imprink.Application/Dtos/Orders/ShippingStatusDto.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Imprink.Application.Dtos;
|
||||
|
||||
public class ShippingStatusDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; } = null!;
|
||||
public string? Description { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user