新增测点 创建维护模块
This commit is contained in:
@@ -13,5 +13,9 @@ func (r *DevicePoint) InitDevicePoint(Router *gin.RouterGroup) {
|
||||
|
||||
devicePointApi.GET("pointNameSelect", v1.Controllers.DevicePoint.PointNameSelect)
|
||||
|
||||
devicePointApi.GET("devicePointPage", v1.Controllers.DevicePoint.DevicePointPage)
|
||||
devicePointApi.POST("createDevicePoint", v1.Controllers.DevicePoint.CreateDevicePoint)
|
||||
devicePointApi.PUT("updateDevicePoint", v1.Controllers.DevicePoint.UpdateDevicePoint)
|
||||
devicePointApi.GET("devicePointEditDetail", v1.Controllers.DevicePoint.DevicePointEditDetail)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user