controllers/product_controller.go
@@ -912,6 +912,11 @@ // // @Tags 物料管理 // @Summary 导入物料 // // @Accept multipart/form-data // @Param file formData file true "file" // @Param Authorization header string true "token" // // @Produce application/xlsx // @Success 200 {object} util.Response "成功" // @Router /api-wms/v1/product/inputProduct [post]