From c798f9e523b366f4c2268a8e4aac724ff89388e6 Mon Sep 17 00:00:00 2001 From: wxw <Administrator@DESKTOP-5BIMHQ3> Date: 星期六, 14 十二月 2024 10:03:13 +0800 Subject: [PATCH] 修改问题 --- Wms/WMS.IBLL/ISysServer/IPalletsServer.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Wms/WMS.IBLL/ISysServer/IPalletsServer.cs b/Wms/WMS.IBLL/ISysServer/IPalletsServer.cs index b9e1d3e..9d05244 100644 --- a/Wms/WMS.IBLL/ISysServer/IPalletsServer.cs +++ b/Wms/WMS.IBLL/ISysServer/IPalletsServer.cs @@ -28,11 +28,11 @@ /// <returns></returns> string GetPalletsNo(string palletNo); /// <summary> - /// 娣诲姞鎵樼洏琛ㄤ俊鎭� + /// 娣诲姞妗朵俊鎭苟澧炲姞搴撳瓨 /// </summary> /// <param name="groupCount">缁勬暟</param> /// <param name="userId">鎿嶄綔浜�</param> /// <returns></returns> - Task<bool> AddPallets(int groupCount,int userId); + void AddPallets(string palletNo, string locatNo, int userId); } } -- Gitblit v1.8.0