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.
670 lines
16 KiB
670 lines
16 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.Rcv", ClrNamespace="UFIDA.U9.ISV.Rcv")]
|
|
|
|
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.Rcv
|
|
{
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="CreateRcvRestDTOData", Namespace="UFIDA.U9.ISV.Rcv")]
|
|
public partial class CreateRcvRestDTOData : object, System.Runtime.Serialization.IExtensibleDataObject
|
|
{
|
|
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
private long BinField;
|
|
|
|
private string BusinessDateField;
|
|
|
|
private string CreatedByField;
|
|
|
|
private string DocIDField;
|
|
|
|
private string DocLineIDField;
|
|
|
|
private string DocLineNoField;
|
|
|
|
private string DocNoField;
|
|
|
|
private string DocTypeCodeField;
|
|
|
|
private string GroupFlagField;
|
|
|
|
private bool IsSuccessField;
|
|
|
|
private long ItemIDField;
|
|
|
|
private string LotNoField;
|
|
|
|
private string MemoField;
|
|
|
|
private long MfcField;
|
|
|
|
private string OtherDescField;
|
|
|
|
private long POLineIDField;
|
|
|
|
private decimal PriceTCField;
|
|
|
|
private long ProjectField;
|
|
|
|
private string RandomSrcIDField;
|
|
|
|
private decimal RcvQtyField;
|
|
|
|
private int ReceivementTypeField;
|
|
|
|
private decimal RtnDeductQtyField;
|
|
|
|
private decimal RtnFillQtyField;
|
|
|
|
private string SrcIDField;
|
|
|
|
private long SupplierField;
|
|
|
|
private string SyncErrMsgField;
|
|
|
|
private long UomField;
|
|
|
|
private long WhField;
|
|
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData
|
|
{
|
|
get
|
|
{
|
|
return this.extensionDataField;
|
|
}
|
|
set
|
|
{
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long Bin
|
|
{
|
|
get
|
|
{
|
|
return this.BinField;
|
|
}
|
|
set
|
|
{
|
|
this.BinField = 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 DocID
|
|
{
|
|
get
|
|
{
|
|
return this.DocIDField;
|
|
}
|
|
set
|
|
{
|
|
this.DocIDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string DocLineID
|
|
{
|
|
get
|
|
{
|
|
return this.DocLineIDField;
|
|
}
|
|
set
|
|
{
|
|
this.DocLineIDField = 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 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 bool IsSuccess
|
|
{
|
|
get
|
|
{
|
|
return this.IsSuccessField;
|
|
}
|
|
set
|
|
{
|
|
this.IsSuccessField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long ItemID
|
|
{
|
|
get
|
|
{
|
|
return this.ItemIDField;
|
|
}
|
|
set
|
|
{
|
|
this.ItemIDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string LotNo
|
|
{
|
|
get
|
|
{
|
|
return this.LotNoField;
|
|
}
|
|
set
|
|
{
|
|
this.LotNoField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string Memo
|
|
{
|
|
get
|
|
{
|
|
return this.MemoField;
|
|
}
|
|
set
|
|
{
|
|
this.MemoField = 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 POLineID
|
|
{
|
|
get
|
|
{
|
|
return this.POLineIDField;
|
|
}
|
|
set
|
|
{
|
|
this.POLineIDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal PriceTC
|
|
{
|
|
get
|
|
{
|
|
return this.PriceTCField;
|
|
}
|
|
set
|
|
{
|
|
this.PriceTCField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long Project
|
|
{
|
|
get
|
|
{
|
|
return this.ProjectField;
|
|
}
|
|
set
|
|
{
|
|
this.ProjectField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string RandomSrcID
|
|
{
|
|
get
|
|
{
|
|
return this.RandomSrcIDField;
|
|
}
|
|
set
|
|
{
|
|
this.RandomSrcIDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal RcvQty
|
|
{
|
|
get
|
|
{
|
|
return this.RcvQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.RcvQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int ReceivementType
|
|
{
|
|
get
|
|
{
|
|
return this.ReceivementTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.ReceivementTypeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal RtnDeductQty
|
|
{
|
|
get
|
|
{
|
|
return this.RtnDeductQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.RtnDeductQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal RtnFillQty
|
|
{
|
|
get
|
|
{
|
|
return this.RtnFillQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.RtnFillQtyField = 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 string SyncErrMsg
|
|
{
|
|
get
|
|
{
|
|
return this.SyncErrMsgField;
|
|
}
|
|
set
|
|
{
|
|
this.SyncErrMsgField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long Uom
|
|
{
|
|
get
|
|
{
|
|
return this.UomField;
|
|
}
|
|
set
|
|
{
|
|
this.UomField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long Wh
|
|
{
|
|
get
|
|
{
|
|
return this.WhField;
|
|
}
|
|
set
|
|
{
|
|
this.WhField = value;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
|
|
[System.ServiceModel.ServiceContractAttribute(Namespace="UFIDA.U9.ISV.Rcv", ConfigurationName="ICreateRcvRestSV")]
|
|
public interface ICreateRcvRestSV
|
|
{
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="UFIDA.U9.ISV.Rcv/ICreateRcvRestSV/Do", ReplyAction="UFIDA.U9.ISV.Rcv/ICreateRcvRestSV/DoResponse")]
|
|
UFIDA.U9.ISV.Rcv.CreateRcvRestDTOData[] Do(UFSoft.UBF.Service.ISVContext context, UFIDA.U9.ISV.Rcv.CreateRcvRestDTOData[] paramInList);
|
|
}
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
|
|
public interface ICreateRcvRestSVChannel : ICreateRcvRestSV, System.ServiceModel.IClientChannel
|
|
{
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
|
|
public partial class CreateRcvRestSVClient : System.ServiceModel.ClientBase<ICreateRcvRestSV>, ICreateRcvRestSV
|
|
{
|
|
|
|
public CreateRcvRestSVClient()
|
|
{
|
|
}
|
|
|
|
public CreateRcvRestSVClient(string endpointConfigurationName) :
|
|
base(endpointConfigurationName)
|
|
{
|
|
}
|
|
|
|
public CreateRcvRestSVClient(string endpointConfigurationName, string remoteAddress) :
|
|
base(endpointConfigurationName, remoteAddress)
|
|
{
|
|
}
|
|
|
|
public CreateRcvRestSVClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
|
|
base(endpointConfigurationName, remoteAddress)
|
|
{
|
|
}
|
|
|
|
public CreateRcvRestSVClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
|
|
base(binding, remoteAddress)
|
|
{
|
|
}
|
|
|
|
public UFIDA.U9.ISV.Rcv.CreateRcvRestDTOData[] Do(UFSoft.UBF.Service.ISVContext context, UFIDA.U9.ISV.Rcv.CreateRcvRestDTOData[] paramInList)
|
|
{
|
|
return base.Channel.Do(context, paramInList);
|
|
}
|
|
}
|