liujiandao
2024-04-22 8cb1da78fd4d237b278ed4d512c6c4f04b663cfc
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)               //获取月度统计报表
   }
   //重订货规则