fix
zhangqian
2023-10-26 8467edd30a19a8e81965f3b46f141c60162077b1
model/request/plc.go
@@ -4,11 +4,6 @@
   "apsClient/model"
)
type AddPlc struct {
   model.DevicePlc
}
type UpdatePlc struct {
   Id uint `json:"id"`
   model.DevicePlc
}