dsmzx
2024-06-13 f72fb9ca31fbf27b4abbc0156e60ea162f58df81
router/router.go
@@ -160,6 +160,7 @@
      reportFormsAPI.POST("getLocationForms", reportFormsController.GetLocationForms)             //获取位置报表
      reportFormsAPI.POST("downloadLocationForms", reportFormsController.DownloadLocationForms)   //下载位置报表
      reportFormsAPI.POST("monthStats", reportFormsController.MonthStats)                         //获取月度统计报表
      reportFormsAPI.POST("downloadMonthStats", reportFormsController.DownloadMonthStats)         //下载月度统计报表
      reportFormsAPI.POST("doMonthStats", reportFormsController.DoMonthStats)                     //手动跑月度统计库存报表
   }