From c321182cdcbc7d6489d969810f0610e48ac2b5ed Mon Sep 17 00:00:00 2001 From: 杨张扬 <634643841@qq.com> Date: 星期三, 23 七月 2025 17:40:22 +0800 Subject: [PATCH] 双钱-需求变更:增加了两个搬送流程,增加了两个库区,主要是修改对空托上线脱皮机的逻辑 --- config/config.json | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/config/config.json b/config/config.json index 9d81c1b..f135d4d 100644 --- a/config/config.json +++ b/config/config.json @@ -4,7 +4,7 @@ "SqlServer": "Data Source=127.0.0.1;Initial Catalog=DoubleCoinTest;User ID=sa;Password=123456;", "TCPServerIP": "127.0.0.1", "TCPServerPort": 8085, - "Areas": [ "SQKQ0", "SQKQ1", "SQKQ2", "SQKQ3", "SQKQ4", "SQKQ5", "SQKQ6", "SQKQ7", "SQKQ8", "SQKQ9", "SQKQ10", "SQKQ11", "SQKQ12", "线边空托区编码", "原材料产线空托区编码" ], + "Areas": [ "SQKQ0", "SQKQ1", "SQKQ2", "SQKQ3", "SQKQ4", "SQKQ5", "SQKQ6", "SQKQ7", "SQKQ8", "SQKQ9", "SQKQ10", "SQKQ11", "SQKQ12", "线边空托区编码13", "原材料产线空托区编码14", "原材料产线附近空托库区15", "空托货架库区16" ], "S7TestMoni": true, "IsOpenScanCode": true, "ProductionLine": [ -- Gitblit v1.9.1