//------------------------------------------------------------------------------
//
// 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.
//
//------------------------------------------------------------------------------
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 IsDeleted { get; set; }
public Nullable CreateDate { get; set; }
public string CreateUser { get; set; }
public Nullable ModifiedDate { get; set; }
public string ModifiedUser { get; set; }
}
}