//------------------------------------------------------------------------------
//
// 此代码由工具生成。
// 运行时版本:4.0.30319.18444
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
//
//------------------------------------------------------------------------------
namespace Dongke.IBOSS.PRD.WCF.Proxys.PAMModuleService {
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ServiceModel.ServiceContractAttribute(Namespace="Dongke.IBOSS.PRD.WCF.Contracts", ConfigurationName="PAMModuleService.IPAMModule")]
public interface IPAMModule {
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/TestConnection", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/TestConnectionResponse")]
string TestConnection();
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetPayPlanSetting", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetPayPlanSettingResponse")]
System.Data.DataSet GetPayPlanSetting();
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SavePayPlanSetting", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SavePayPlanSettingResponse")]
int SavePayPlanSetting(System.Data.DataTable dataPayPlanSetting);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetPayPlan", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetPayPlanResponse")]
System.Data.DataSet GetPayPlan();
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetJobsPayPlan", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetJobsPayPlanResponse")]
System.Data.DataSet GetJobsPayPlan(string jobsCode, string PayPlanName);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetJobsPayPlanList", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetJobsPayPlanListResponse")]
System.Data.DataSet GetJobsPayPlanList(string jobsCode, string PayPlanName, string jobsName);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SaveJobsPayPlan", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SaveJobsPayPlanResponse")]
int SaveJobsPayPlan(bool IsEdit, System.Data.DataTable dtJobsPayPlan);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetJobsPayPlanInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetJobsPayPlanInfoResponse")]
System.Data.DataSet GetJobsPayPlanInfo(int PayPlanID);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetWagesType", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetWagesTypeResponse")]
System.Data.DataSet GetWagesType(string WagesTypeName);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetAllWagesType", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetAllWagesTypeResponse")]
System.Data.DataSet GetAllWagesType();
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SavetJobsData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SavetJobsDataResponse")]
int SavetJobsData(System.Data.DataTable datatWagesTypeData);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetGoodsWagesType", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetGoodsWagesTypeResponse")]
System.Data.DataSet GetGoodsWagesType(string WagesTypeName, string GoodsCode);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SaveGoodsWagesTypeData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SaveGoodsWagesTypeDataResponse")]
int SaveGoodsWagesTypeData(bool IsEdit, System.Data.DataTable dtGoodsPayPlan);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetPieceworkData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetPieceworkDataResponse")]
System.Data.DataSet GetPieceworkData(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.PieceworkEntity pieceworkEndity);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SavePiecework", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SavePieceworkResponse")]
int SavePiecework(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.PieceworkEntity pieceworkendity);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetPieceworkByID", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetPieceworkByIDResponse")]
System.Data.DataSet GetPieceworkByID(int PieceTacticsID);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetQualityASS", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetQualityASSResponse")]
System.Data.DataSet GetQualityASS(System.Nullable QualityBaseProcedureID);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetQualityASSList", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetQualityASSListResponse")]
System.Data.DataSet GetQualityASSList(string QualityTacticsName, System.Nullable PayPlanID);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetQualityASSByID", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetQualityASSByIDResponse")]
System.Data.DataSet GetQualityASSByID(System.Nullable QualityASSTacticsID);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SaveQualityASS", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SaveQualityASSResponse")]
int SaveQualityASS(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityASS qualityASS);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SavePayPiecework", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SavePayPieceworkResponse")]
int SavePayPiecework(int Month, int Year);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SavePayPiecework2", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SavePayPiecework2Response")]
int SavePayPiecework2(int Month, int Year, System.DateTime start, System.DateTime end);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetPayroll", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetPayrollResponse")]
System.Data.DataSet GetPayroll(string YYYYMM);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetPayrollInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetPayrollInfoResponse")]
System.Data.DataSet GetPayrollInfo(string YYYYMM, int staffid);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetAdminEXA", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetAdminEXAResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.AuditStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.PieceworkEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.WagesEntity[]))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.WagesEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityWagesEntity[]))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityWagesEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityASS))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityGoods[]))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityGoods))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityReward[]))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityReward))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdminEXAEntity))]
Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetAdminEXA(Dongke.IBOSS.PRD.WCF.DataModels.AdminEXAEntity entity);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetAdminEXAByID", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetAdminEXAByIDResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.AuditStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.PieceworkEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.WagesEntity[]))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.WagesEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityWagesEntity[]))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityWagesEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityASS))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityGoods[]))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityGoods))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityReward[]))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityReward))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdminEXAEntity))]
Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetAdminEXAByID(int id);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/StopAdminEXAByID", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/StopAdminEXAByIDResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.AuditStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.PieceworkEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.WagesEntity[]))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.WagesEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityWagesEntity[]))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityWagesEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityASS))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityGoods[]))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityGoods))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityReward[]))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityReward))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdminEXAEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity StopAdminEXAByID(int id, object opTimeStamp);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/AuditAdminEXA", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/AuditAdminEXAResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.AuditStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.PieceworkEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.WagesEntity[]))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.WagesEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityWagesEntity[]))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityWagesEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityASS))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityGoods[]))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityGoods))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityReward[]))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityReward))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdminEXAEntity))]
Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AuditAdminEXA(string ids, Dongke.IBOSS.PRD.Basics.BaseResources.Constant.AuditStatus auditStatus);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/AddAdminEXA", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/AddAdminEXAResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.AuditStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.PieceworkEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.WagesEntity[]))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.WagesEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityWagesEntity[]))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityWagesEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityASS))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityGoods[]))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityGoods))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityReward[]))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityReward))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdminEXAEntity))]
Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AddAdminEXA(Dongke.IBOSS.PRD.WCF.DataModels.AdminEXAEntity entity);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/EditAdminEXA", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/EditAdminEXAResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.AuditStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.PieceworkEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.WagesEntity[]))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.WagesEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityWagesEntity[]))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityWagesEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityASS))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityGoods[]))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityGoods))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityReward[]))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityReward))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdminEXAEntity))]
Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity EditAdminEXA(System.Data.DataTable dt);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SavePayrollChange", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SavePayrollChangeResponse")]
int SavePayrollChange(System.Data.DataTable dataPayroll);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SavePayrollAuditStatus", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SavePayrollAuditStatusResponse")]
int SavePayrollAuditStatus(System.Data.DataTable dataPayrollAuditStatus);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/ChangePayPiecework", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/ChangePayPieceworkResponse")]
int ChangePayPiecework(string YYYYMM);
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public interface IPAMModuleChannel : Dongke.IBOSS.PRD.WCF.Proxys.PAMModuleService.IPAMModule, System.ServiceModel.IClientChannel {
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public partial class PAMModuleClient : System.ServiceModel.ClientBase, Dongke.IBOSS.PRD.WCF.Proxys.PAMModuleService.IPAMModule {
public PAMModuleClient() {
}
public PAMModuleClient(string endpointConfigurationName) :
base(endpointConfigurationName) {
}
public PAMModuleClient(string endpointConfigurationName, string remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public PAMModuleClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public PAMModuleClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
base(binding, remoteAddress) {
}
public string TestConnection() {
return base.Channel.TestConnection();
}
public System.Data.DataSet GetPayPlanSetting() {
return base.Channel.GetPayPlanSetting();
}
public int SavePayPlanSetting(System.Data.DataTable dataPayPlanSetting) {
return base.Channel.SavePayPlanSetting(dataPayPlanSetting);
}
public System.Data.DataSet GetPayPlan() {
return base.Channel.GetPayPlan();
}
public System.Data.DataSet GetJobsPayPlan(string jobsCode, string PayPlanName) {
return base.Channel.GetJobsPayPlan(jobsCode, PayPlanName);
}
public System.Data.DataSet GetJobsPayPlanList(string jobsCode, string PayPlanName, string jobsName) {
return base.Channel.GetJobsPayPlanList(jobsCode, PayPlanName, jobsName);
}
public int SaveJobsPayPlan(bool IsEdit, System.Data.DataTable dtJobsPayPlan) {
return base.Channel.SaveJobsPayPlan(IsEdit, dtJobsPayPlan);
}
public System.Data.DataSet GetJobsPayPlanInfo(int PayPlanID) {
return base.Channel.GetJobsPayPlanInfo(PayPlanID);
}
public System.Data.DataSet GetWagesType(string WagesTypeName) {
return base.Channel.GetWagesType(WagesTypeName);
}
public System.Data.DataSet GetAllWagesType() {
return base.Channel.GetAllWagesType();
}
public int SavetJobsData(System.Data.DataTable datatWagesTypeData) {
return base.Channel.SavetJobsData(datatWagesTypeData);
}
public System.Data.DataSet GetGoodsWagesType(string WagesTypeName, string GoodsCode) {
return base.Channel.GetGoodsWagesType(WagesTypeName, GoodsCode);
}
public int SaveGoodsWagesTypeData(bool IsEdit, System.Data.DataTable dtGoodsPayPlan) {
return base.Channel.SaveGoodsWagesTypeData(IsEdit, dtGoodsPayPlan);
}
public System.Data.DataSet GetPieceworkData(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.PieceworkEntity pieceworkEndity) {
return base.Channel.GetPieceworkData(pieceworkEndity);
}
public int SavePiecework(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.PieceworkEntity pieceworkendity) {
return base.Channel.SavePiecework(pieceworkendity);
}
public System.Data.DataSet GetPieceworkByID(int PieceTacticsID) {
return base.Channel.GetPieceworkByID(PieceTacticsID);
}
public System.Data.DataSet GetQualityASS(System.Nullable QualityBaseProcedureID) {
return base.Channel.GetQualityASS(QualityBaseProcedureID);
}
public System.Data.DataSet GetQualityASSList(string QualityTacticsName, System.Nullable PayPlanID) {
return base.Channel.GetQualityASSList(QualityTacticsName, PayPlanID);
}
public System.Data.DataSet GetQualityASSByID(System.Nullable QualityASSTacticsID) {
return base.Channel.GetQualityASSByID(QualityASSTacticsID);
}
public int SaveQualityASS(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityASS qualityASS) {
return base.Channel.SaveQualityASS(qualityASS);
}
public int SavePayPiecework(int Month, int Year) {
return base.Channel.SavePayPiecework(Month, Year);
}
public int SavePayPiecework2(int Month, int Year, System.DateTime start, System.DateTime end) {
return base.Channel.SavePayPiecework2(Month, Year, start, end);
}
public System.Data.DataSet GetPayroll(string YYYYMM) {
return base.Channel.GetPayroll(YYYYMM);
}
public System.Data.DataSet GetPayrollInfo(string YYYYMM, int staffid) {
return base.Channel.GetPayrollInfo(YYYYMM, staffid);
}
public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetAdminEXA(Dongke.IBOSS.PRD.WCF.DataModels.AdminEXAEntity entity) {
return base.Channel.GetAdminEXA(entity);
}
public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetAdminEXAByID(int id) {
return base.Channel.GetAdminEXAByID(id);
}
public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity StopAdminEXAByID(int id, object opTimeStamp) {
return base.Channel.StopAdminEXAByID(id, opTimeStamp);
}
public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AuditAdminEXA(string ids, Dongke.IBOSS.PRD.Basics.BaseResources.Constant.AuditStatus auditStatus) {
return base.Channel.AuditAdminEXA(ids, auditStatus);
}
public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AddAdminEXA(Dongke.IBOSS.PRD.WCF.DataModels.AdminEXAEntity entity) {
return base.Channel.AddAdminEXA(entity);
}
public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity EditAdminEXA(System.Data.DataTable dt) {
return base.Channel.EditAdminEXA(dt);
}
public int SavePayrollChange(System.Data.DataTable dataPayroll) {
return base.Channel.SavePayrollChange(dataPayroll);
}
public int SavePayrollAuditStatus(System.Data.DataTable dataPayrollAuditStatus) {
return base.Channel.SavePayrollAuditStatus(dataPayrollAuditStatus);
}
public int ChangePayPiecework(string YYYYMM) {
return base.Channel.ChangePayPiecework(YYYYMM);
}
}
}