//------------------------------------------------------------------------------
//
// 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 DocumentNoTemplate
{
public int OID { get; set; }
public string ClientID { get; set; }
public string TypeCode { get; set; }
public string Catalog { get; set; }
public string Model { get; set; }
public string LockInfo { get; set; }
public string IsDeleted { get; set; }
public string CreateUser { get; set; }
public Nullable CreateDate { get; set; }
public string LastMaintUser { get; set; }
public Nullable LastMaintDate { get; set; }
}
}