//------------------------------------------------------------------------------ // // 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 TblLevyConsoftReceiptQuery { public int OID { get; set; } public string MemNO { get; set; } public string ContNo { get; set; } public string Description { get; set; } public Nullable TranDate { get; set; } public string TranType { get; set; } public Nullable RecNO { get; set; } public string combinedkey { get; set; } public Nullable AmountRec { get; set; } public Nullable BalanceAmount { get; set; } public Nullable BankNumber { get; set; } public Nullable OptimisticLockField { get; set; } public Nullable GCRecord { get; set; } } }