From 4dabd89306fb067ca66691c2fd79b7a8fa7d8067 Mon Sep 17 00:00:00 2001
From: lu <123456>
Date: 星期四, 13 十一月 2025 15:53:43 +0800
Subject: [PATCH] 加锁
---
DevApp/GsDevSolution.sln | 6 ++++++
DevApp/Gs.WeightIqc/App.config | 1 +
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/DevApp/Gs.WeightIqc/App.config b/DevApp/Gs.WeightIqc/App.config
index 564929d..0cb633a 100644
--- a/DevApp/Gs.WeightIqc/App.config
+++ b/DevApp/Gs.WeightIqc/App.config
@@ -7,6 +7,7 @@
<add key="WebApiUrl" value="http://192.168.1.145:81/" />
<add key="TimingMailInterval" value="1000" />
<add key="TimingMailIntervalStop" value="500" />
+ <add key="TimingMailIntervalGridView" value="5000" />
<add key="LogPath" value="logs" />
</appSettings>
</configuration>
\ No newline at end of file
diff --git a/DevApp/GsDevSolution.sln b/DevApp/GsDevSolution.sln
index 14d4b61..acacafa 100644
--- a/DevApp/GsDevSolution.sln
+++ b/DevApp/GsDevSolution.sln
@@ -9,6 +9,8 @@
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gs.WeightLine", "Gs.WeightLine\Gs.WeightLine.csproj", "{9B6D4E64-C711-4856-BFA7-C746CEC2B0F8}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gs.AutoPrint", "Gs.AutoPrint\Gs.AutoPrint.csproj", "{1A8A8911-2705-4F99-85AD-F3D22109350C}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -27,6 +29,10 @@
{9B6D4E64-C711-4856-BFA7-C746CEC2B0F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B6D4E64-C711-4856-BFA7-C746CEC2B0F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B6D4E64-C711-4856-BFA7-C746CEC2B0F8}.Release|Any CPU.Build.0 = Release|Any CPU
+ {1A8A8911-2705-4F99-85AD-F3D22109350C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {1A8A8911-2705-4F99-85AD-F3D22109350C}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {1A8A8911-2705-4F99-85AD-F3D22109350C}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {1A8A8911-2705-4F99-85AD-F3D22109350C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
--
Gitblit v1.9.3