From 68943c93449872b4f4e59b47b55fb8be74f7ea4a Mon Sep 17 00:00:00 2001 From: cnf <3200815559@qq.com> Date: 星期六, 20 九月 2025 08:20:13 +0800 Subject: [PATCH] 增加生产日报表 --- 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