优化了接口设计,提供Event属性。

This commit is contained in:
fengjiayi
2025-06-02 16:45:10 +08:00
parent b1dc641c84
commit c7fbdc1cbb
5 changed files with 27 additions and 34 deletions

View File

@@ -754,6 +754,12 @@ namespace Serein.Library.Api
/// </summary>
ISereinIOC IOC { get; }
/// <summary>
/// 流程事件接口
/// </summary>
IFlowEnvironmentEvent Event { get; }
/// <summary>
/// 环境名称
/// </summary>