This commit is contained in:
2023-09-20 13:55:48 +08:00
82 changed files with 12597 additions and 3704 deletions
+14
View File
@@ -296,6 +296,11 @@ namespace BLL
/// </summary>
public static string WorkPost_SafetyManager = "eac153fd-4cf3-4f5f-984d-022a636d47aa";
/// <summary>
/// HSE副经理岗位Id
/// </summary>
public static string WorkPost_SafetyManagerFu = "46AA7960-1D35-4D5B-8C8F-AA4C874D63C8";
/// <summary>
/// 无损检测工岗位Id
/// </summary>
@@ -1951,6 +1956,10 @@ namespace BLL
/// 吊装作业票
/// </summary>
public const string ProjectLiftingWorkMenuId = "A1BE3AB6-9D4A-41E7-8870-E73423165451";
/// <summary>
/// 临时用电作业票
/// </summary>
public const string ProjectElectricityMenuId = "48F64E0F-38B2-4BDC-9B61-6200BD02CBF5";
#endregion
#region HSSE检查管理
@@ -5543,5 +5552,10 @@ namespace BLL
/// 实业
/// </summary>
public const string SYHSEData_DataMenuId = "S89E5EC2-F725-4656-9110-5AF83C18FB6C";
/// <summary>
/// 检查表尾项管理
/// </summary>
public const string InspectTailTerm = "B6A6EA7D-EDAB-40C8-920D-A106731D0E08";
}
}