This commit is contained in:
2022-07-08 22:41:03 +00:00
parent b1fc5223e2
commit f03f94c097

View File

@@ -6,9 +6,9 @@ namespace AyaNova.Models
public class WorkOrderAccountingListItem public class WorkOrderAccountingListItem
{ {
public long Id { get; set; } public long Id { get; set; }
public long CustomerId; public long CustomerId { get; set; }
public string CustomerName; public string CustomerName { get; set; }
public string WorkorderStatusName; public string WorkorderStatusName { get; set; }
public long Serial { get; set; } public long Serial { get; set; }
public DateTime? ServiceDate { get; set; } public DateTime? ServiceDate { get; set; }
public string Color { get; set; } public string Color { get; set; }