control_info.cs 1.5 KB

1234567891011121314151617181920212223242526272829303132333435
  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_info
  14. {
  15. public int id { get; set; }
  16. public Nullable<int> type { get; set; }
  17. public Nullable<System.DateTime> time { get; set; }
  18. public Nullable<System.DateTime> success_time { get; set; }
  19. public Nullable<int> user_id { get; set; }
  20. public string windturbine_id { get; set; }
  21. public string control_description { get; set; }
  22. public Nullable<System.DateTime> cmd_success_time { get; set; }
  23. public Nullable<int> cmd_id { get; set; }
  24. public string cmd_value { get; set; }
  25. public Nullable<System.DateTime> send_control_time { get; set; }
  26. public Nullable<bool> send_control_success { get; set; }
  27. public string control_errors_code { get; set; }
  28. public Nullable<System.DateTime> send_rest_time { get; set; }
  29. public Nullable<bool> send_rest_success { get; set; }
  30. public string reset_errors_code { get; set; }
  31. public Nullable<bool> is_success { get; set; }
  32. }
  33. }