refactor: 清理旧模块资源并整理人员服务目录

为收敛当前分支代码范围并统一人员服务目录,移除历史模块与静态资源,减少无效代码和目录分散带来的维护成本。
This commit is contained in:
2026-09-19 13:45:38 +08:00
parent 7b5b060ffc
commit 8efe030f47
7188 changed files with 3777 additions and 1117238 deletions
-13
View File
@@ -304,19 +304,6 @@ namespace BLL
}
#endregion
/// <summary>
/// 整改单 隐患类别
/// </summary>
/// <returns></returns>
public static ListItem[] GetHiddenHazardType()
{
ListItem[] list = new ListItem[3];
list[0] = new ListItem("一般", "1");
list[1] = new ListItem("较大", "2");
list[2] = new ListItem("重大", "3");
return list;
}
#region 人员类型
/// <summary>
/// 人员类型 名称