yuanhung
2024-02-05 876ccb53468872e1156a9f93d4cb72af7fb49c8e
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated from a template.
//
//     Manual changes to this file may cause unexpected behavior in your application.
//     Manual changes to this file will be overwritten if the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
 
namespace MailQuery
{
    using System;
    using System.Collections.Generic;
    
    public partial class AssignToMail
    {
        public int OID { get; set; }
        public string MsgID { get; set; }
        public string MsgNo { get; set; }
        public string currentProsID { get; set; }
        public string parentProsID { get; set; }
        public string FromUnit { get; set; }
        public string ToUnit { get; set; }
        public string ToUser { get; set; }
        public Nullable<int> DispatchedNum { get; set; }
        public Nullable<int> FinishedNum { get; set; }
        public string Note { get; set; }
        public string Response { get; set; }
        public string AttachID { get; set; }
        public Nullable<int> Version { get; set; }
        public Nullable<int> MsgState { get; set; }
        public Nullable<int> PressCount { get; set; }
        public Nullable<System.DateTime> UpperRcvDate { get; set; }
        public Nullable<System.DateTime> UpperDspDate { get; set; }
        public Nullable<System.DateTime> SelfReceivedDate { get; set; }
        public Nullable<System.DateTime> SelfExpiredDate { get; set; }
        public Nullable<decimal> ExpiredDays { get; set; }
        public Nullable<System.DateTime> SelfDonedDate { get; set; }
        public Nullable<decimal> WorkDays { get; set; }
        public Nullable<System.DateTime> ClosedDate { get; set; }
        public Nullable<decimal> RootWorkDays { get; set; }
        public Nullable<decimal> SelfOverdueDays { get; set; }
        public Nullable<int> IsMaster { get; set; }
        public Nullable<int> IsAssembled { get; set; }
        public Nullable<int> IsApproved { get; set; }
        public Nullable<int> IsRejected { get; set; }
        public Nullable<int> IsExpired { get; set; }
        public Nullable<int> IsDeleted { get; set; }
        public Nullable<int> IsQueued { get; set; }
        public string ReserveField01 { get; set; }
        public string ReserveField02 { get; set; }
        public string NoReq { get; set; }
        public int Expr1 { get; set; }
        public string Expr2 { get; set; }
        public string Expr3 { get; set; }
        public Nullable<int> MID { get; set; }
        public string MailorAcct { get; set; }
        public string MailorDomain { get; set; }
        public string MsgSubject { get; set; }
        public string MsgContent { get; set; }
        public string Expr4 { get; set; }
        public string MsgAttr1 { get; set; }
        public string MsgAttr2 { get; set; }
        public string MsgAttr3 { get; set; }
        public string MsgAttr4 { get; set; }
        public string MsgAttr5 { get; set; }
        public Nullable<int> Expr5 { get; set; }
        public Nullable<int> IsSatSvy { get; set; }
        public Nullable<int> IsHaveRefMail { get; set; }
        public Nullable<System.DateTime> AllowedDate { get; set; }
        public Nullable<int> UniReply { get; set; }
        public string CreatedUser { get; set; }
        public Nullable<System.DateTime> CreatedDate { get; set; }
        public Nullable<System.DateTime> LastMaintUser { get; set; }
        public string LastMaintDate { get; set; }
        public string IdentityCatalog { get; set; }
        public string SatSvyKey { get; set; }
        public string MailorID { get; set; }
        public string MailorName { get; set; }
        public string IDNum { get; set; }
        public string Email { get; set; }
        public string AliasEmail { get; set; }
        public string MailorTel { get; set; }
        public string MailorAddr { get; set; }
        public Nullable<int> Mailcount { get; set; }
        public Nullable<int> Sex { get; set; }
        public string PostCode { get; set; }
        public string City { get; set; }
        public Nullable<int> edubackground { get; set; }
        public string Mailorfex { get; set; }
        public Nullable<int> Age { get; set; }
        public Nullable<int> Career { get; set; }
        public string Occupation { get; set; }
        public Nullable<byte> IsActived { get; set; }
        public string PowerNo { get; set; }
        public string FileCombinNo { get; set; }
        public string FileNo { get; set; }
        public string FileCancelReason { get; set; }
        public string FileCheckUnit { get; set; }
        public Nullable<System.DateTime> FileCheckDate { get; set; }
        public Nullable<System.DateTime> FileReceivedDate { get; set; }
        public string FileMajorUnit { get; set; }
        public string FileMajorID { get; set; }
        public string FileMajorUser { get; set; }
        public string FilePros { get; set; }
        public string StateCatalog { get; set; }
        public string UnitName { get; set; }
        public string CodeDesc { get; set; }
        public int CodeID { get; set; }
        public Nullable<int> IsStatement { get; set; }
        public Nullable<int> IsReAssign { get; set; }
        public Nullable<int> IsCancel { get; set; }
        public Nullable<int> IsCombin { get; set; }
        public string CateName { get; set; }
        public string MailClass { get; set; }
        public Nullable<int> IsSnReply { get; set; }
        public string SnToUnit { get; set; }
        public string MailState { get; set; }
        public string ReAssign { get; set; }
    }
}