|
|
@@ -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 = "");
|