区域下拉
This commit is contained in:
@@ -20,16 +20,11 @@ namespace ZR.Model.MES.andon
|
||||
public string LevelName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 三色灯颜色(红色/黄色)
|
||||
/// 报警时间
|
||||
/// </summary>
|
||||
[SugarColumn(ColumnName = "light_color")]
|
||||
public string LightColor { get; set; }
|
||||
[SugarColumn(ColumnName = "level_time")]
|
||||
public string LevelTime { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 适用场景
|
||||
/// </summary>
|
||||
[SugarColumn(ColumnName = "apply_scenario")]
|
||||
public string ApplyScenario { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 创建人
|
||||
|
||||
Reference in New Issue
Block a user