1
wangxinhui
2025-01-14 db9f0ae6caa7726da928f6fb07094b1c2ba2a83d
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Filter/AutofacPropertityModuleReg.cs
@@ -11,7 +11,6 @@
            builder.RegisterAssemblyTypes(typeof(Program).Assembly)
                .Where(t => controllerBaseType.IsAssignableFrom(t) && t != controllerBaseType)
                .PropertiesAutowired();
        }
    }
}