//------------------------------------------------------------------------------
//
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
//
//------------------------------------------------------------------------------
namespace Dongke.IBOSS.PRD.WCF.Proxys.PPModuleService {
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ServiceModel.ServiceContractAttribute(Namespace="Dongke.IBOSS.PRD.WCF.Contracts", ConfigurationName="PPModuleService.IPPModule")]
public interface IPPModule {
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/Seq", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/SeqResponse")]
int Seq(string seqName);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanTypeSearch", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanTypeSearchResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanTypeSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanGoodsSearch", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanGoodsSearchResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanGoodsSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearVer", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearVerResponse")]
int PlanYearVer(int planTypeId);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearCopy", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearCopyResponse")]
int PlanYearCopy(int planId);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearSearch", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearSearchResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanYearSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearVerSearch", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearVerSearchResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanYearVerSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearInsert", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearInsertResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanYearInsert(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearUpdate", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearUpdateResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanYearUpdate(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearDelete", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearDeleteResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanYearDelete(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearGoodsSearch", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearGoodsSearchResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanYearGoodsSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearGoodsInsert", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearGoodsInsertResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanYearGoodsInsert(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearGoodsUpdate", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearGoodsUpdateResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanYearGoodsUpdate(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearGoodsDelete", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearGoodsDeleteResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanYearGoodsDelete(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthVer", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthVerResponse")]
int PlanMonthVer(int planTypeId);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthCopy", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthCopyResponse")]
int PlanMonthCopy(int planId);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthSearch", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthSearchResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanMonthSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthVerSearch", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthVerSearchResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanMonthVerSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthInsert", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthInsertResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanMonthInsert(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthUpdate", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthUpdateResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanMonthUpdate(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthDelete", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthDeleteResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanMonthDelete(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthGoodsSearch", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthGoodsSearchResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanMonthGoodsSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthGoodsInsert", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthGoodsInsertResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanMonthGoodsInsert(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthGoodsUpdate", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthGoodsUpdateResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanMonthGoodsUpdate(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthGoodsDelete", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthGoodsDeleteResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanMonthGoodsDelete(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayVer", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayVerResponse")]
int PlanDayVer(int planTypeId);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayCopy", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayCopyResponse")]
int PlanDayCopy(int planId);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDaySearch", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDaySearchResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanDaySearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayVerSearch", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayVerSearchResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanDayVerSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayInsert", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayInsertResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanDayInsert(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayUpdate", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayUpdateResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanDayUpdate(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayDelete", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayDeleteResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanDayDelete(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayGoodsSearch", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayGoodsSearchResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanDayGoodsSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayGoodsInsert", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayGoodsInsertResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanDayGoodsInsert(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayGoodsUpdate", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayGoodsUpdateResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanDayGoodsUpdate(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayGoodsDelete", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayGoodsDeleteResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanDayGoodsDelete(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public interface IPPModuleChannel : Dongke.IBOSS.PRD.WCF.Proxys.PPModuleService.IPPModule, System.ServiceModel.IClientChannel {
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public partial class PPModuleClient : System.ServiceModel.ClientBase, Dongke.IBOSS.PRD.WCF.Proxys.PPModuleService.IPPModule {
public PPModuleClient() {
}
public PPModuleClient(string endpointConfigurationName) :
base(endpointConfigurationName) {
}
public PPModuleClient(string endpointConfigurationName, string remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public PPModuleClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public PPModuleClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
base(binding, remoteAddress) {
}
public int Seq(string seqName) {
return base.Channel.Seq(seqName);
}
public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanTypeSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
return base.Channel.PlanTypeSearch(cre);
}
public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanGoodsSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
return base.Channel.PlanGoodsSearch(cre);
}
public int PlanYearVer(int planTypeId) {
return base.Channel.PlanYearVer(planTypeId);
}
public int PlanYearCopy(int planId) {
return base.Channel.PlanYearCopy(planId);
}
public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanYearSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
return base.Channel.PlanYearSearch(cre);
}
public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanYearVerSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
return base.Channel.PlanYearVerSearch(cre);
}
public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanYearInsert(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
return base.Channel.PlanYearInsert(cre);
}
public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanYearUpdate(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
return base.Channel.PlanYearUpdate(cre);
}
public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanYearDelete(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
return base.Channel.PlanYearDelete(cre);
}
public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanYearGoodsSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
return base.Channel.PlanYearGoodsSearch(cre);
}
public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanYearGoodsInsert(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
return base.Channel.PlanYearGoodsInsert(cre);
}
public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanYearGoodsUpdate(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
return base.Channel.PlanYearGoodsUpdate(cre);
}
public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanYearGoodsDelete(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
return base.Channel.PlanYearGoodsDelete(cre);
}
public int PlanMonthVer(int planTypeId) {
return base.Channel.PlanMonthVer(planTypeId);
}
public int PlanMonthCopy(int planId) {
return base.Channel.PlanMonthCopy(planId);
}
public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanMonthSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
return base.Channel.PlanMonthSearch(cre);
}
public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanMonthVerSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
return base.Channel.PlanMonthVerSearch(cre);
}
public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanMonthInsert(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
return base.Channel.PlanMonthInsert(cre);
}
public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanMonthUpdate(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
return base.Channel.PlanMonthUpdate(cre);
}
public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanMonthDelete(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
return base.Channel.PlanMonthDelete(cre);
}
public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanMonthGoodsSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
return base.Channel.PlanMonthGoodsSearch(cre);
}
public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanMonthGoodsInsert(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
return base.Channel.PlanMonthGoodsInsert(cre);
}
public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanMonthGoodsUpdate(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
return base.Channel.PlanMonthGoodsUpdate(cre);
}
public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanMonthGoodsDelete(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
return base.Channel.PlanMonthGoodsDelete(cre);
}
public int PlanDayVer(int planTypeId) {
return base.Channel.PlanDayVer(planTypeId);
}
public int PlanDayCopy(int planId) {
return base.Channel.PlanDayCopy(planId);
}
public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanDaySearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
return base.Channel.PlanDaySearch(cre);
}
public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanDayVerSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
return base.Channel.PlanDayVerSearch(cre);
}
public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanDayInsert(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
return base.Channel.PlanDayInsert(cre);
}
public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanDayUpdate(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
return base.Channel.PlanDayUpdate(cre);
}
public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanDayDelete(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
return base.Channel.PlanDayDelete(cre);
}
public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanDayGoodsSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
return base.Channel.PlanDayGoodsSearch(cre);
}
public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanDayGoodsInsert(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
return base.Channel.PlanDayGoodsInsert(cre);
}
public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanDayGoodsUpdate(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
return base.Channel.PlanDayGoodsUpdate(cre);
}
public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanDayGoodsDelete(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
return base.Channel.PlanDayGoodsDelete(cre);
}
}
}