liujiandao
2024-04-11 547033793c42538123775cf862b0cff46f79d661
router/router.go
@@ -145,6 +145,7 @@
      locationProductAmountAPI.POST("update", locationProductAmountController.Update)           //修改库存盘点信息
      locationProductAmountAPI.POST("finish", locationProductAmountController.Finish)           //应用、验证库存盘点信息
      locationProductAmountAPI.POST("getRuleList", locationProductAmountController.GetRuleList) //获取上架规则
      locationProductAmountAPI.POST("getLocationProductAmount", locationProductAmountController.GetLocationProductAmount) //获取位置产品信息
   }
   //报表