20240331 质量月报

This commit is contained in:
2024-03-31 01:12:53 +08:00
parent 1791d28bde
commit 4aa229ef1f
54 changed files with 6959 additions and 1709 deletions
+10
View File
@@ -86,5 +86,15 @@ namespace Model
get { return totalOneOKRate; }
set { totalOneOKRate = value; }
}
private string id;
/// <summary>
///
/// </summary>
public string Id
{
get { return id; }
set { id = value; }
}
}
}