Crm_CustomerCompany.cs 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码已从模板生成。
  4. //
  5. // 手动更改此文件可能导致应用程序出现意外的行为。
  6. // 如果重新生成代码,将覆盖对此文件的手动更改。
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. namespace travelExport
  10. {
  11. using System;
  12. using System.Collections.Generic;
  13. public partial class Crm_CustomerCompany
  14. {
  15. public int Id { get; set; }
  16. public string CompanyAbbreviation { get; set; }
  17. public string CompanyFullName { get; set; }
  18. public string Address { get; set; }
  19. public string PostCodes { get; set; }
  20. public Nullable<int> LastedOpUserId { get; set; }
  21. public Nullable<System.DateTime> LastedOpDt { get; set; }
  22. public Nullable<int> CreateUserId { get; set; }
  23. public Nullable<System.DateTime> CreateTime { get; set; }
  24. public Nullable<int> DeleteUserId { get; set; }
  25. public string DeleteTime { get; set; }
  26. public string Remark { get; set; }
  27. public Nullable<int> IsDel { get; set; }
  28. }
  29. }