济宁李尔接口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
785 B

using System;
namespace DBModel
{
/// <summary>
/// IO_CONTROL_DEVICE_STATE实体类
/// </summary>
[Serializable]
public class IO_CONTROL_DEVICE_STATE
{
/// <summary>
///
/// </summary>
public int io_control_device_state_id { get; set; }
/// <summary>
///
/// </summary>
public int? io_control_device_code { get; set; }
/// <summary>
///
/// </summary>
public string io_control_device_state { get; set; }
/// <summary>
///
/// </summary>
public int? io_control_device_state_order { get; set; }
/// <summary>
///
/// </summary>
public string io_control_device_state_remark { get; set; }
}
}