Commit 01101760 authored by wanghao's avatar wanghao

1 MES上传调整

parent f62d9182
......@@ -3,4 +3,23 @@ CREATE TABLE `t_process_calibration_result_history` (
`f_create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
`f_message` LONGTEXT DEFAULT NULL COMMENT '内容',
PRIMARY KEY ( `f_id` ) USING BTREE
) ENGINE = INNODB DEFAULT CHARSET = utf8mb4 ROW_FORMAT = DYNAMIC COMMENT = '标定结果数据接收历史记录';
\ No newline at end of file
) ENGINE = INNODB DEFAULT CHARSET = utf8mb4 ROW_FORMAT = DYNAMIC COMMENT = '标定结果数据接收历史记录';
http://36.138.180.82:8087/mes/pcba/devices/acceptAgingCalibrationResults
[
{
"motherboardCode":"PCBA2512010866",
"concentration":"0.23",
"deviceStatus":"1",
"realTimeAd":0.13,
"realTimeStatus":"1",
"calibrationConcentration":10,
"calibrationConcentrationStatus":"3",
"writeTimeStatus":"1",
"runTimeStatus":"0",
"recordYear":"2025",
"recordMonth":"11",
"recordDate":"12",
"recordHour":"13",
"recordMinute":"14"
}
]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment