增强HSE检查的功能

This commit is contained in:
2024-07-17 14:35:47 +08:00
parent e3286e45d8
commit b503c6f706
46 changed files with 1404 additions and 386 deletions
+10 -1
View File
@@ -361,12 +361,21 @@ namespace Model
set;
}
/// <summary>
/// 风险等级
/// 隐患级别
/// </summary>
public string Risk_Level
{
get;
set;
}
/// <summary>
/// 隐患类型
/// </summary>
public string HiddenType
{
get;
set;
}
}
}