Update README.md
This commit is contained in:
parent
3f9b72c3ce
commit
359cff7dfb
@ -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; }
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user