2023-05-22-001

This commit is contained in:
2023-05-22 18:45:58 +08:00
parent e16d0cfca5
commit a198785bd4
56 changed files with 10090 additions and 61 deletions
+40 -2
View File
@@ -742,6 +742,10 @@ namespace BLL
/// 意见收集
/// </summary>
public const string Menu_Opinion = "Menu_Opinion";
/// <summary>
/// 文档管理
/// </summary>
public const string Menu_Doc = "Menu_Doc";
#endregion
#endregion
@@ -784,8 +788,12 @@ namespace BLL
/// HSSE项目管理规定发布
/// </summary>
public const string ActionPlan_ProjectManagerRuleMenuId = "ec0942af-b1ae-4676-8442-4be3a5e22ea0";
/// <summary>
/// HSS分包商管理规定发布
/// </summary>
public const string ActionPlan_SubManagerRuleMenuId = "F734733B-4DB4-4DB7-9A0C-894C876BDB76";
#region
/// <summary>
@@ -839,6 +847,10 @@ namespace BLL
/// 问题类型
/// </summary>
public const string QuestionTypeMenuId = "3044D68E-5018-4B57-BFC4-FBE4BCCA8B8B";
/// <summary>
/// 文档类别
/// </summary>
public const string DocTypeMenuId = "F0DF2F2B-7C12-4A0F-B7D4-0B00BADE1D64";
#endregion
#region
@@ -2852,7 +2864,6 @@ namespace BLL
public const string OpinionCollectionMenuId = "D801290C-1FD9-4467-AFF9-7D788C6344B1";
#endregion
#region
/// <summary>
/// Excel附件路径
@@ -3213,6 +3224,22 @@ namespace BLL
public const string State_C = "-2";
#endregion
#region
/// <summary>
/// 待提交
/// </summary>
public const string Doc_State_0 = "0";
/// <summary>
/// 进行中
/// </summary>
public const string Doc_State_1 = "1";
/// <summary>
/// 已闭环
/// </summary>
public const string Doc_State_2 = "2";
#endregion
#region
/// <summary>
/// 重新整理
@@ -5274,6 +5301,17 @@ namespace BLL
public const string UndergroundPipeCompletionMenuId = "C7037A5D-D8A6-4C1C-A5B8-2083C31C0A7B";
#endregion
#region
/// <summary>
/// 文档管理
/// </summary>
public const string DocManageMenuId = "609F0D64-ABB8-4F5C-9646-FC1DFC8BAB85";
/// <summary>
/// 文档查找
/// </summary>
public const string DocFindMenuId = "AE22BF25-CE08-477C-B135-543F1F4D4749";
#endregion
/// <summary>
/// 设备专业Id
/// </summary>