Authorization: Bearer ********************{
"plc_ip": "string",
"plc_port": "string",
"plc_type": "string",
"com_remark": "string",
"com_no": "string",
"com_time": "string",
"com_seq": "string",
"com_cons": "string",
"remark1": "string",
"query01": "string",
"query02": "string",
"setp_time": "string",
"setp_num": "string",
"id": "string"
}curl --location --request PUT '/plc' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"plc_ip": "string",
"plc_port": "string",
"plc_type": "string",
"com_remark": "string",
"com_no": "string",
"com_time": "string",
"com_seq": "string",
"com_cons": "string",
"remark1": "string",
"query01": "string",
"query02": "string",
"setp_time": "string",
"setp_num": "string",
"id": "string"
}'{
"plc_ip": "string",
"plc_port": "string",
"plc_type": "string",
"com_remark": "string",
"com_no": "string",
"com_time": "string",
"com_seq": "string",
"com_cons": "string",
"remark1": "string",
"query01": "string",
"query02": "string",
"setp_time": "string",
"setp_num": "string",
"id": "string"
}