安灯修改中
This commit is contained in:
@@ -20,17 +20,11 @@ namespace ZR.Model.MES.andon
|
||||
public string LevelName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 三色灯颜色(红色/黄色/绿色)
|
||||
/// 三色灯颜色(红色/黄色)
|
||||
/// </summary>
|
||||
[SugarColumn(ColumnName = "light_color")]
|
||||
public string LightColor { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 处理时限(分钟)
|
||||
/// </summary>
|
||||
[SugarColumn(ColumnName = "handle_timeout")]
|
||||
public int? HandleTimeout { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 适用场景
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user