12345678910111213141516171819202122232425262728293031 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // 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.
- // </auto-generated>
- //------------------------------------------------------------------------------
-
- 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<System.DateTime> TranDate { get; set; }
- public string TranType { get; set; }
- public Nullable<int> RecNO { get; set; }
- public string combinedkey { get; set; }
- public Nullable<decimal> AmountRec { get; set; }
- public Nullable<decimal> BalanceAmount { get; set; }
- public Nullable<int> BankNumber { get; set; }
- public Nullable<int> OptimisticLockField { get; set; }
- public Nullable<int> GCRecord { get; set; }
- }
- }
|