This commit is contained in:
@@ -6,9 +6,9 @@ namespace AyaNova.Models
|
||||
public class WorkOrderAccountingListItem
|
||||
{
|
||||
public long Id { get; set; }
|
||||
public long CustomerId;
|
||||
public string CustomerName;
|
||||
public string WorkorderStatusName;
|
||||
public long CustomerId { get; set; }
|
||||
public string CustomerName { get; set; }
|
||||
public string WorkorderStatusName { get; set; }
|
||||
public long Serial { get; set; }
|
||||
public DateTime? ServiceDate { get; set; }
|
||||
public string Color { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user