Wonky.Client/Wonky.Entity/DTO/ESalesHeadListView.cs
2023-07-22 17:39:35 +02:00

10 lines
No EOL
303 B
C#

namespace Wonky.Entity.DTO;
public class ESalesHeadListView
{
public string SalesHeadId { get; set; } = "";
public string ReferenceNumber { get; set; } = "";
public string YourRef { get; set; } = "";
public bool Closed { get; set; }
public string OrderDate { get; set; } = "";
}