From 960b33fa24c47a330e51a2c24859d681ae62caeb Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期四, 16 四月 2026 10:09:49 +0800
Subject: [PATCH] 重构任务与库存模型,增强日志管理与区域接口
---
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