新增测点配置

This commit is contained in:
2024-09-03 15:52:38 +08:00
parent bfb284c4cc
commit 3b53e9f9b7
37 changed files with 429 additions and 66 deletions

22
api/v1/device_point.go Normal file
View File

@@ -0,0 +1,22 @@
package v1
import (
"energy-management-system/form"
"energy-management-system/request"
"github.com/gin-gonic/gin"
)
type DevicePoint struct{}
// 获取测点名称select
// PointNameSelect 季度列表
func (r *DevicePoint) PointNameSelect(c *gin.Context) {
var req form.PointNameSelectReq
request.BindParam(c, &req)
//respData := service.GroupServices.PeakValley.PeakValleyQuarterPage(&req)
//response.SuccessData(respData, c)
}
// 创建设备测点
// 修改设备测点