重写了触发器底层逻辑

This commit is contained in:
fengjiayi
2024-10-11 16:46:16 +08:00
parent 2d0f354895
commit aa85c907a3
27 changed files with 770 additions and 392 deletions

View File

@@ -34,7 +34,7 @@ namespace Serein.Library.Web
}
/// <summary>
/// 自动注册控制器
/// 标记该类为 Web Api 处理类
/// </summary>
public class AutoHostingAttribute : Attribute
{