Commit 3bb8de0f authored by 李科's avatar 李科

feat: 预警工单详情

parent 8bb0fead
......@@ -13,6 +13,7 @@ func InitWorkOrderRouter(e *gin.Engine) {
//预警工单管理
alert := so.Group("/alert")
{
alert.GET("", controller.DetailAlertList) // 详情
alert.GET("/list", controller.ListAlertList) // 列表
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment