refactor: 清理旧模块资源并整理人员服务目录
为收敛当前分支代码范围并统一人员服务目录,移除历史模块与静态资源,减少无效代码和目录分散带来的维护成本。
This commit is contained in:
@@ -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>
|
||||
/// 人员类型 名称
|
||||
|
||||
Reference in New Issue
Block a user