//------------------------------------------------------------------------------ // // 此代码已从模板生成。 // // 手动更改此文件可能导致应用程序出现意外的行为。 // 如果重新生成代码,将覆盖对此文件的手动更改。 // //------------------------------------------------------------------------------ namespace sbcLabSystem.Import { using System; using System.Collections.Generic; public partial class Lab { public int ID { get; set; } public string LabName { get; set; } public string LabCode { get; set; } public string LabLoginName { get; set; } public string LabLoginPassword { get; set; } public string OrganizationName { get; set; } public string Address { get; set; } public string City { get; set; } public string PostCode { get; set; } public string PrincipalName { get; set; } public string PrincipalTelephone { get; set; } public string PrincipalFax { get; set; } public string PrincipalMobilephone { get; set; } public string PrincipalEmail { get; set; } public string OperatorName { get; set; } public string OperatorTelephone { get; set; } public string OperatorFax { get; set; } public string OperatorMobilephone { get; set; } public string OperatorEmail { get; set; } public string Remarks { get; set; } public System.DateTime DateCreated { get; set; } public byte IsAvailable { get; set; } } }