...
|
...
|
@@ -26,6 +26,8 @@ func init() { |
|
|
web.Post("/v1/manufacture-weigh/product-records/cancel", middleware.RedirectManufactureWeigh())
|
|
|
// 历史记录
|
|
|
web.Post("/v1/manufacture-weigh/product-records/history", middleware.RedirectManufactureWeigh())
|
|
|
//请求数控数据
|
|
|
web.Post("/v1/manufacture-weigh/data/digitization", middleware.RedirectManufactureWeigh())
|
|
|
|
|
|
// 车间生产效率
|
|
|
web.Post("/v1/manufacture-weigh/statistics/workshop-production-efficiency-statistics", middleware.RedirectManufactureWeigh())
|
...
|
...
|
|