Basic ERD diagram of PV Database
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

TblRawSalesCommData.cs 2.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated from a template.
  4. //
  5. // Manual changes to this file may cause unexpected behavior in your application.
  6. // Manual changes to this file will be overwritten if the code is regenerated.
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. namespace ERD
  10. {
  11. using System;
  12. using System.Collections.Generic;
  13. public partial class TblRawSalesCommData
  14. {
  15. public int OID { get; set; }
  16. public string Company { get; set; }
  17. public Nullable<int> SalesConsultant { get; set; }
  18. public string GroupCode { get; set; }
  19. public string AccountNumber { get; set; }
  20. public string CustomerSurname { get; set; }
  21. public Nullable<short> Units { get; set; }
  22. public Nullable<double> Price { get; set; }
  23. public Nullable<System.DateTime> DateCaptured { get; set; }
  24. public Nullable<System.DateTime> DateWritten { get; set; }
  25. public string ContractStatus { get; set; }
  26. public string St1 { get; set; }
  27. public string St2 { get; set; }
  28. public string ContractNumber { get; set; }
  29. public string StdAddendum { get; set; }
  30. public string CFlag { get; set; }
  31. public Nullable<System.DateTime> InstalmentDate { get; set; }
  32. public Nullable<System.DateTime> InterestPayable { get; set; }
  33. public string Developer { get; set; }
  34. public Nullable<double> Deposit { get; set; }
  35. public Nullable<double> Add1 { get; set; }
  36. public Nullable<double> Add2 { get; set; }
  37. public Nullable<double> Add3 { get; set; }
  38. public string UniqueNo { get; set; }
  39. public Nullable<int> SalesPeriod { get; set; }
  40. public Nullable<bool> FourPercentComm { get; set; }
  41. public Nullable<int> SalesManager { get; set; }
  42. public string AgentName { get; set; }
  43. public Nullable<short> ContractPeriod { get; set; }
  44. public Nullable<int> OptimisticLockField { get; set; }
  45. public Nullable<int> GCRecord { get; set; }
  46. public virtual TblPersonnel TblPersonnel { get; set; }
  47. public virtual TblPersonnel TblPersonnel1 { get; set; }
  48. }
  49. }