安灯修改中

This commit is contained in:
quowingwang
2025-12-19 15:22:41 +08:00
parent 019e11b1c8
commit 11a012035e
6 changed files with 149 additions and 151 deletions

View File

@@ -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>