lishihai
2024-06-24 9effa1fd02fcfb17a2726415efa830575ef45822
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]