package request import ( "apsClient/model" ) type AddPlc struct { model.DevicePlc } type UpdatePlc struct { Id uint `json:"id"` model.DevicePlc }