//------------------------------------------------------------------------------
//
// 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 TblDebtorConsoftTakeonValue
{
public System.Guid Oid { get; set; }
public string MembershipNumber { get; set; }
public Nullable AccountType { 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 OptimisticLockField { get; set; }
public Nullable GCRecord { get; set; }
}
}