This commit is contained in:
2023-09-21 17:43:07 +08:00
126 changed files with 16465 additions and 8652 deletions
+16 -2
View File
@@ -207,6 +207,11 @@ namespace BLL
/// </summary>
public const string AppSecret_CWCEC = "a08b6ad503f1ced05d27bc11dc9198c3";
/// <summary>
/// 施工单位ID
/// </summary>
public const string UnitId_Con = "fedf9907-54f8-481d-ae4c-8f3dfb7c8eda";
/// <summary>
///施工部门id
/// </summary>
@@ -281,7 +286,7 @@ namespace BLL
/// <summary>
/// HSE工程师岗位Id
/// </summary>
public static string WorkPost_HSSEEngineer = "9b15af2e-6131-462c-9f8a-71533957ca0e";
public static string WorkPost_HSSEEngineer = "D1115B78-C9E1-43A4-8AB1-FF099CAF7BA4";
/// <summary>
/// 项目安全总监岗位Id
/// </summary>
@@ -289,7 +294,7 @@ namespace BLL
/// <summary>
/// HSE经理岗位Id
/// </summary>
public static string WorkPost_SafetyManager = "e426e560-9906-4aba-843e-2daef9ebeb05";
public static string WorkPost_SafetyManager = "eac153fd-4cf3-4f5f-984d-022a636d47aa";
/// <summary>
/// HSE副经理岗位Id
@@ -3298,6 +3303,10 @@ namespace BLL
/// 作废
/// </summary>
public const string State_C = "-2";
/// <summary>
/// 关闭提交
/// </summary>
public const string State_6 = "6";
#endregion
#region
@@ -5546,5 +5555,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";
}
}