提交代码

This commit is contained in:
2025-01-25 11:56:47 +08:00
parent 553defbc94
commit 22661b6f0e
24 changed files with 6770 additions and 3 deletions
+15
View File
@@ -5140,5 +5140,20 @@ namespace BLL
/// 中央企业安全生产管理评价工作调度台账上报
/// </summary>
public const string ReportType_12 = "12";
#region
/// <summary>
/// 企业上报督查检查报告
/// </summary>
public const string UpDCGLCheckReportMenuId = "2E4A3E58-44B7-41B0-BFE3-634DF29AAE27";// "B9950CB5-C47A-4C0A-A6CC-C7DDBBDE7D1E";
/// <summary>
/// 集团下发督查检查整改
/// </summary>
public const string DCGLCheckRectifyMenuId = "2E4A3E58-44B7-41B0-BFE3-634DF29AAE27";
#endregion
}
}