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
+11 -1
View File
@@ -70,5 +70,15 @@ namespace Model
get { return oKRate; }
set { oKRate = value; }
}
}
private string id;
/// <summary>
///
/// </summary>
public string Id
{
get { return id; }
set { id = value; }
}
}
}