From 359cff7dfb867dad5110272d126cfe5e7f37a987 Mon Sep 17 00:00:00 2001 From: Stoyan Zlatev Date: Fri, 22 Mar 2024 10:42:09 +0000 Subject: [PATCH] Update README.md --- LaaProductionWeb/README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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; } } ```