yinbentan
2024-07-06 79aef24a785581d95343ccd99e9cb362b2bc9c97
router/router.go
@@ -160,6 +160,7 @@
   {
      locationProductAmountAPI.POST("add", locationProductAmountController.Add)                                           //添加库存盘点信息
      locationProductAmountAPI.POST("list", locationProductAmountController.List)                                         //查看库存盘点列表
      locationProductAmountAPI.POST("locationProductList", locationProductAmountController.LocationProductList)           //查看产品库存列表
      locationProductAmountAPI.POST("update", locationProductAmountController.Update)                                     //修改库存盘点信息
      locationProductAmountAPI.POST("finish", locationProductAmountController.Finish)                                     //应用、验证库存盘点信息
      locationProductAmountAPI.POST("getRuleList", locationProductAmountController.GetRuleList)                           //获取上架规则