//------------------------------------------------------------------------------ // // 此代码已从模板生成。 // // 手动更改此文件可能导致应用程序出现意外的行为。 // 如果重新生成代码,将覆盖对此文件的手动更改。 // //------------------------------------------------------------------------------ namespace sbcLabSystem.Import { using System; using System.Collections.Generic; public partial class EQARead { public int ID { get; set; } public int DistributionID { get; set; } public int ProjectID { get; set; } public decimal StandardDeviation { get; set; } public decimal Average { get; set; } public decimal Z1 { get; set; } public decimal Z2 { get; set; } public decimal Z3 { get; set; } public int Excellent { get; set; } public int Normal { get; set; } public int Failure { get; set; } public System.DateTime CreateDate { get; set; } public System.DateTime UpdateDate { get; set; } public int AdminID { get; set; } } }