998 lines
46 KiB
C#
998 lines
46 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 此代码由工具生成。
|
|
// 运行时版本:4.0.30319.42000
|
|
//
|
|
// 对此文件的更改可能会导致不正确的行为,并且如果
|
|
// 重新生成代码,这些更改将会丢失。
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace TiJianFuWu.TianRui {
|
|
using System.Runtime.Serialization;
|
|
using System;
|
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="DingDan", Namespace="http://tempuri.org/")]
|
|
[System.SerializableAttribute()]
|
|
public partial class DingDan : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
[System.NonSerializedAttribute()]
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
private int idField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string orderidField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string TaoCanMingChengField;
|
|
|
|
private decimal DingDanJiaGeField;
|
|
|
|
private System.DateTime DingDanShiJianField;
|
|
|
|
private byte stateField;
|
|
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
|
get {
|
|
return this.extensionDataField;
|
|
}
|
|
set {
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int id {
|
|
get {
|
|
return this.idField;
|
|
}
|
|
set {
|
|
if ((this.idField.Equals(value) != true)) {
|
|
this.idField = value;
|
|
this.RaisePropertyChanged("id");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
|
|
public string orderid {
|
|
get {
|
|
return this.orderidField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.orderidField, value) != true)) {
|
|
this.orderidField = value;
|
|
this.RaisePropertyChanged("orderid");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
|
|
public string TaoCanMingCheng {
|
|
get {
|
|
return this.TaoCanMingChengField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.TaoCanMingChengField, value) != true)) {
|
|
this.TaoCanMingChengField = value;
|
|
this.RaisePropertyChanged("TaoCanMingCheng");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=3)]
|
|
public decimal DingDanJiaGe {
|
|
get {
|
|
return this.DingDanJiaGeField;
|
|
}
|
|
set {
|
|
if ((this.DingDanJiaGeField.Equals(value) != true)) {
|
|
this.DingDanJiaGeField = value;
|
|
this.RaisePropertyChanged("DingDanJiaGe");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=4)]
|
|
public System.DateTime DingDanShiJian {
|
|
get {
|
|
return this.DingDanShiJianField;
|
|
}
|
|
set {
|
|
if ((this.DingDanShiJianField.Equals(value) != true)) {
|
|
this.DingDanShiJianField = value;
|
|
this.RaisePropertyChanged("DingDanShiJian");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=5)]
|
|
public byte state {
|
|
get {
|
|
return this.stateField;
|
|
}
|
|
set {
|
|
if ((this.stateField.Equals(value) != true)) {
|
|
this.stateField = value;
|
|
this.RaisePropertyChanged("state");
|
|
}
|
|
}
|
|
}
|
|
|
|
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
|
|
|
protected void RaisePropertyChanged(string propertyName) {
|
|
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
|
if ((propertyChanged != null)) {
|
|
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="OperationResult", Namespace="http://tempuri.org/")]
|
|
[System.SerializableAttribute()]
|
|
public partial class OperationResult : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
[System.NonSerializedAttribute()]
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
private byte StateField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string MessageField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string TagField;
|
|
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
|
get {
|
|
return this.extensionDataField;
|
|
}
|
|
set {
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public byte State {
|
|
get {
|
|
return this.StateField;
|
|
}
|
|
set {
|
|
if ((this.StateField.Equals(value) != true)) {
|
|
this.StateField = value;
|
|
this.RaisePropertyChanged("State");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
|
|
public string Message {
|
|
get {
|
|
return this.MessageField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.MessageField, value) != true)) {
|
|
this.MessageField = value;
|
|
this.RaisePropertyChanged("Message");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
|
|
public string Tag {
|
|
get {
|
|
return this.TagField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.TagField, value) != true)) {
|
|
this.TagField = value;
|
|
this.RaisePropertyChanged("Tag");
|
|
}
|
|
}
|
|
}
|
|
|
|
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
|
|
|
protected void RaisePropertyChanged(string propertyName) {
|
|
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
|
if ((propertyChanged != null)) {
|
|
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.ServiceContractAttribute(ConfigurationName="TianRui.TiJianSoap")]
|
|
public interface TiJianSoap {
|
|
|
|
// CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 yzm 以后生成的消息协定未标记为 nillable
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetDingDan", ReplyAction="*")]
|
|
TiJianFuWu.TianRui.GetDingDanResponse GetDingDan(TiJianFuWu.TianRui.GetDingDanRequest request);
|
|
|
|
// CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 ddid 以后生成的消息协定未标记为 nillable
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/XiaoFei", ReplyAction="*")]
|
|
TiJianFuWu.TianRui.XiaoFeiResponse XiaoFei(TiJianFuWu.TianRui.XiaoFeiRequest request);
|
|
|
|
// CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 XingMing 以后生成的消息协定未标记为 nillable
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/CreateHuiYuan", ReplyAction="*")]
|
|
TiJianFuWu.TianRui.CreateHuiYuanResponse CreateHuiYuan(TiJianFuWu.TianRui.CreateHuiYuanRequest request);
|
|
|
|
// CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 TaoCanMingCheng 以后生成的消息协定未标记为 nillable
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/CreateBaoGao", ReplyAction="*")]
|
|
TiJianFuWu.TianRui.CreateBaoGaoResponse CreateBaoGao(TiJianFuWu.TianRui.CreateBaoGaoRequest request);
|
|
|
|
// CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 bbnr 以后生成的消息协定未标记为 nillable
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/TianJiaBaoGaoMingXi", ReplyAction="*")]
|
|
TiJianFuWu.TianRui.TianJiaBaoGaoMingXiResponse TianJiaBaoGaoMingXi(TiJianFuWu.TianRui.TianJiaBaoGaoMingXiRequest request);
|
|
|
|
// CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 bbnr 以后生成的消息协定未标记为 nillable
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/TianJiaBaoGaoMingXi_One", ReplyAction="*")]
|
|
TiJianFuWu.TianRui.TianJiaBaoGaoMingXi_OneResponse TianJiaBaoGaoMingXi_One(TiJianFuWu.TianRui.TianJiaBaoGaoMingXi_OneRequest request);
|
|
|
|
// CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 path 以后生成的消息协定未标记为 nillable
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/TianJiaBaoGaoMingXi_Tow", ReplyAction="*")]
|
|
TiJianFuWu.TianRui.TianJiaBaoGaoMingXi_TowResponse TianJiaBaoGaoMingXi_Tow(TiJianFuWu.TianRui.TianJiaBaoGaoMingXi_TowRequest request);
|
|
|
|
// CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 ShouJiHao 以后生成的消息协定未标记为 nillable
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/SendMsg", ReplyAction="*")]
|
|
TiJianFuWu.TianRui.SendMsgResponse SendMsg(TiJianFuWu.TianRui.SendMsgRequest request);
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
|
public partial class GetDingDanRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetDingDan", Namespace="http://tempuri.org/", Order=0)]
|
|
public TiJianFuWu.TianRui.GetDingDanRequestBody Body;
|
|
|
|
public GetDingDanRequest() {
|
|
}
|
|
|
|
public GetDingDanRequest(TiJianFuWu.TianRui.GetDingDanRequestBody Body) {
|
|
this.Body = Body;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
|
|
public partial class GetDingDanRequestBody {
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
|
|
public string yzm;
|
|
|
|
public GetDingDanRequestBody() {
|
|
}
|
|
|
|
public GetDingDanRequestBody(string yzm) {
|
|
this.yzm = yzm;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
|
public partial class GetDingDanResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetDingDanResponse", Namespace="http://tempuri.org/", Order=0)]
|
|
public TiJianFuWu.TianRui.GetDingDanResponseBody Body;
|
|
|
|
public GetDingDanResponse() {
|
|
}
|
|
|
|
public GetDingDanResponse(TiJianFuWu.TianRui.GetDingDanResponseBody Body) {
|
|
this.Body = Body;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
|
|
public partial class GetDingDanResponseBody {
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
|
|
public TiJianFuWu.TianRui.DingDan GetDingDanResult;
|
|
|
|
public GetDingDanResponseBody() {
|
|
}
|
|
|
|
public GetDingDanResponseBody(TiJianFuWu.TianRui.DingDan GetDingDanResult) {
|
|
this.GetDingDanResult = GetDingDanResult;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
|
public partial class XiaoFeiRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="XiaoFei", Namespace="http://tempuri.org/", Order=0)]
|
|
public TiJianFuWu.TianRui.XiaoFeiRequestBody Body;
|
|
|
|
public XiaoFeiRequest() {
|
|
}
|
|
|
|
public XiaoFeiRequest(TiJianFuWu.TianRui.XiaoFeiRequestBody Body) {
|
|
this.Body = Body;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
|
|
public partial class XiaoFeiRequestBody {
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
|
|
public string ddid;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
|
|
public string fdid;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
|
|
public string ygid;
|
|
|
|
public XiaoFeiRequestBody() {
|
|
}
|
|
|
|
public XiaoFeiRequestBody(string ddid, string fdid, string ygid) {
|
|
this.ddid = ddid;
|
|
this.fdid = fdid;
|
|
this.ygid = ygid;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
|
public partial class XiaoFeiResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="XiaoFeiResponse", Namespace="http://tempuri.org/", Order=0)]
|
|
public TiJianFuWu.TianRui.XiaoFeiResponseBody Body;
|
|
|
|
public XiaoFeiResponse() {
|
|
}
|
|
|
|
public XiaoFeiResponse(TiJianFuWu.TianRui.XiaoFeiResponseBody Body) {
|
|
this.Body = Body;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
|
|
public partial class XiaoFeiResponseBody {
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
|
|
public TiJianFuWu.TianRui.OperationResult XiaoFeiResult;
|
|
|
|
public XiaoFeiResponseBody() {
|
|
}
|
|
|
|
public XiaoFeiResponseBody(TiJianFuWu.TianRui.OperationResult XiaoFeiResult) {
|
|
this.XiaoFeiResult = XiaoFeiResult;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
|
public partial class CreateHuiYuanRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="CreateHuiYuan", Namespace="http://tempuri.org/", Order=0)]
|
|
public TiJianFuWu.TianRui.CreateHuiYuanRequestBody Body;
|
|
|
|
public CreateHuiYuanRequest() {
|
|
}
|
|
|
|
public CreateHuiYuanRequest(TiJianFuWu.TianRui.CreateHuiYuanRequestBody Body) {
|
|
this.Body = Body;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
|
|
public partial class CreateHuiYuanRequestBody {
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
|
|
public string XingMing;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
|
|
public string ShouJiHao;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
|
|
public string ShenFenZheng;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(Order=3)]
|
|
public int XingBie;
|
|
|
|
public CreateHuiYuanRequestBody() {
|
|
}
|
|
|
|
public CreateHuiYuanRequestBody(string XingMing, string ShouJiHao, string ShenFenZheng, int XingBie) {
|
|
this.XingMing = XingMing;
|
|
this.ShouJiHao = ShouJiHao;
|
|
this.ShenFenZheng = ShenFenZheng;
|
|
this.XingBie = XingBie;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
|
public partial class CreateHuiYuanResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="CreateHuiYuanResponse", Namespace="http://tempuri.org/", Order=0)]
|
|
public TiJianFuWu.TianRui.CreateHuiYuanResponseBody Body;
|
|
|
|
public CreateHuiYuanResponse() {
|
|
}
|
|
|
|
public CreateHuiYuanResponse(TiJianFuWu.TianRui.CreateHuiYuanResponseBody Body) {
|
|
this.Body = Body;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
|
|
public partial class CreateHuiYuanResponseBody {
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
|
|
public TiJianFuWu.TianRui.OperationResult CreateHuiYuanResult;
|
|
|
|
public CreateHuiYuanResponseBody() {
|
|
}
|
|
|
|
public CreateHuiYuanResponseBody(TiJianFuWu.TianRui.OperationResult CreateHuiYuanResult) {
|
|
this.CreateHuiYuanResult = CreateHuiYuanResult;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
|
public partial class CreateBaoGaoRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="CreateBaoGao", Namespace="http://tempuri.org/", Order=0)]
|
|
public TiJianFuWu.TianRui.CreateBaoGaoRequestBody Body;
|
|
|
|
public CreateBaoGaoRequest() {
|
|
}
|
|
|
|
public CreateBaoGaoRequest(TiJianFuWu.TianRui.CreateBaoGaoRequestBody Body) {
|
|
this.Body = Body;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
|
|
public partial class CreateBaoGaoRequestBody {
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(Order=0)]
|
|
public int hyid;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
|
|
public string TaoCanMingCheng;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(Order=2)]
|
|
public System.DateTime TiJianShiJian;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(Order=3)]
|
|
public int fzid;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
|
|
public string tjtmh;
|
|
|
|
public CreateBaoGaoRequestBody() {
|
|
}
|
|
|
|
public CreateBaoGaoRequestBody(int hyid, string TaoCanMingCheng, System.DateTime TiJianShiJian, int fzid, string tjtmh) {
|
|
this.hyid = hyid;
|
|
this.TaoCanMingCheng = TaoCanMingCheng;
|
|
this.TiJianShiJian = TiJianShiJian;
|
|
this.fzid = fzid;
|
|
this.tjtmh = tjtmh;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
|
public partial class CreateBaoGaoResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="CreateBaoGaoResponse", Namespace="http://tempuri.org/", Order=0)]
|
|
public TiJianFuWu.TianRui.CreateBaoGaoResponseBody Body;
|
|
|
|
public CreateBaoGaoResponse() {
|
|
}
|
|
|
|
public CreateBaoGaoResponse(TiJianFuWu.TianRui.CreateBaoGaoResponseBody Body) {
|
|
this.Body = Body;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
|
|
public partial class CreateBaoGaoResponseBody {
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
|
|
public TiJianFuWu.TianRui.OperationResult CreateBaoGaoResult;
|
|
|
|
public CreateBaoGaoResponseBody() {
|
|
}
|
|
|
|
public CreateBaoGaoResponseBody(TiJianFuWu.TianRui.OperationResult CreateBaoGaoResult) {
|
|
this.CreateBaoGaoResult = CreateBaoGaoResult;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
|
public partial class TianJiaBaoGaoMingXiRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="TianJiaBaoGaoMingXi", Namespace="http://tempuri.org/", Order=0)]
|
|
public TiJianFuWu.TianRui.TianJiaBaoGaoMingXiRequestBody Body;
|
|
|
|
public TianJiaBaoGaoMingXiRequest() {
|
|
}
|
|
|
|
public TianJiaBaoGaoMingXiRequest(TiJianFuWu.TianRui.TianJiaBaoGaoMingXiRequestBody Body) {
|
|
this.Body = Body;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
|
|
public partial class TianJiaBaoGaoMingXiRequestBody {
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(Order=0)]
|
|
public int bgid;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(Order=1)]
|
|
public int page;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
|
|
public byte[] bbnr;
|
|
|
|
public TianJiaBaoGaoMingXiRequestBody() {
|
|
}
|
|
|
|
public TianJiaBaoGaoMingXiRequestBody(int bgid, int page, byte[] bbnr) {
|
|
this.bgid = bgid;
|
|
this.page = page;
|
|
this.bbnr = bbnr;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
|
public partial class TianJiaBaoGaoMingXiResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="TianJiaBaoGaoMingXiResponse", Namespace="http://tempuri.org/", Order=0)]
|
|
public TiJianFuWu.TianRui.TianJiaBaoGaoMingXiResponseBody Body;
|
|
|
|
public TianJiaBaoGaoMingXiResponse() {
|
|
}
|
|
|
|
public TianJiaBaoGaoMingXiResponse(TiJianFuWu.TianRui.TianJiaBaoGaoMingXiResponseBody Body) {
|
|
this.Body = Body;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
|
|
public partial class TianJiaBaoGaoMingXiResponseBody {
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
|
|
public TiJianFuWu.TianRui.OperationResult TianJiaBaoGaoMingXiResult;
|
|
|
|
public TianJiaBaoGaoMingXiResponseBody() {
|
|
}
|
|
|
|
public TianJiaBaoGaoMingXiResponseBody(TiJianFuWu.TianRui.OperationResult TianJiaBaoGaoMingXiResult) {
|
|
this.TianJiaBaoGaoMingXiResult = TianJiaBaoGaoMingXiResult;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
|
public partial class TianJiaBaoGaoMingXi_OneRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="TianJiaBaoGaoMingXi_One", Namespace="http://tempuri.org/", Order=0)]
|
|
public TiJianFuWu.TianRui.TianJiaBaoGaoMingXi_OneRequestBody Body;
|
|
|
|
public TianJiaBaoGaoMingXi_OneRequest() {
|
|
}
|
|
|
|
public TianJiaBaoGaoMingXi_OneRequest(TiJianFuWu.TianRui.TianJiaBaoGaoMingXi_OneRequestBody Body) {
|
|
this.Body = Body;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
|
|
public partial class TianJiaBaoGaoMingXi_OneRequestBody {
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(Order=0)]
|
|
public int bgid;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(Order=1)]
|
|
public int page;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
|
|
public byte[] bbnr;
|
|
|
|
public TianJiaBaoGaoMingXi_OneRequestBody() {
|
|
}
|
|
|
|
public TianJiaBaoGaoMingXi_OneRequestBody(int bgid, int page, byte[] bbnr) {
|
|
this.bgid = bgid;
|
|
this.page = page;
|
|
this.bbnr = bbnr;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
|
public partial class TianJiaBaoGaoMingXi_OneResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="TianJiaBaoGaoMingXi_OneResponse", Namespace="http://tempuri.org/", Order=0)]
|
|
public TiJianFuWu.TianRui.TianJiaBaoGaoMingXi_OneResponseBody Body;
|
|
|
|
public TianJiaBaoGaoMingXi_OneResponse() {
|
|
}
|
|
|
|
public TianJiaBaoGaoMingXi_OneResponse(TiJianFuWu.TianRui.TianJiaBaoGaoMingXi_OneResponseBody Body) {
|
|
this.Body = Body;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
|
|
public partial class TianJiaBaoGaoMingXi_OneResponseBody {
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
|
|
public TiJianFuWu.TianRui.OperationResult TianJiaBaoGaoMingXi_OneResult;
|
|
|
|
public TianJiaBaoGaoMingXi_OneResponseBody() {
|
|
}
|
|
|
|
public TianJiaBaoGaoMingXi_OneResponseBody(TiJianFuWu.TianRui.OperationResult TianJiaBaoGaoMingXi_OneResult) {
|
|
this.TianJiaBaoGaoMingXi_OneResult = TianJiaBaoGaoMingXi_OneResult;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
|
public partial class TianJiaBaoGaoMingXi_TowRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="TianJiaBaoGaoMingXi_Tow", Namespace="http://tempuri.org/", Order=0)]
|
|
public TiJianFuWu.TianRui.TianJiaBaoGaoMingXi_TowRequestBody Body;
|
|
|
|
public TianJiaBaoGaoMingXi_TowRequest() {
|
|
}
|
|
|
|
public TianJiaBaoGaoMingXi_TowRequest(TiJianFuWu.TianRui.TianJiaBaoGaoMingXi_TowRequestBody Body) {
|
|
this.Body = Body;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
|
|
public partial class TianJiaBaoGaoMingXi_TowRequestBody {
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
|
|
public string path;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
|
|
public byte[] bbnr;
|
|
|
|
public TianJiaBaoGaoMingXi_TowRequestBody() {
|
|
}
|
|
|
|
public TianJiaBaoGaoMingXi_TowRequestBody(string path, byte[] bbnr) {
|
|
this.path = path;
|
|
this.bbnr = bbnr;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
|
public partial class TianJiaBaoGaoMingXi_TowResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="TianJiaBaoGaoMingXi_TowResponse", Namespace="http://tempuri.org/", Order=0)]
|
|
public TiJianFuWu.TianRui.TianJiaBaoGaoMingXi_TowResponseBody Body;
|
|
|
|
public TianJiaBaoGaoMingXi_TowResponse() {
|
|
}
|
|
|
|
public TianJiaBaoGaoMingXi_TowResponse(TiJianFuWu.TianRui.TianJiaBaoGaoMingXi_TowResponseBody Body) {
|
|
this.Body = Body;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
|
|
public partial class TianJiaBaoGaoMingXi_TowResponseBody {
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
|
|
public TiJianFuWu.TianRui.OperationResult TianJiaBaoGaoMingXi_TowResult;
|
|
|
|
public TianJiaBaoGaoMingXi_TowResponseBody() {
|
|
}
|
|
|
|
public TianJiaBaoGaoMingXi_TowResponseBody(TiJianFuWu.TianRui.OperationResult TianJiaBaoGaoMingXi_TowResult) {
|
|
this.TianJiaBaoGaoMingXi_TowResult = TianJiaBaoGaoMingXi_TowResult;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
|
public partial class SendMsgRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="SendMsg", Namespace="http://tempuri.org/", Order=0)]
|
|
public TiJianFuWu.TianRui.SendMsgRequestBody Body;
|
|
|
|
public SendMsgRequest() {
|
|
}
|
|
|
|
public SendMsgRequest(TiJianFuWu.TianRui.SendMsgRequestBody Body) {
|
|
this.Body = Body;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
|
|
public partial class SendMsgRequestBody {
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
|
|
public string ShouJiHao;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
|
|
public string NeiRong;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(Order=2)]
|
|
public int fzid;
|
|
|
|
public SendMsgRequestBody() {
|
|
}
|
|
|
|
public SendMsgRequestBody(string ShouJiHao, string NeiRong, int fzid) {
|
|
this.ShouJiHao = ShouJiHao;
|
|
this.NeiRong = NeiRong;
|
|
this.fzid = fzid;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
|
public partial class SendMsgResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="SendMsgResponse", Namespace="http://tempuri.org/", Order=0)]
|
|
public TiJianFuWu.TianRui.SendMsgResponseBody Body;
|
|
|
|
public SendMsgResponse() {
|
|
}
|
|
|
|
public SendMsgResponse(TiJianFuWu.TianRui.SendMsgResponseBody Body) {
|
|
this.Body = Body;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.Runtime.Serialization.DataContractAttribute()]
|
|
public partial class SendMsgResponseBody {
|
|
|
|
public SendMsgResponseBody() {
|
|
}
|
|
}
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
public interface TiJianSoapChannel : TiJianFuWu.TianRui.TiJianSoap, System.ServiceModel.IClientChannel {
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
public partial class TiJianSoapClient : System.ServiceModel.ClientBase<TiJianFuWu.TianRui.TiJianSoap>, TiJianFuWu.TianRui.TiJianSoap {
|
|
|
|
public TiJianSoapClient() {
|
|
}
|
|
|
|
public TiJianSoapClient(string endpointConfigurationName) :
|
|
base(endpointConfigurationName) {
|
|
}
|
|
|
|
public TiJianSoapClient(string endpointConfigurationName, string remoteAddress) :
|
|
base(endpointConfigurationName, remoteAddress) {
|
|
}
|
|
|
|
public TiJianSoapClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
|
|
base(endpointConfigurationName, remoteAddress) {
|
|
}
|
|
|
|
public TiJianSoapClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
|
|
base(binding, remoteAddress) {
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
TiJianFuWu.TianRui.GetDingDanResponse TiJianFuWu.TianRui.TiJianSoap.GetDingDan(TiJianFuWu.TianRui.GetDingDanRequest request) {
|
|
return base.Channel.GetDingDan(request);
|
|
}
|
|
|
|
public TiJianFuWu.TianRui.DingDan GetDingDan(string yzm) {
|
|
TiJianFuWu.TianRui.GetDingDanRequest inValue = new TiJianFuWu.TianRui.GetDingDanRequest();
|
|
inValue.Body = new TiJianFuWu.TianRui.GetDingDanRequestBody();
|
|
inValue.Body.yzm = yzm;
|
|
TiJianFuWu.TianRui.GetDingDanResponse retVal = ((TiJianFuWu.TianRui.TiJianSoap)(this)).GetDingDan(inValue);
|
|
return retVal.Body.GetDingDanResult;
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
TiJianFuWu.TianRui.XiaoFeiResponse TiJianFuWu.TianRui.TiJianSoap.XiaoFei(TiJianFuWu.TianRui.XiaoFeiRequest request) {
|
|
return base.Channel.XiaoFei(request);
|
|
}
|
|
|
|
public TiJianFuWu.TianRui.OperationResult XiaoFei(string ddid, string fdid, string ygid) {
|
|
TiJianFuWu.TianRui.XiaoFeiRequest inValue = new TiJianFuWu.TianRui.XiaoFeiRequest();
|
|
inValue.Body = new TiJianFuWu.TianRui.XiaoFeiRequestBody();
|
|
inValue.Body.ddid = ddid;
|
|
inValue.Body.fdid = fdid;
|
|
inValue.Body.ygid = ygid;
|
|
TiJianFuWu.TianRui.XiaoFeiResponse retVal = ((TiJianFuWu.TianRui.TiJianSoap)(this)).XiaoFei(inValue);
|
|
return retVal.Body.XiaoFeiResult;
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
TiJianFuWu.TianRui.CreateHuiYuanResponse TiJianFuWu.TianRui.TiJianSoap.CreateHuiYuan(TiJianFuWu.TianRui.CreateHuiYuanRequest request) {
|
|
return base.Channel.CreateHuiYuan(request);
|
|
}
|
|
|
|
public TiJianFuWu.TianRui.OperationResult CreateHuiYuan(string XingMing, string ShouJiHao, string ShenFenZheng, int XingBie) {
|
|
TiJianFuWu.TianRui.CreateHuiYuanRequest inValue = new TiJianFuWu.TianRui.CreateHuiYuanRequest();
|
|
inValue.Body = new TiJianFuWu.TianRui.CreateHuiYuanRequestBody();
|
|
inValue.Body.XingMing = XingMing;
|
|
inValue.Body.ShouJiHao = ShouJiHao;
|
|
inValue.Body.ShenFenZheng = ShenFenZheng;
|
|
inValue.Body.XingBie = XingBie;
|
|
TiJianFuWu.TianRui.CreateHuiYuanResponse retVal = ((TiJianFuWu.TianRui.TiJianSoap)(this)).CreateHuiYuan(inValue);
|
|
return retVal.Body.CreateHuiYuanResult;
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
TiJianFuWu.TianRui.CreateBaoGaoResponse TiJianFuWu.TianRui.TiJianSoap.CreateBaoGao(TiJianFuWu.TianRui.CreateBaoGaoRequest request) {
|
|
return base.Channel.CreateBaoGao(request);
|
|
}
|
|
|
|
public TiJianFuWu.TianRui.OperationResult CreateBaoGao(int hyid, string TaoCanMingCheng, System.DateTime TiJianShiJian, int fzid, string tjtmh) {
|
|
TiJianFuWu.TianRui.CreateBaoGaoRequest inValue = new TiJianFuWu.TianRui.CreateBaoGaoRequest();
|
|
inValue.Body = new TiJianFuWu.TianRui.CreateBaoGaoRequestBody();
|
|
inValue.Body.hyid = hyid;
|
|
inValue.Body.TaoCanMingCheng = TaoCanMingCheng;
|
|
inValue.Body.TiJianShiJian = TiJianShiJian;
|
|
inValue.Body.fzid = fzid;
|
|
inValue.Body.tjtmh = tjtmh;
|
|
TiJianFuWu.TianRui.CreateBaoGaoResponse retVal = ((TiJianFuWu.TianRui.TiJianSoap)(this)).CreateBaoGao(inValue);
|
|
return retVal.Body.CreateBaoGaoResult;
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
TiJianFuWu.TianRui.TianJiaBaoGaoMingXiResponse TiJianFuWu.TianRui.TiJianSoap.TianJiaBaoGaoMingXi(TiJianFuWu.TianRui.TianJiaBaoGaoMingXiRequest request) {
|
|
return base.Channel.TianJiaBaoGaoMingXi(request);
|
|
}
|
|
|
|
public TiJianFuWu.TianRui.OperationResult TianJiaBaoGaoMingXi(int bgid, int page, byte[] bbnr) {
|
|
TiJianFuWu.TianRui.TianJiaBaoGaoMingXiRequest inValue = new TiJianFuWu.TianRui.TianJiaBaoGaoMingXiRequest();
|
|
inValue.Body = new TiJianFuWu.TianRui.TianJiaBaoGaoMingXiRequestBody();
|
|
inValue.Body.bgid = bgid;
|
|
inValue.Body.page = page;
|
|
inValue.Body.bbnr = bbnr;
|
|
TiJianFuWu.TianRui.TianJiaBaoGaoMingXiResponse retVal = ((TiJianFuWu.TianRui.TiJianSoap)(this)).TianJiaBaoGaoMingXi(inValue);
|
|
return retVal.Body.TianJiaBaoGaoMingXiResult;
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
TiJianFuWu.TianRui.TianJiaBaoGaoMingXi_OneResponse TiJianFuWu.TianRui.TiJianSoap.TianJiaBaoGaoMingXi_One(TiJianFuWu.TianRui.TianJiaBaoGaoMingXi_OneRequest request) {
|
|
return base.Channel.TianJiaBaoGaoMingXi_One(request);
|
|
}
|
|
|
|
public TiJianFuWu.TianRui.OperationResult TianJiaBaoGaoMingXi_One(int bgid, int page, byte[] bbnr) {
|
|
TiJianFuWu.TianRui.TianJiaBaoGaoMingXi_OneRequest inValue = new TiJianFuWu.TianRui.TianJiaBaoGaoMingXi_OneRequest();
|
|
inValue.Body = new TiJianFuWu.TianRui.TianJiaBaoGaoMingXi_OneRequestBody();
|
|
inValue.Body.bgid = bgid;
|
|
inValue.Body.page = page;
|
|
inValue.Body.bbnr = bbnr;
|
|
TiJianFuWu.TianRui.TianJiaBaoGaoMingXi_OneResponse retVal = ((TiJianFuWu.TianRui.TiJianSoap)(this)).TianJiaBaoGaoMingXi_One(inValue);
|
|
return retVal.Body.TianJiaBaoGaoMingXi_OneResult;
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
TiJianFuWu.TianRui.TianJiaBaoGaoMingXi_TowResponse TiJianFuWu.TianRui.TiJianSoap.TianJiaBaoGaoMingXi_Tow(TiJianFuWu.TianRui.TianJiaBaoGaoMingXi_TowRequest request) {
|
|
return base.Channel.TianJiaBaoGaoMingXi_Tow(request);
|
|
}
|
|
|
|
public TiJianFuWu.TianRui.OperationResult TianJiaBaoGaoMingXi_Tow(string path, byte[] bbnr) {
|
|
TiJianFuWu.TianRui.TianJiaBaoGaoMingXi_TowRequest inValue = new TiJianFuWu.TianRui.TianJiaBaoGaoMingXi_TowRequest();
|
|
inValue.Body = new TiJianFuWu.TianRui.TianJiaBaoGaoMingXi_TowRequestBody();
|
|
inValue.Body.path = path;
|
|
inValue.Body.bbnr = bbnr;
|
|
TiJianFuWu.TianRui.TianJiaBaoGaoMingXi_TowResponse retVal = ((TiJianFuWu.TianRui.TiJianSoap)(this)).TianJiaBaoGaoMingXi_Tow(inValue);
|
|
return retVal.Body.TianJiaBaoGaoMingXi_TowResult;
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
TiJianFuWu.TianRui.SendMsgResponse TiJianFuWu.TianRui.TiJianSoap.SendMsg(TiJianFuWu.TianRui.SendMsgRequest request) {
|
|
return base.Channel.SendMsg(request);
|
|
}
|
|
|
|
public void SendMsg(string ShouJiHao, string NeiRong, int fzid) {
|
|
TiJianFuWu.TianRui.SendMsgRequest inValue = new TiJianFuWu.TianRui.SendMsgRequest();
|
|
inValue.Body = new TiJianFuWu.TianRui.SendMsgRequestBody();
|
|
inValue.Body.ShouJiHao = ShouJiHao;
|
|
inValue.Body.NeiRong = NeiRong;
|
|
inValue.Body.fzid = fzid;
|
|
TiJianFuWu.TianRui.SendMsgResponse retVal = ((TiJianFuWu.TianRui.TiJianSoap)(this)).SendMsg(inValue);
|
|
}
|
|
}
|
|
}
|