windturbine.cs 1.2 KB

1234567891011121314151617181920212223242526272829303132
  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 windturbine
  14. {
  15. public string ID { get; set; }
  16. public string CODE { get; set; }
  17. public string WINDPOWERSTATIONID { get; set; }
  18. public Nullable<float> LONGITUDE { get; set; }
  19. public Nullable<float> LATITUDE { get; set; }
  20. public string MODELID { get; set; }
  21. public string STATUS { get; set; }
  22. public string PROJECTID { get; set; }
  23. public string LINEID { get; set; }
  24. public string FIRSTINTEGRATEDTIME { get; set; }
  25. public string PHOTO { get; set; }
  26. public string NAME { get; set; }
  27. public string STANDARDID { get; set; }
  28. public Nullable<int> GYCP_ID { get; set; }
  29. }
  30. }