From f851f9a7a1163998c649a97559910a71f8ad275f Mon Sep 17 00:00:00 2001 From: kyy <3283105747@qq.com> Date: 星期四, 18 九月 2025 16:40:45 +0800 Subject: [PATCH] 1、新增库位码 --- DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs b/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs index fd2d93f..1daefa8 100644 --- a/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs +++ b/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs @@ -28,6 +28,7 @@ using System.Text.RegularExpressions; using System.Windows.Forms; using System.Windows.Forms.VisualStyles; +using UserControls.Data; using static System.Windows.Forms.Control; -- Gitblit v1.9.3