From 0f9f3f9a8f48d74225b8cc168daa494111c41857 Mon Sep 17 00:00:00 2001
From: zs <zhousong@weben-smart.com>
Date: 周二, 20 5月 2025 14:26:06 +0800
Subject: [PATCH] 导入导出
---
PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application.Contracts/Services/IMesAppService.cs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application.Contracts/Services/IMesAppService.cs b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application.Contracts/Services/IMesAppService.cs
index 08230b4..4c042d5 100644
--- a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application.Contracts/Services/IMesAppService.cs
+++ b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application.Contracts/Services/IMesAppService.cs
@@ -9,5 +9,6 @@
/// </summary>
public interface IMesAppService
{
- Task<MesOrderResponse> CreateAsync(List<WorkPlanInput> input);
+
+ Task<MesOrderResponse> CreateAsync(List<WorkPlanInput> input, string userId, string userAccount);
}
--
Gitblit v1.9.3