jiangshuai
2023-09-22 34e1e9dbc7a750048c0825b8f91b07ed526ae577
router/router.go
@@ -99,6 +99,8 @@
      productAPI.GET("getProductCategoryDetails/:id", productController.GetProductCategoryDetails) //获取产品类型详情
      productAPI.POST("updateProductCategory", productController.UpdateProductCategory)            //修改产品类型
      productAPI.DELETE("deleteProductCategory/:id", productController.DeleteProductCategory)      //删除产品类型
      productAPI.POST("listOperaton", productController.ListOperation) //查看产品的历史出入库信息
   }
   return r