正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
@@ -27,4 +27,6 @@ func init() { | @@ -27,4 +27,6 @@ func init() { | ||
27 | web.Post("/v1/manufacture-weigh/statistics/workshop-production-efficiency-statistics", middleware.RedirectManufactureWeigh()) | 27 | web.Post("/v1/manufacture-weigh/statistics/workshop-production-efficiency-statistics", middleware.RedirectManufactureWeigh()) |
28 | // 设备运行信息 | 28 | // 设备运行信息 |
29 | web.Post("/v1/manufacture-weigh/statistics/device-running-info", middleware.RedirectManufactureWeigh()) | 29 | web.Post("/v1/manufacture-weigh/statistics/device-running-info", middleware.RedirectManufactureWeigh()) |
30 | + // 设备生产效率 | ||
31 | + web.Post("/v1/manufacture-weigh/statistics/device-production-efficiency-statistics", middleware.RedirectManufactureWeigh()) | ||
30 | } | 32 | } |
-
请 注册 或 登录 后发表评论