liujiandao
2023-09-20 f3b1ba6c5d2f8f479b41e4e36093322d383b4e9c
router/router.go
@@ -63,7 +63,7 @@
      locationAPI.DELETE("deleteLocation/:id", locationController.DeleteLocation)      //删除位置
   }
   // 作业类型
   // 业务类型
   operationTypeController := new(controllers.OperationTypeController)
   operationTypeAPI := r.Group(urlPrefix + "/operationType")
   {
@@ -81,6 +81,7 @@
      operationAPI.POST("operation", operationController.Add)
      operationAPI.PUT("operation/:id", operationController.Update)
      operationAPI.DELETE("operation/:id", operationController.Delete)
      operationAPI.PUT("Finish/:id", operationController.Finish)
   }
   //产品