control_log.cs 1.4 KB

12345678910111213141516171819202122232425262728293031323334
  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 control_log
  14. {
  15. public int id { get; set; }
  16. public string windturbine_id { get; set; }
  17. public string model_id { get; set; }
  18. public string station_id { get; set; }
  19. public Nullable<int> control_type { get; set; }
  20. public Nullable<int> cmd_id { get; set; }
  21. public Nullable<double> cmd_value { get; set; }
  22. public Nullable<int> control_user_id { get; set; }
  23. public Nullable<System.DateTime> send_control_time { get; set; }
  24. public string send_control_error_info { get; set; }
  25. public Nullable<bool> is_send_control_success { get; set; }
  26. public Nullable<System.DateTime> send_reset_time { get; set; }
  27. public string send_reset_error_info { get; set; }
  28. public Nullable<bool> is_send_reset_success { get; set; }
  29. public Nullable<bool> is_send_over { get; set; }
  30. public string control_info { get; set; }
  31. }
  32. }