//------------------------------------------------------------------------------ // // 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 TblPreviousAgeing { public int OID { get; set; } public Nullable Debtor { get; set; } public Nullable Date { get; set; } public Nullable StatementPeriod { get; set; } public Nullable Balance { get; set; } public Nullable Current { get; set; } public Nullable Days30 { get; set; } public Nullable Days60 { get; set; } public Nullable Days90 { get; set; } public Nullable Days120 { get; set; } public Nullable Days150 { get; set; } public Nullable Days180 { get; set; } public Nullable Installment { get; set; } public Nullable Age { get; set; } public Nullable NowDue { get; set; } public Nullable OptimisticLockField { get; set; } public Nullable GCRecord { get; set; } public Nullable Capital { get; set; } public Nullable Fees { get; set; } public Nullable Interest { get; set; } public Nullable Instalment { get; set; } public Nullable CurrentAge { get; set; } public Nullable AmountDue { get; set; } public virtual TblDebtor TblDebtor { get; set; } } }