//------------------------------------------------------------------------------ // // 此代码是根据模板生成的。 // // 手动更改此文件可能会导致应用程序中发生异常行为。 // 如果重新生成代码,则将覆盖对此文件的手动更改。 // //------------------------------------------------------------------------------ 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 control_type { get; set; } public Nullable cmd_id { get; set; } public Nullable cmd_value { get; set; } public Nullable control_user_id { get; set; } public Nullable send_control_time { get; set; } public string send_control_error_info { get; set; } public Nullable is_send_control_success { get; set; } public Nullable send_reset_time { get; set; } public string send_reset_error_info { get; set; } public Nullable is_send_reset_success { get; set; } public Nullable is_send_over { get; set; } public string control_info { get; set; } } }