This commit is contained in:
@@ -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; }
|
||||||
|
|||||||
Reference in New Issue
Block a user