代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Core/Extensions/AutofacModuleRegister.cs
@@ -14,6 +14,7 @@ using WIDESEA_Core.BaseRepository; using WIDESEA_Core.BaseServices; using WIDESEA_Core.Helper; using WIDESEA_Core.LogHelper; namespace WIDESEA_Core.Extensions { @@ -73,6 +74,7 @@ .InstancePerLifetimeScope() .PropertiesAutowired(); builder.RegisterType<RequestLogModel>().InstancePerLifetimeScope(); } } }