liujiandao
2024-04-19 58249f76e54f29740b2dc8b7e456b99e4688596f
router/router.go
@@ -156,6 +156,7 @@
      reportFormsAPI.POST("getInventoryForms", reportFormsController.GetInventoryForms) //获取库存报表
      reportFormsAPI.POST("getHistory", reportFormsController.GetHistory)               //获取库存历史
      reportFormsAPI.POST("getLocationForms", reportFormsController.GetLocationForms)   //获取位置报表
      reportFormsAPI.POST("monthStats", reportFormsController.MonthStats)               //获取月度统计报表
   }
   //重订货规则