fix
zhangqian
2023-10-19 cab6eea89a0d82710369604ecb51f1cdb122e433
model/request/plc.go
@@ -9,6 +9,6 @@
}
type UpdatePlc struct {
   Id int `json:"id"`
   Id uint `json:"id"`
   model.DevicePlc
}