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); }