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
//------------------------------------------------------------------------------
// <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 PieChart2
    {
        public string MsgID { get; set; }
        public string MsgNo { get; set; }
        public Nullable<int> MID { get; set; }
        public string UnitName { get; set; }
        public string CateName { get; set; }
        public string CateID { get; set; }
        public Nullable<int> IsActived { get; set; }
        public Nullable<System.DateTime> CreatedDate { get; set; }
        public Nullable<System.DateTime> AllowedDate { get; set; }
        public string UnitID { get; set; }
        public string currentProsID { get; set; }
        public string parentProsID { get; set; }
        public string FromUnit { get; set; }
        public string ToUser { get; set; }
        public Nullable<int> DispatchedNum { get; set; }
        public Nullable<int> FinishedNum { get; set; }
        public Nullable<int> MsgState { 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 string ReserveField01 { get; set; }
        public Nullable<int> IsMaster { get; set; }
        public Nullable<int> IsAssembled { get; set; }
        public string ToUnit { get; set; }
        public string maqa0 { get; set; }
        public string maqa1 { get; set; }
        public Nullable<System.DateTime> LastMaintDate { get; set; }
        public string maqa2 { get; set; }
        public string maqa3 { get; set; }
    }
}