12345678910111213141516171819202122232425262728293031323334 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // 此代码是根据模板生成的。
- //
- // 手动更改此文件可能会导致应用程序中发生异常行为。
- // 如果重新生成代码,则将覆盖对此文件的手动更改。
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace EntityDataSet
- {
- using System;
- using System.Collections.Generic;
-
- public partial class control_log
- {
- public int id { get; set; }
- public string windturbine_id { get; set; }
- public string model_id { get; set; }
- public string station_id { get; set; }
- public Nullable<int> control_type { get; set; }
- public Nullable<int> cmd_id { get; set; }
- public Nullable<double> cmd_value { get; set; }
- public Nullable<int> control_user_id { get; set; }
- public Nullable<System.DateTime> send_control_time { get; set; }
- public string send_control_error_info { get; set; }
- public Nullable<bool> is_send_control_success { get; set; }
- public Nullable<System.DateTime> send_reset_time { get; set; }
- public string send_reset_error_info { get; set; }
- public Nullable<bool> is_send_reset_success { get; set; }
- public Nullable<bool> is_send_over { get; set; }
- public string control_info { get; set; }
- }
- }
|