diff --git a/LaaProductionWeb/README.md b/LaaProductionWeb/README.md index 3f90d708..79023c6e 100644 --- a/LaaProductionWeb/README.md +++ b/LaaProductionWeb/README.md @@ -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; } } ```