This commit is contained in:
2022-06-18 03:04:48 +00:00
parent aec5029993
commit 8b40faea04
5 changed files with 101 additions and 103 deletions

View File

@@ -8,7 +8,8 @@ namespace AyaNovaQBI
{
internal class InvoiceableItem
{
public string Status { get; set; }
public string Customer { get; set; }
public string Status { get; set; }
public string ServiceNumber { get; set; }
public string ServiceDate { get; set; }
public string Project { get; set; }