{
"internalNumber": "string",
"instrumentType": 0,
"instrumentCategoryId": 0,
"instrumentCategoryName": "string",
"instrumentNameId": 0,
"instrumentName": "string",
"specificationModelId": 0,
"specificationModel": "string",
"manufacturerSerialNumber": "string",
"responsiblePersonId": "string",
"responsiblePersonName": "string",
"departmentId": 0,
"departmentName": "string",
"storageLocationId": 0,
"storageLocation": "string",
"purchaseDate": "string",
"calibrationCycle": 0,
"calibrationDate": "string",
"accuracyId": 0,
"accuracy": "string",
"status": 0,
"remark": "string",
"id": 0
}curl --location --request PUT '/api/v1/yd/measuringInstrument/edit' \
--header 'Token: {{TOKEN}}' \
--header 'kb-code: kb_0edfbf5378fd' \
--header 'timestamp: 1787298374' \
--header 'sign: a0424f783b66311445533b87e3ff7ab6' \
--header 'Content-Type: application/json' \
--data '{
"internalNumber": "string",
"instrumentType": 0,
"instrumentCategoryId": 0,
"instrumentCategoryName": "string",
"instrumentNameId": 0,
"instrumentName": "string",
"specificationModelId": 0,
"specificationModel": "string",
"manufacturerSerialNumber": "string",
"responsiblePersonId": "string",
"responsiblePersonName": "string",
"departmentId": 0,
"departmentName": "string",
"storageLocationId": 0,
"storageLocation": "string",
"purchaseDate": "string",
"calibrationCycle": 0,
"calibrationDate": "string",
"accuracyId": 0,
"accuracy": "string",
"status": 0,
"remark": "string",
"id": 0
}'{
"success": true,
"message": "操作成功!",
"code": 0,
"data": null,
"result": null,
"timestamp": 0
}