liujiandao
2023-09-27 5be282bebeb0bc98273c9382b1c302311235313e
router/router.go
@@ -125,8 +125,9 @@
   locationProductAmountController := new(controllers.LocationProductAmountController)
   locationProductAmountAPI := r.Group(urlPrefix + "/locationProductAmount")
   {
      locationProductAmountAPI.POST("add", locationProductAmountController.Add)   //添加库存盘点信息
      locationProductAmountAPI.POST("list", locationProductAmountController.List) //查看库存盘点列表
      locationProductAmountAPI.POST("add", locationProductAmountController.Add)                 //添加库存盘点信息
      locationProductAmountAPI.POST("list", locationProductAmountController.List)               //查看库存盘点列表
      locationProductAmountAPI.POST("getRuleList", locationProductAmountController.GetRuleList) //获取上架规则
   }
   //报表