windpowerstation.cs 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码是根据模板生成的。
  4. //
  5. // 手动更改此文件可能会导致应用程序中发生异常行为。
  6. // 如果重新生成代码,则将覆盖对此文件的手动更改。
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. namespace EntityDataSet
  10. {
  11. using System;
  12. using System.Collections.Generic;
  13. public partial class windpowerstation
  14. {
  15. public string ID { get; set; }
  16. public string CODE { get; set; }
  17. public string NAME { get; set; }
  18. public string ADDRESS { get; set; }
  19. public string TELEPHONE { get; set; }
  20. public Nullable<float> CAPACITY { get; set; }
  21. public string CAPACITYUNIT { get; set; }
  22. public Nullable<int> QUANTITY { get; set; }
  23. public string ANAME { get; set; }
  24. public Nullable<float> LONGITUDE { get; set; }
  25. public Nullable<float> LATITUDE { get; set; }
  26. public string PHOTO { get; set; }
  27. public string COMPANYID { get; set; }
  28. public string SYSTEMMANUFACT { get; set; }
  29. public string HEADFARM { get; set; }
  30. public string HEADFARMPHONE { get; set; }
  31. public string MODEL { get; set; }
  32. public Nullable<int> ORDERNUM { get; set; }
  33. public Nullable<float> ALTITUDE { get; set; }
  34. }
  35. }