From c39b6196509ee07d5799cd2a6611700995948f5b Mon Sep 17 00:00:00 2001 From: patrick.xu <patrick.xu@broconcentric.com> Date: 星期三, 29 十二月 2021 14:23:45 +0800 Subject: [PATCH] 抽样时日期比对添加年数配置修改 --- OPCConfigStruct.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/OPCConfigStruct.cs b/OPCConfigStruct.cs index e6b705a..2c17c53 100644 --- a/OPCConfigStruct.cs +++ b/OPCConfigStruct.cs @@ -207,6 +207,7 @@ #region add by Patrick public bool IsSaveSizeOKImage; + public bool IsSaveHeightOKImage; public float MaxLength; public float MaxWidth; public float MinLength; -- Gitblit v1.8.0