//------------------------------------------------------------------------------
//
// 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 ERD
{
using System;
using System.Collections.Generic;
public partial class TblDebtorNote
{
public int OID { get; set; }
public Nullable TblDebtor { get; set; }
public Nullable MessageCode { get; set; }
public string Comments { get; set; }
public Nullable DateCreated { get; set; }
public string CreatedBy { get; set; }
public Nullable OptimisticLockField { get; set; }
public Nullable GCRecord { get; set; }
public Nullable MessageNo { get; set; }
public string Category { get; set; }
public string Company { get; set; }
public string Account { get; set; }
public string MsgType { get; set; }
public string MessageCat { get; set; }
public Nullable MessageId { get; set; }
public Nullable MessageDate { get; set; }
public string MessageText { get; set; }
public Nullable Amount { get; set; }
public Nullable ActionDate { get; set; }
public string User { get; set; }
public string LetterIndicator { get; set; }
public string Posted { get; set; }
public string Deleted { get; set; }
public virtual TblDebtor TblDebtor1 { get; set; }
public virtual TblMessageCode TblMessageCode { get; set; }
}
}