From 4eb3fe2b28f1ae4c4623ae5f7d7750bd265b5fc5 Mon Sep 17 00:00:00 2001
From: admin <qiutairan163@163.com>
Date: 星期三, 17 十二月 2025 15:36:22 +0800
Subject: [PATCH] 增加区域类型字段
---
Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs b/Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs
index ea7e1a9..4f3b556 100644
--- a/Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs
+++ b/Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs
@@ -95,6 +95,10 @@
XmlNode AddExXmlStr(int id, int userId);
+ //鎵归噺鐢熸垚xml
+ List<ExportXmlDto> AddExportXmls(string id, int userId);
+
+
//------------------------------------------------------------------------------------------
/// <summary>
--
Gitblit v1.8.0