From e483ac11616ffc9260d8f491fcc0d66f480b5443 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期四, 16 四月 2026 10:12:52 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/LongTu/FangGangAGV
---
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IServices/ISys_LogService.cs | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IServices/ISys_LogService.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IServices/ISys_LogService.cs
index a14a17d..d5c039a 100644
--- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IServices/ISys_LogService.cs
+++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IServices/ISys_LogService.cs
@@ -229,5 +229,9 @@
return content.OK(data: new { content = res, isEnd, startIndex, len });
}
+ WebResponseContent GetLogName();
+
+ WebResponseContent GetLog(string fileName);
+
}
}
--
Gitblit v1.9.3