songjun
2024-09-05 a3302fda10ff21ed3700be462ad560163ca13f14
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
//------------------------------------------------------------------------------
// <auto-generated>
//     此代码已从模板生成。
//
//     手动更改此文件可能导致应用程序出现意外的行为。
//     如果重新生成代码,将覆盖对此文件的手动更改。
// </auto-generated>
//------------------------------------------------------------------------------
 
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; }
    }
}