From 049e28f3f6bfce2012fa7c34b2ad15c9ae3cf06b Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期四, 18 七月 2024 18:03:14 +0800 Subject: [PATCH] 修复引用报错 --- WinFrmUI/HStation.WinFrmUI.Assets.Core/00-PumpProductManage/PumpProductMainPanel.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/00-PumpProductManage/PumpProductMainPanel.cs b/WinFrmUI/HStation.WinFrmUI.Assets.Core/00-PumpProductManage/PumpProductMainPanel.cs index 3c72958..b9497e7 100644 --- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/00-PumpProductManage/PumpProductMainPanel.cs +++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/00-PumpProductManage/PumpProductMainPanel.cs @@ -1,6 +1,7 @@ 锘縰sing DevExpress.XtraRichEdit.Import.Html; using HStation.BLL; using HStation.Dto; +using HStation.Model; using Mapster; using SQLitePCL; -- Gitblit v1.9.3