This commit is contained in:
zimoyin
2026-04-01 15:07:15 +08:00
commit ac95dbb1c8
55 changed files with 11634 additions and 0 deletions
+95
View File
@@ -0,0 +1,95 @@
{
"description": "虚拟测试环境默认配置",
"version": "1.0",
"readers": {
"清洗": {
"no": "R001",
"id": "1",
"type": "清洗"
},
"漂洗": {
"no": "R002",
"id": "2",
"type": "漂洗"
},
"消毒": {
"no": "R003",
"id": "3",
"type": "消毒"
},
"终末漂洗": {
"no": "R004",
"id": "4",
"type": "终末漂洗"
},
"干燥": {
"no": "R005",
"id": "5",
"type": "干燥"
},
"机洗": {
"no": "R006",
"id": "6",
"type": "机洗"
},
"存储": {
"no": "R007",
"id": "7",
"type": "存储"
},
"未绑定": {
"no": "R999",
"id": "",
"type": ""
}
},
"endoscopes": {
"胃镜1": {
"id": "E001",
"name": "胃镜1号",
"cardNo": "CARD_E001",
"type": "胃镜"
},
"肠镜1": {
"id": "E002",
"name": "肠镜1号",
"cardNo": "CARD_E002",
"type": "肠镜"
},
"未绑定卡": {
"id": "",
"name": "",
"cardNo": "CARD_UNKNOWN",
"type": ""
}
},
"operators": {
"操作员1": {
"id": "U001",
"name": "张三",
"rfid": "RFID_U001"
},
"操作员2": {
"id": "U002",
"name": "李四",
"rfid": "RFID_U002"
}
},
"config": {
"machineId": "01",
"morningWashStartTime": "06:00:00",
"morningWashMode": "standard"
},
"stepDurations": {
"清洗": 60,
"漂洗": 60,
"消毒": 180,
"终末漂洗": 60,
"干燥": 60
}
}