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
//------------------------------------------------------------------------------
// <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 DocumentNo
    {
        public int OID { get; set; }
        public string ClientID { get; set; }
        public string Catalog { get; set; }
        public string TypeCode { get; set; }
        public string UDKey1 { get; set; }
        public string UDKey2 { get; set; }
        public string UDKey3 { get; set; }
        public string UDKey4 { get; set; }
        public string UDKey5 { get; set; }
        public string UDKey6 { get; set; }
        public string UDKey7 { get; set; }
        public string UDKey8 { get; set; }
        public string UDKey9 { get; set; }
        public string UDKey10 { get; set; }
        public string NextNumber { get; set; }
        public string LockInfo { get; set; }
        public Nullable<int> IsDeleted { get; set; }
        public Nullable<System.DateTime> CreateDate { get; set; }
        public string CreateUser { get; set; }
        public Nullable<System.DateTime> ModifiedDate { get; set; }
        public string ModifiedUser { get; set; }
    }
}