This commit is contained in:
2025-11-10 14:35:12 +08:00
parent 2cbbb7228d
commit a228d483db
3 changed files with 43 additions and 1 deletions
@@ -33,6 +33,29 @@ namespace WebAPI.Controllers
}
#endregion
#region groupType获取检查类型
/// <summary>
/// 根据groupType获取检查类型
/// </summary>
/// <param name="type"></param>
/// <returns></returns>
public Model.ResponeData getHazardRegisterTypes2(string type)
{
var responeData = new Model.ResponeData();
try
{
responeData.data = BLL.APIBaseInfoService.getHazardRegisterTypes(type);
}
catch (Exception ex)
{
responeData.code = 0;
responeData.message = ex.Message;
}
return responeData;
}
#endregion
#region
/// <summary>
/// 获取项目列表