Demo
2024-07-17 3a9b5dcd5dd6ed033f80f1696b07135635b3e9f8
Wms/Wms/Startup.cs
@@ -28,6 +28,9 @@
        // This method gets called by the runtime. Use this method to add services to the container.
        public void ConfigureServices(IServiceCollection services)
        {
            //调用定时任务
            services.AddHostedService<DailyTaskService>();
            services.AddControllers()
                .AddJsonOptions(options =>
                    {