提交代码

This commit is contained in:
2024-10-12 10:00:46 +08:00
parent f3491ae4b3
commit a9edf59cf3
29 changed files with 6756 additions and 133 deletions
+21
View File
@@ -5110,5 +5110,26 @@ namespace BLL
public const string ConstructionRisk_Complete = "5";//分包
#endregion
/// <summary>
/// 中央企业安全生产治本攻坚三年行动工作台账
/// </summary>
public const string ActionWorkLedgerMenuId = "CB76394B-BDEB-4F45-9D19-F38612DC6591";
/// <summary>
/// 中央企业安全生产管理评价工作调度台账
/// </summary>
public const string SafetyProductionEvaluationMenuId = "C48087A8-4C9F-485D-B0A4-C85E112BA705";
/// <summary>
/// 中央企业安全生产治本攻坚三年行动工作台账
/// </summary>
public const string ReportType_11 = "11";
/// <summary>
/// 中央企业安全生产管理评价工作调度台账上报
/// </summary>
public const string ReportType_12 = "12";
}
}