zhangqian
2024-03-22 6cce6de2161840f77d397fe25bee6096d0eb9877
router/router.go
@@ -33,6 +33,7 @@
      outsourcingGroup.GET("deliveryPrepare", outsourcingApi.DeliveryPrepare)            //发货准备信息
      outsourcingGroup.POST("deliveryList", outsourcingApi.GetDeliveryList)              // 发货历史
      outsourcingGroup.POST("saveDelivery", outsourcingApi.SaveDelivery)                 // 保存发货信息
      outsourcingGroup.POST("materialSearch", outsourcingApi.MaterialSearch)             // 物料搜索
   }