SiChuanShengErZhong30/MasaBlazorApp3/appsettings.json

54 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2025-10-11 17:22:03 +08:00
{
"connectionStrings": "server=127.0.0.1;port=3306;database=scsezdm;userid=root;password=qq1223;Charset=utf8mb4;",
"finger": {
"ip": "192.168.50.59",
"port": 4370,
"type": 2
},
"setting": {
"machineId": "DM1",
//药房代码,有则写无则空
//. 药房代码
"storage": "07010323",
"inPharmacyId": "062303",
"roomName": "麻醉科手术室",
"loginMode": 1,
"opFirst": true,
//自动退出登录时间,单位秒0不自动退出
"autoOutLog": 0,
"boxMachineId": "DM5",
"boxColor": "白,绿"
},
"port": {
//"drawerPortPath": "COM5",
//"drawerProtocol": 485,
"scanCodePortPath": "COM1",
"canBusExsit": true,
2025-10-24 14:29:56 +08:00
"canBusPortPath": "COM9",
2025-10-11 17:22:03 +08:00
"totalDrawerCount": 16,
"canBusTwoExsit": true,
"StorageCan": 1,
//第二个can总线端口
//"canBusPortPathTwo": "COM9",
//"doorAddr": 0,
2025-10-24 14:29:56 +08:00
"storageBoxAddr": 0,
2025-10-11 17:22:03 +08:00
//"fridgePortExist": false,
//"fridgePortPath": "COM3"
},
"drawer": {
"single": [ 0 ],
"weigh": [ 1,2,4,8 ],
"box": [ 1,2,4 ],
"label": [ 1,2,4 ],
"returnDrawer": [12,14]
},
"fridge": {
//冰箱温度区间
"temperatureRange": "2-8",
//冰箱状态1关闭0打开
"fridgeState": 0,
//冰箱报警状态1关闭0打开
"alertState": 0
}
}