...
|
...
|
@@ -22,4 +22,9 @@ func init() { |
|
|
web.Post("/v1/manufacture-weigh/product-plans/submit-product-record", middleware.RedirectManufactureWeigh())
|
|
|
// 车间员工
|
|
|
web.Post("/v1/manufacture-weigh/product-groups/employee-signing", middleware.RedirectManufactureWeigh())
|
|
|
|
|
|
// 车间生产效率
|
|
|
web.Post("/v1/manufacture-weigh/statistics/workshop-production-efficiency-statistics", middleware.RedirectManufactureWeigh())
|
|
|
// 设备运行信息
|
|
|
web.Post("/v1/manufacture-weigh/statistics/device-running-info", middleware.RedirectManufactureWeigh())
|
|
|
} |
...
|
...
|
|