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
41
42
43
44
45
46
//------------------------------------------------------------------------------
// <auto-generated>
//     此代码已从模板生成。
//
//     手动更改此文件可能导致应用程序出现意外的行为。
//     如果重新生成代码,将覆盖对此文件的手动更改。
// </auto-generated>
//------------------------------------------------------------------------------
 
namespace sbcLabSystem.Import
{
    using System;
    using System.Collections.Generic;
    
    public partial class QCDistributionRegisterInfoes
    {
        public int Id { get; set; }
        public bool IsCharged { get; set; }
        public int QCDistributionId { get; set; }
        public int ProjectId { get; set; }
        public string SampleNo { get; set; }
        public bool IsSendEMS { get; set; }
        public string EMSNo { get; set; }
        public string PacketContent { get; set; }
        public string Remark { get; set; }
        public string ModifyUser { get; set; }
        public System.DateTime ModifyTime { get; set; }
        public int LabId { get; set; }
        public bool IsModified { get; set; }
        public bool IsSubmit { get; set; }
        public bool IsEnding { get; set; }
        public string AnswerJSON { get; set; }
        public Nullable<System.DateTime> SubmitTime { get; set; }
        public string SubmitUserNo { get; set; }
        public Nullable<System.DateTime> FirstTimeSubmitTime { get; set; }
        public Nullable<System.DateTime> LastPageModifyTime { get; set; }
        public string LetterNo { get; set; }
        public string ChargeRemark { get; set; }
        public Nullable<System.DateTime> ChargeTime { get; set; }
        public Nullable<System.DateTime> SendEMSTime { get; set; }
        public string Score_Detail { get; set; }
    
        public virtual QCDistributions QCDistributions { get; set; }
        public virtual UserRequestInfoes UserRequestInfoes { get; set; }
    }
}