Update README.md

This commit is contained in:
Stoyan Zlatev 2024-03-22 10:42:09 +00:00
parent 3f9b72c3ce
commit 359cff7dfb

View File

@ -26,6 +26,8 @@ then type your search string, the search is processed against serial numbers, pc
public int PcbId { get; set; }
public DateTime? AddDate { get; set; }
public int? RequirementId { get; set; }
public Status RequirementChecked { get; set; }
@ -50,11 +52,7 @@ then type your search string, the search is processed against serial numbers, pc
public DateTime? CompleteDate { get; set; }
public string CompleteHost { get; set; }
public DateTime? AddDate { get; set; }
public string AddHost { get; set; }
public string EditedBy { get; set; }
}
```