//------------------------------------------------------------------------------
|
// <auto-generated>
|
// 此代码由工具生成。
|
// 运行时版本:4.0.30319.42000
|
//
|
// 对此文件的更改可能会导致不正确的行为,并且如果
|
// 重新生成代码,这些更改将会丢失。
|
// </auto-generated>
|
//------------------------------------------------------------------------------
|
|
namespace siemensPda.sendToSap {
|
using System.Runtime.Serialization;
|
using System;
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
[System.Runtime.Serialization.CollectionDataContractAttribute(Name="ArrayOfInt", Namespace="http://tempuri.org/", ItemName="int")]
|
[System.SerializableAttribute()]
|
public class ArrayOfInt : System.Collections.Generic.List<int> {
|
}
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
[System.ServiceModel.ServiceContractAttribute(ConfigurationName="sendToSap.Iapitest")]
|
public interface Iapitest {
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/callContainer", ReplyAction="http://tempuri.org/Iapitest/callContainerResponse")]
|
[System.ServiceModel.DataContractFormatAttribute(Style=System.ServiceModel.OperationFormatStyle.Rpc)]
|
void callContainer(int containerTypeId);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/callContainer", ReplyAction="http://tempuri.org/Iapitest/callContainerResponse")]
|
System.Threading.Tasks.Task callContainerAsync(int containerTypeId);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/sortingConfirm", ReplyAction="http://tempuri.org/Iapitest/sortingConfirmResponse")]
|
[System.ServiceModel.DataContractFormatAttribute(Style=System.ServiceModel.OperationFormatStyle.Rpc)]
|
string sortingConfirm(string PlateCode, string Products, string percentage);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/sortingConfirm", ReplyAction="http://tempuri.org/Iapitest/sortingConfirmResponse")]
|
System.Threading.Tasks.Task<string> sortingConfirmAsync(string PlateCode, string Products, string percentage);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/madeDish", ReplyAction="http://tempuri.org/Iapitest/madeDishResponse")]
|
[System.ServiceModel.DataContractFormatAttribute(Style=System.ServiceModel.OperationFormatStyle.Rpc)]
|
void madeDish(string containerCode);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/madeDish", ReplyAction="http://tempuri.org/Iapitest/madeDishResponse")]
|
System.Threading.Tasks.Task madeDishAsync(string containerCode);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/subtractQty", ReplyAction="http://tempuri.org/Iapitest/subtractQtyResponse")]
|
[System.ServiceModel.DataContractFormatAttribute(Style=System.ServiceModel.OperationFormatStyle.Rpc)]
|
bool subtractQty(string subInfo);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/subtractQty", ReplyAction="http://tempuri.org/Iapitest/subtractQtyResponse")]
|
System.Threading.Tasks.Task<bool> subtractQtyAsync(string subInfo);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/getToPlace", ReplyAction="http://tempuri.org/Iapitest/getToPlaceResponse")]
|
[System.ServiceModel.DataContractFormatAttribute(Style=System.ServiceModel.OperationFormatStyle.Rpc)]
|
string getToPlace(int taskId, int continerType, int height);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/getToPlace", ReplyAction="http://tempuri.org/Iapitest/getToPlaceResponse")]
|
System.Threading.Tasks.Task<string> getToPlaceAsync(int taskId, int continerType, int height);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/receiptConfirm", ReplyAction="http://tempuri.org/Iapitest/receiptConfirmResponse")]
|
[System.ServiceModel.DataContractFormatAttribute(Style=System.ServiceModel.OperationFormatStyle.Rpc)]
|
string receiptConfirm(string receipt);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/receiptConfirm", ReplyAction="http://tempuri.org/Iapitest/receiptConfirmResponse")]
|
System.Threading.Tasks.Task<string> receiptConfirmAsync(string receipt);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/getPoList", ReplyAction="http://tempuri.org/Iapitest/getPoListResponse")]
|
[System.ServiceModel.DataContractFormatAttribute(Style=System.ServiceModel.OperationFormatStyle.Rpc)]
|
string getPoList(string PoCode);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/getPoList", ReplyAction="http://tempuri.org/Iapitest/getPoListResponse")]
|
System.Threading.Tasks.Task<string> getPoListAsync(string PoCode);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/StockOutConfirm", ReplyAction="http://tempuri.org/Iapitest/StockOutConfirmResponse")]
|
[System.ServiceModel.DataContractFormatAttribute(Style=System.ServiceModel.OperationFormatStyle.Rpc)]
|
string StockOutConfirm(string outList);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/StockOutConfirm", ReplyAction="http://tempuri.org/Iapitest/StockOutConfirmResponse")]
|
System.Threading.Tasks.Task<string> StockOutConfirmAsync(string outList);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/takeStock", ReplyAction="http://tempuri.org/Iapitest/takeStockResponse")]
|
[System.ServiceModel.DataContractFormatAttribute(Style=System.ServiceModel.OperationFormatStyle.Rpc)]
|
string takeStock(string takes);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/takeStock", ReplyAction="http://tempuri.org/Iapitest/takeStockResponse")]
|
System.Threading.Tasks.Task<string> takeStockAsync(string takes);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/reverser", ReplyAction="http://tempuri.org/Iapitest/reverserResponse")]
|
[System.ServiceModel.DataContractFormatAttribute(Style=System.ServiceModel.OperationFormatStyle.Rpc)]
|
string reverser(string res);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/reverser", ReplyAction="http://tempuri.org/Iapitest/reverserResponse")]
|
System.Threading.Tasks.Task<string> reverserAsync(string res);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/getDeviceInfo", ReplyAction="http://tempuri.org/Iapitest/getDeviceInfoResponse")]
|
[System.ServiceModel.DataContractFormatAttribute(Style=System.ServiceModel.OperationFormatStyle.Rpc)]
|
string getDeviceInfo(string startTime, string endTime);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/getDeviceInfo", ReplyAction="http://tempuri.org/Iapitest/getDeviceInfoResponse")]
|
System.Threading.Tasks.Task<string> getDeviceInfoAsync(string startTime, string endTime);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/outStockTaskList", ReplyAction="http://tempuri.org/Iapitest/outStockTaskListResponse")]
|
[System.ServiceModel.DataContractFormatAttribute(Style=System.ServiceModel.OperationFormatStyle.Rpc)]
|
string outStockTaskList(string takes);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/outStockTaskList", ReplyAction="http://tempuri.org/Iapitest/outStockTaskListResponse")]
|
System.Threading.Tasks.Task<string> outStockTaskListAsync(string takes);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/inStockTask", ReplyAction="http://tempuri.org/Iapitest/inStockTaskResponse")]
|
[System.ServiceModel.DataContractFormatAttribute(Style=System.ServiceModel.OperationFormatStyle.Rpc)]
|
string inStockTask(string takes);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/inStockTask", ReplyAction="http://tempuri.org/Iapitest/inStockTaskResponse")]
|
System.Threading.Tasks.Task<string> inStockTaskAsync(string takes);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/unlock", ReplyAction="http://tempuri.org/Iapitest/unlockResponse")]
|
[System.ServiceModel.DataContractFormatAttribute(Style=System.ServiceModel.OperationFormatStyle.Rpc)]
|
string unlock(int isremove, string positionName, string username);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/unlock", ReplyAction="http://tempuri.org/Iapitest/unlockResponse")]
|
System.Threading.Tasks.Task<string> unlockAsync(int isremove, string positionName, string username);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/resetChaiDieDevice", ReplyAction="http://tempuri.org/Iapitest/resetChaiDieDeviceResponse")]
|
[System.ServiceModel.DataContractFormatAttribute(Style=System.ServiceModel.OperationFormatStyle.Rpc)]
|
string resetChaiDieDevice(string deviceCode);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/resetChaiDieDevice", ReplyAction="http://tempuri.org/Iapitest/resetChaiDieDeviceResponse")]
|
System.Threading.Tasks.Task<string> resetChaiDieDeviceAsync(string deviceCode);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/productStockInfo", ReplyAction="http://tempuri.org/Iapitest/productStockInfoResponse")]
|
[System.ServiceModel.DataContractFormatAttribute(Style=System.ServiceModel.OperationFormatStyle.Rpc)]
|
string productStockInfo(string pages);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/productStockInfo", ReplyAction="http://tempuri.org/Iapitest/productStockInfoResponse")]
|
System.Threading.Tasks.Task<string> productStockInfoAsync(string pages);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/DeleteProductStock", ReplyAction="http://tempuri.org/Iapitest/DeleteProductStockResponse")]
|
[System.ServiceModel.DataContractFormatAttribute(Style=System.ServiceModel.OperationFormatStyle.Rpc)]
|
string DeleteProductStock(int deleteId);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/DeleteProductStock", ReplyAction="http://tempuri.org/Iapitest/DeleteProductStockResponse")]
|
System.Threading.Tasks.Task<string> DeleteProductStockAsync(int deleteId);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/updateProductStock", ReplyAction="http://tempuri.org/Iapitest/updateProductStockResponse")]
|
[System.ServiceModel.DataContractFormatAttribute(Style=System.ServiceModel.OperationFormatStyle.Rpc)]
|
string updateProductStock(string updateInfo);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/updateProductStock", ReplyAction="http://tempuri.org/Iapitest/updateProductStockResponse")]
|
System.Threading.Tasks.Task<string> updateProductStockAsync(string updateInfo);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/moveStock", ReplyAction="http://tempuri.org/Iapitest/moveStockResponse")]
|
[System.ServiceModel.DataContractFormatAttribute(Style=System.ServiceModel.OperationFormatStyle.Rpc)]
|
string moveStock(string positionName, string username);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/moveStock", ReplyAction="http://tempuri.org/Iapitest/moveStockResponse")]
|
System.Threading.Tasks.Task<string> moveStockAsync(string positionName, string username);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/lackData", ReplyAction="http://tempuri.org/Iapitest/lackDataResponse")]
|
[System.ServiceModel.DataContractFormatAttribute(Style=System.ServiceModel.OperationFormatStyle.Rpc)]
|
string lackData(string orderCode);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/lackData", ReplyAction="http://tempuri.org/Iapitest/lackDataResponse")]
|
System.Threading.Tasks.Task<string> lackDataAsync(string orderCode);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/outInTaskList", ReplyAction="http://tempuri.org/Iapitest/outInTaskListResponse")]
|
[System.ServiceModel.DataContractFormatAttribute(Style=System.ServiceModel.OperationFormatStyle.Rpc)]
|
string outInTaskList(string pages);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/outInTaskList", ReplyAction="http://tempuri.org/Iapitest/outInTaskListResponse")]
|
System.Threading.Tasks.Task<string> outInTaskListAsync(string pages);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/receiptConvert", ReplyAction="http://tempuri.org/Iapitest/receiptConvertResponse")]
|
[System.ServiceModel.DataContractFormatAttribute(Style=System.ServiceModel.OperationFormatStyle.Rpc)]
|
string receiptConvert(string receipt);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/receiptConvert", ReplyAction="http://tempuri.org/Iapitest/receiptConvertResponse")]
|
System.Threading.Tasks.Task<string> receiptConvertAsync(string receipt);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/findProductStock", ReplyAction="http://tempuri.org/Iapitest/findProductStockResponse")]
|
[System.ServiceModel.DataContractFormatAttribute(Style=System.ServiceModel.OperationFormatStyle.Rpc)]
|
string findProductStock(string pages);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/findProductStock", ReplyAction="http://tempuri.org/Iapitest/findProductStockResponse")]
|
System.Threading.Tasks.Task<string> findProductStockAsync(string pages);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/getDevicePosition", ReplyAction="http://tempuri.org/Iapitest/getDevicePositionResponse")]
|
[System.ServiceModel.DataContractFormatAttribute(Style=System.ServiceModel.OperationFormatStyle.Rpc)]
|
siemensPda.sendToSap.ArrayOfInt getDevicePosition(string param);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/getDevicePosition", ReplyAction="http://tempuri.org/Iapitest/getDevicePositionResponse")]
|
System.Threading.Tasks.Task<siemensPda.sendToSap.ArrayOfInt> getDevicePositionAsync(string param);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/findMaterial", ReplyAction="http://tempuri.org/Iapitest/findMaterialResponse")]
|
[System.ServiceModel.DataContractFormatAttribute(Style=System.ServiceModel.OperationFormatStyle.Rpc)]
|
string findMaterial(string param);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/findMaterial", ReplyAction="http://tempuri.org/Iapitest/findMaterialResponse")]
|
System.Threading.Tasks.Task<string> findMaterialAsync(string param);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/MaterialOperation", ReplyAction="http://tempuri.org/Iapitest/MaterialOperationResponse")]
|
[System.ServiceModel.DataContractFormatAttribute(Style=System.ServiceModel.OperationFormatStyle.Rpc)]
|
string MaterialOperation(string param);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Iapitest/MaterialOperation", ReplyAction="http://tempuri.org/Iapitest/MaterialOperationResponse")]
|
System.Threading.Tasks.Task<string> MaterialOperationAsync(string param);
|
}
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
public interface IapitestChannel : siemensPda.sendToSap.Iapitest, System.ServiceModel.IClientChannel {
|
}
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
public partial class IapitestClient : System.ServiceModel.ClientBase<siemensPda.sendToSap.Iapitest>, siemensPda.sendToSap.Iapitest {
|
|
public IapitestClient() {
|
}
|
|
public IapitestClient(string endpointConfigurationName) :
|
base(endpointConfigurationName) {
|
}
|
|
public IapitestClient(string endpointConfigurationName, string remoteAddress) :
|
base(endpointConfigurationName, remoteAddress) {
|
}
|
|
public IapitestClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
|
base(endpointConfigurationName, remoteAddress) {
|
}
|
|
public IapitestClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
|
base(binding, remoteAddress) {
|
}
|
|
public void callContainer(int containerTypeId) {
|
base.Channel.callContainer(containerTypeId);
|
}
|
|
public System.Threading.Tasks.Task callContainerAsync(int containerTypeId) {
|
return base.Channel.callContainerAsync(containerTypeId);
|
}
|
|
public string sortingConfirm(string PlateCode, string Products, string percentage) {
|
return base.Channel.sortingConfirm(PlateCode, Products, percentage);
|
}
|
|
public System.Threading.Tasks.Task<string> sortingConfirmAsync(string PlateCode, string Products, string percentage) {
|
return base.Channel.sortingConfirmAsync(PlateCode, Products, percentage);
|
}
|
|
public void madeDish(string containerCode) {
|
base.Channel.madeDish(containerCode);
|
}
|
|
public System.Threading.Tasks.Task madeDishAsync(string containerCode) {
|
return base.Channel.madeDishAsync(containerCode);
|
}
|
|
public bool subtractQty(string subInfo) {
|
return base.Channel.subtractQty(subInfo);
|
}
|
|
public System.Threading.Tasks.Task<bool> subtractQtyAsync(string subInfo) {
|
return base.Channel.subtractQtyAsync(subInfo);
|
}
|
|
public string getToPlace(int taskId, int continerType, int height) {
|
return base.Channel.getToPlace(taskId, continerType, height);
|
}
|
|
public System.Threading.Tasks.Task<string> getToPlaceAsync(int taskId, int continerType, int height) {
|
return base.Channel.getToPlaceAsync(taskId, continerType, height);
|
}
|
|
public string receiptConfirm(string receipt) {
|
return base.Channel.receiptConfirm(receipt);
|
}
|
|
public System.Threading.Tasks.Task<string> receiptConfirmAsync(string receipt) {
|
return base.Channel.receiptConfirmAsync(receipt);
|
}
|
|
public string getPoList(string PoCode) {
|
return base.Channel.getPoList(PoCode);
|
}
|
|
public System.Threading.Tasks.Task<string> getPoListAsync(string PoCode) {
|
return base.Channel.getPoListAsync(PoCode);
|
}
|
|
public string StockOutConfirm(string outList) {
|
return base.Channel.StockOutConfirm(outList);
|
}
|
|
public System.Threading.Tasks.Task<string> StockOutConfirmAsync(string outList) {
|
return base.Channel.StockOutConfirmAsync(outList);
|
}
|
|
public string takeStock(string takes) {
|
return base.Channel.takeStock(takes);
|
}
|
|
public System.Threading.Tasks.Task<string> takeStockAsync(string takes) {
|
return base.Channel.takeStockAsync(takes);
|
}
|
|
public string reverser(string res) {
|
return base.Channel.reverser(res);
|
}
|
|
public System.Threading.Tasks.Task<string> reverserAsync(string res) {
|
return base.Channel.reverserAsync(res);
|
}
|
|
public string getDeviceInfo(string startTime, string endTime) {
|
return base.Channel.getDeviceInfo(startTime, endTime);
|
}
|
|
public System.Threading.Tasks.Task<string> getDeviceInfoAsync(string startTime, string endTime) {
|
return base.Channel.getDeviceInfoAsync(startTime, endTime);
|
}
|
|
public string outStockTaskList(string takes) {
|
return base.Channel.outStockTaskList(takes);
|
}
|
|
public System.Threading.Tasks.Task<string> outStockTaskListAsync(string takes) {
|
return base.Channel.outStockTaskListAsync(takes);
|
}
|
|
public string inStockTask(string takes) {
|
return base.Channel.inStockTask(takes);
|
}
|
|
public System.Threading.Tasks.Task<string> inStockTaskAsync(string takes) {
|
return base.Channel.inStockTaskAsync(takes);
|
}
|
|
public string unlock(int isremove, string positionName, string username) {
|
return base.Channel.unlock(isremove, positionName, username);
|
}
|
|
public System.Threading.Tasks.Task<string> unlockAsync(int isremove, string positionName, string username) {
|
return base.Channel.unlockAsync(isremove, positionName, username);
|
}
|
|
public string resetChaiDieDevice(string deviceCode) {
|
return base.Channel.resetChaiDieDevice(deviceCode);
|
}
|
|
public System.Threading.Tasks.Task<string> resetChaiDieDeviceAsync(string deviceCode) {
|
return base.Channel.resetChaiDieDeviceAsync(deviceCode);
|
}
|
|
public string productStockInfo(string pages) {
|
return base.Channel.productStockInfo(pages);
|
}
|
|
public System.Threading.Tasks.Task<string> productStockInfoAsync(string pages) {
|
return base.Channel.productStockInfoAsync(pages);
|
}
|
|
public string DeleteProductStock(int deleteId) {
|
return base.Channel.DeleteProductStock(deleteId);
|
}
|
|
public System.Threading.Tasks.Task<string> DeleteProductStockAsync(int deleteId) {
|
return base.Channel.DeleteProductStockAsync(deleteId);
|
}
|
|
public string updateProductStock(string updateInfo) {
|
return base.Channel.updateProductStock(updateInfo);
|
}
|
|
public System.Threading.Tasks.Task<string> updateProductStockAsync(string updateInfo) {
|
return base.Channel.updateProductStockAsync(updateInfo);
|
}
|
|
public string moveStock(string positionName, string username) {
|
return base.Channel.moveStock(positionName, username);
|
}
|
|
public System.Threading.Tasks.Task<string> moveStockAsync(string positionName, string username) {
|
return base.Channel.moveStockAsync(positionName, username);
|
}
|
|
public string lackData(string orderCode) {
|
return base.Channel.lackData(orderCode);
|
}
|
|
public System.Threading.Tasks.Task<string> lackDataAsync(string orderCode) {
|
return base.Channel.lackDataAsync(orderCode);
|
}
|
|
public string outInTaskList(string pages) {
|
return base.Channel.outInTaskList(pages);
|
}
|
|
public System.Threading.Tasks.Task<string> outInTaskListAsync(string pages) {
|
return base.Channel.outInTaskListAsync(pages);
|
}
|
|
public string receiptConvert(string receipt) {
|
return base.Channel.receiptConvert(receipt);
|
}
|
|
public System.Threading.Tasks.Task<string> receiptConvertAsync(string receipt) {
|
return base.Channel.receiptConvertAsync(receipt);
|
}
|
|
public string findProductStock(string pages) {
|
return base.Channel.findProductStock(pages);
|
}
|
|
public System.Threading.Tasks.Task<string> findProductStockAsync(string pages) {
|
return base.Channel.findProductStockAsync(pages);
|
}
|
|
public siemensPda.sendToSap.ArrayOfInt getDevicePosition(string param) {
|
return base.Channel.getDevicePosition(param);
|
}
|
|
public System.Threading.Tasks.Task<siemensPda.sendToSap.ArrayOfInt> getDevicePositionAsync(string param) {
|
return base.Channel.getDevicePositionAsync(param);
|
}
|
|
public string findMaterial(string param) {
|
return base.Channel.findMaterial(param);
|
}
|
|
public System.Threading.Tasks.Task<string> findMaterialAsync(string param) {
|
return base.Channel.findMaterialAsync(param);
|
}
|
|
public string MaterialOperation(string param) {
|
return base.Channel.MaterialOperation(param);
|
}
|
|
public System.Threading.Tasks.Task<string> MaterialOperationAsync(string param) {
|
return base.Channel.MaterialOperationAsync(param);
|
}
|
}
|
}
|