You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
736 lines
19 KiB
736 lines
19 KiB
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 此代码由工具生成。
|
|
// 运行时版本:2.0.50727.9168
|
|
//
|
|
// 对此文件的更改可能会导致不正确的行为,并且如果
|
|
// 重新生成代码,这些更改将会丢失。
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
[assembly: System.Runtime.Serialization.ContractNamespaceAttribute("UFSoft.UBF.Service", ClrNamespace="UFSoft.UBF.Service")]
|
|
[assembly: System.Runtime.Serialization.ContractNamespaceAttribute("UFIDA.U9.ISV.Mobile.TransferInISV", ClrNamespace="UFIDA.U9.ISV.Mobile.TransferInISV")]
|
|
|
|
namespace UFSoft.UBF.Service
|
|
{
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="ISVContext", Namespace="UFSoft.UBF.Service")]
|
|
public partial class ISVContext : object, System.Runtime.Serialization.IExtensibleDataObject
|
|
{
|
|
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
private string CultureNameField;
|
|
|
|
private string EntCodeField;
|
|
|
|
private string ExtContext1Field;
|
|
|
|
private string ExtContext2Field;
|
|
|
|
private string ExtContext3Field;
|
|
|
|
private string OrgCodeField;
|
|
|
|
private long OrgIDField;
|
|
|
|
private string TokenField;
|
|
|
|
private string UserCodeField;
|
|
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData
|
|
{
|
|
get
|
|
{
|
|
return this.extensionDataField;
|
|
}
|
|
set
|
|
{
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string CultureName
|
|
{
|
|
get
|
|
{
|
|
return this.CultureNameField;
|
|
}
|
|
set
|
|
{
|
|
this.CultureNameField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string EntCode
|
|
{
|
|
get
|
|
{
|
|
return this.EntCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.EntCodeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string ExtContext1
|
|
{
|
|
get
|
|
{
|
|
return this.ExtContext1Field;
|
|
}
|
|
set
|
|
{
|
|
this.ExtContext1Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string ExtContext2
|
|
{
|
|
get
|
|
{
|
|
return this.ExtContext2Field;
|
|
}
|
|
set
|
|
{
|
|
this.ExtContext2Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string ExtContext3
|
|
{
|
|
get
|
|
{
|
|
return this.ExtContext3Field;
|
|
}
|
|
set
|
|
{
|
|
this.ExtContext3Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string OrgCode
|
|
{
|
|
get
|
|
{
|
|
return this.OrgCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.OrgCodeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long OrgID
|
|
{
|
|
get
|
|
{
|
|
return this.OrgIDField;
|
|
}
|
|
set
|
|
{
|
|
this.OrgIDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string Token
|
|
{
|
|
get
|
|
{
|
|
return this.TokenField;
|
|
}
|
|
set
|
|
{
|
|
this.TokenField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string UserCode
|
|
{
|
|
get
|
|
{
|
|
return this.UserCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.UserCodeField = value;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
namespace UFIDA.U9.ISV.Mobile.TransferInISV
|
|
{
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="TransInRestInputDTOData", Namespace="UFIDA.U9.ISV.Mobile.TransferInISV")]
|
|
public partial class TransInRestInputDTOData : object, System.Runtime.Serialization.IExtensibleDataObject
|
|
{
|
|
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
private string BusinessDateField;
|
|
|
|
private string CreatedByField;
|
|
|
|
private string DocTypeCodeField;
|
|
|
|
private string GroupFlagField;
|
|
|
|
private string ItemBarCodeField;
|
|
|
|
private long ItemMasterField;
|
|
|
|
private string LotCodeField;
|
|
|
|
private long MOField;
|
|
|
|
private long MfcField;
|
|
|
|
private string OtherDescField;
|
|
|
|
private long ProjectField;
|
|
|
|
private string ProjectCodeField;
|
|
|
|
private string PubDescSeg3Field;
|
|
|
|
private string RandomSrcIDField;
|
|
|
|
private string SrcIDField;
|
|
|
|
private long SupplierField;
|
|
|
|
private long TransInBinField;
|
|
|
|
private long TransInOrgField;
|
|
|
|
private long TransInWhField;
|
|
|
|
private long TransOutBinField;
|
|
|
|
private long TransOutOrgField;
|
|
|
|
private long TransOutWhField;
|
|
|
|
private decimal TransferQtyField;
|
|
|
|
private long UomField;
|
|
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData
|
|
{
|
|
get
|
|
{
|
|
return this.extensionDataField;
|
|
}
|
|
set
|
|
{
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string BusinessDate
|
|
{
|
|
get
|
|
{
|
|
return this.BusinessDateField;
|
|
}
|
|
set
|
|
{
|
|
this.BusinessDateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string CreatedBy
|
|
{
|
|
get
|
|
{
|
|
return this.CreatedByField;
|
|
}
|
|
set
|
|
{
|
|
this.CreatedByField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string DocTypeCode
|
|
{
|
|
get
|
|
{
|
|
return this.DocTypeCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.DocTypeCodeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string GroupFlag
|
|
{
|
|
get
|
|
{
|
|
return this.GroupFlagField;
|
|
}
|
|
set
|
|
{
|
|
this.GroupFlagField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string ItemBarCode
|
|
{
|
|
get
|
|
{
|
|
return this.ItemBarCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.ItemBarCodeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long ItemMaster
|
|
{
|
|
get
|
|
{
|
|
return this.ItemMasterField;
|
|
}
|
|
set
|
|
{
|
|
this.ItemMasterField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string LotCode
|
|
{
|
|
get
|
|
{
|
|
return this.LotCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.LotCodeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long MO
|
|
{
|
|
get
|
|
{
|
|
return this.MOField;
|
|
}
|
|
set
|
|
{
|
|
this.MOField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long Mfc
|
|
{
|
|
get
|
|
{
|
|
return this.MfcField;
|
|
}
|
|
set
|
|
{
|
|
this.MfcField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string OtherDesc
|
|
{
|
|
get
|
|
{
|
|
return this.OtherDescField;
|
|
}
|
|
set
|
|
{
|
|
this.OtherDescField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long Project
|
|
{
|
|
get
|
|
{
|
|
return this.ProjectField;
|
|
}
|
|
set
|
|
{
|
|
this.ProjectField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string ProjectCode
|
|
{
|
|
get
|
|
{
|
|
return this.ProjectCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.ProjectCodeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string PubDescSeg3
|
|
{
|
|
get
|
|
{
|
|
return this.PubDescSeg3Field;
|
|
}
|
|
set
|
|
{
|
|
this.PubDescSeg3Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string RandomSrcID
|
|
{
|
|
get
|
|
{
|
|
return this.RandomSrcIDField;
|
|
}
|
|
set
|
|
{
|
|
this.RandomSrcIDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string SrcID
|
|
{
|
|
get
|
|
{
|
|
return this.SrcIDField;
|
|
}
|
|
set
|
|
{
|
|
this.SrcIDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long Supplier
|
|
{
|
|
get
|
|
{
|
|
return this.SupplierField;
|
|
}
|
|
set
|
|
{
|
|
this.SupplierField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long TransInBin
|
|
{
|
|
get
|
|
{
|
|
return this.TransInBinField;
|
|
}
|
|
set
|
|
{
|
|
this.TransInBinField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long TransInOrg
|
|
{
|
|
get
|
|
{
|
|
return this.TransInOrgField;
|
|
}
|
|
set
|
|
{
|
|
this.TransInOrgField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long TransInWh
|
|
{
|
|
get
|
|
{
|
|
return this.TransInWhField;
|
|
}
|
|
set
|
|
{
|
|
this.TransInWhField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long TransOutBin
|
|
{
|
|
get
|
|
{
|
|
return this.TransOutBinField;
|
|
}
|
|
set
|
|
{
|
|
this.TransOutBinField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long TransOutOrg
|
|
{
|
|
get
|
|
{
|
|
return this.TransOutOrgField;
|
|
}
|
|
set
|
|
{
|
|
this.TransOutOrgField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long TransOutWh
|
|
{
|
|
get
|
|
{
|
|
return this.TransOutWhField;
|
|
}
|
|
set
|
|
{
|
|
this.TransOutWhField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal TransferQty
|
|
{
|
|
get
|
|
{
|
|
return this.TransferQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.TransferQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long Uom
|
|
{
|
|
get
|
|
{
|
|
return this.UomField;
|
|
}
|
|
set
|
|
{
|
|
this.UomField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="TransInRestResultDTOData", Namespace="UFIDA.U9.ISV.Mobile.TransferInISV")]
|
|
public partial class TransInRestResultDTOData : object, System.Runtime.Serialization.IExtensibleDataObject
|
|
{
|
|
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
private string DocLineNoField;
|
|
|
|
private string DocNoField;
|
|
|
|
private string ErpIDField;
|
|
|
|
private string ErpLineIDField;
|
|
|
|
private bool IsSuccessField;
|
|
|
|
private string SrcIDField;
|
|
|
|
private string SyncErrMsgField;
|
|
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData
|
|
{
|
|
get
|
|
{
|
|
return this.extensionDataField;
|
|
}
|
|
set
|
|
{
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string DocLineNo
|
|
{
|
|
get
|
|
{
|
|
return this.DocLineNoField;
|
|
}
|
|
set
|
|
{
|
|
this.DocLineNoField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string DocNo
|
|
{
|
|
get
|
|
{
|
|
return this.DocNoField;
|
|
}
|
|
set
|
|
{
|
|
this.DocNoField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string ErpID
|
|
{
|
|
get
|
|
{
|
|
return this.ErpIDField;
|
|
}
|
|
set
|
|
{
|
|
this.ErpIDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string ErpLineID
|
|
{
|
|
get
|
|
{
|
|
return this.ErpLineIDField;
|
|
}
|
|
set
|
|
{
|
|
this.ErpLineIDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool IsSuccess
|
|
{
|
|
get
|
|
{
|
|
return this.IsSuccessField;
|
|
}
|
|
set
|
|
{
|
|
this.IsSuccessField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string SrcID
|
|
{
|
|
get
|
|
{
|
|
return this.SrcIDField;
|
|
}
|
|
set
|
|
{
|
|
this.SrcIDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string SyncErrMsg
|
|
{
|
|
get
|
|
{
|
|
return this.SyncErrMsgField;
|
|
}
|
|
set
|
|
{
|
|
this.SyncErrMsgField = value;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
|
|
[System.ServiceModel.ServiceContractAttribute(Namespace="UFIDA.U9.ISV.Mobile.TransferInISV", ConfigurationName="ICreateTransferInRestSV")]
|
|
public interface ICreateTransferInRestSV
|
|
{
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="UFIDA.U9.ISV.Mobile.TransferInISV/ICreateTransferInRestSV/Do", ReplyAction="UFIDA.U9.ISV.Mobile.TransferInISV/ICreateTransferInRestSV/DoResponse")]
|
|
UFIDA.U9.ISV.Mobile.TransferInISV.TransInRestResultDTOData[] Do(UFSoft.UBF.Service.ISVContext context, UFIDA.U9.ISV.Mobile.TransferInISV.TransInRestInputDTOData[] paramInList, int isCreateByLine, bool isApprove);
|
|
}
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
|
|
public interface ICreateTransferInRestSVChannel : ICreateTransferInRestSV, System.ServiceModel.IClientChannel
|
|
{
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
|
|
public partial class CreateTransferInRestSVClient : System.ServiceModel.ClientBase<ICreateTransferInRestSV>, ICreateTransferInRestSV
|
|
{
|
|
|
|
public CreateTransferInRestSVClient()
|
|
{
|
|
}
|
|
|
|
public CreateTransferInRestSVClient(string endpointConfigurationName) :
|
|
base(endpointConfigurationName)
|
|
{
|
|
}
|
|
|
|
public CreateTransferInRestSVClient(string endpointConfigurationName, string remoteAddress) :
|
|
base(endpointConfigurationName, remoteAddress)
|
|
{
|
|
}
|
|
|
|
public CreateTransferInRestSVClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
|
|
base(endpointConfigurationName, remoteAddress)
|
|
{
|
|
}
|
|
|
|
public CreateTransferInRestSVClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
|
|
base(binding, remoteAddress)
|
|
{
|
|
}
|
|
|
|
public UFIDA.U9.ISV.Mobile.TransferInISV.TransInRestResultDTOData[] Do(UFSoft.UBF.Service.ISVContext context, UFIDA.U9.ISV.Mobile.TransferInISV.TransInRestInputDTOData[] paramInList, int isCreateByLine, bool isApprove)
|
|
{
|
|
return base.Channel.Do(context, paramInList, isCreateByLine, isApprove);
|
|
}
|
|
}
|