xuwei 6 лет назад
Родитель
Сommit
49e4598ad7
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      WCF.Service/WCF.Contracts/ISmartDevice.cs

+ 3 - 2
WCF.Service/WCF.Contracts/ISmartDevice.cs

@@ -2,6 +2,7 @@
 using Dongke.IBOSS.PRD.WCF.DataModels;
 using System.Data;
 using System.ServiceModel;
+using System.ServiceModel.Web;
 
 namespace Dongke.IBOSS.PRD.WCF.Contracts
 {
@@ -49,8 +50,8 @@ namespace Dongke.IBOSS.PRD.WCF.Contracts
         /// <param name="accountCode"></param>
         /// <param name="userCode"></param>
         /// <param name="procedureID"></param>
-        /// <param name="barcodeTable"></param>
-        /// <param name="procedureInfo"></param>
+        /// <param name="kilnCarCode"></param>
+        /// <param name="barCodeAndPosition"></param>
         /// <returns></returns>
         [OperationContract]
         string AddWorkPieceKiln(string accountCode, string userCode, int procedureID, string kilnCarCode, string barCodeAndPosition = "");