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