//------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ namespace Dongke.IBOSS.PRD.WCF.Proxys.SystemModuleService { [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.ServiceContractAttribute(Namespace="Dongke.IBOSS.PRD.WCF.Contracts", ConfigurationName="SystemModuleService.ISystemModule")] public interface ISystemModule { [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetStaffByUserId", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetStaffByUserIdResponse")] System.Data.DataSet GetStaffByUserId(int UserId); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetJobByUserId", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetJobByUserIdResponse")] System.Data.DataSet GetJobByUserId(int UserId); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/AddUserStaff", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/AddUserStaffResponse")] int AddUserStaff(int UserId, System.Data.DataTable StaffTable); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetUserStaffByUserId", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetUserStaffByUserIdResponse")] System.Data.DataSet GetUserStaffByUserId(int UserId); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllAccountInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllAccountInfoResponse")] System.Data.DataSet GetAllAccountInfo(); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllGoodsTypeData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllGoodsTypeDataResponse")] System.Data.DataSet GetAllGoodsTypeData(); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAuditStatus", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAuditStatusResponse")] System.Data.DataSet GetAuditStatus(); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/CheckGoodsTypeToUpdate", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/CheckGoodsTypeToUpdateResponse")] int CheckGoodsTypeToUpdate(string GoodsTypeCode); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAttachmentByGoodsId", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAttachmentByGoodsIdResponse")] System.Data.DataSet GetAttachmentByGoodsId(int goodsId); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/AddAttachment", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/AddAttachmentResponse")] int AddAttachment(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity[] AttList, int mainId); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/UpdateAttachment", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/UpdateAttachmentResponse")] int UpdateAttachment(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity[] AttList, int mainId); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllJobsByUserID", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllJobsByUserIDResponse")] System.Data.DataSet GetAllJobsByUserID(int UserID); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetJobsPriceType", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetJobsPriceTypeResponse")] System.Data.DataSet GetJobsPriceType(); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetServerPath", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetServerPathResponse")] string GetServerPath(); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllDefectTypeInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllDefectTypeInfoResponse")] System.Data.DataSet GetAllDefectTypeInfo(); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveDefectTypeData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveDefectTypeDataResponse")] int SaveDefectTypeData(System.Data.DataTable dataDefectData); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetSettlementTime", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetSettlementTimeResponse")] System.Data.DataSet GetSettlementTime(); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetFunctionRight", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetFunctionRightResponse")] System.Data.DataSet GetFunctionRight(); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetFunctionUsersList", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetFunctionUsersListResponse")] System.Data.DataSet GetFunctionUsersList(); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetFunctionUsersTwoList", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetFunctionUsersTwoListResponse")] System.Data.DataSet GetFunctionUsersTwoList(); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveUserFunctionRightList", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveUserFunctionRightListResponse")] Dongke.IBOSS.PRD.WCF.DataModels.FunRightResultEntity SaveUserFunctionRightList(System.Data.DataTable userRightData); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetFunctionUserPurviewList", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetFunctionUserPurviewListResponse")] System.Data.DataSet GetFunctionUserPurviewList(); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveUserRightList", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveUserRightListResponse")] int SaveUserRightList(System.Data.DataTable userRightData); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllLogoInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllLogoInfoResponse")] System.Data.DataSet GetAllLogoInfo(); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetLogoInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetLogoInfoResponse")] System.Data.DataSet GetLogoInfo(); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveLogoData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveLogoDataResponse")] int SaveLogoData(System.Data.DataTable datatLogoData); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllDefectFine", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllDefectFineResponse")] System.Data.DataSet GetAllDefectFine(); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveDefectFineData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveDefectFineDataResponse")] int SaveDefectFineData(System.Data.DataTable dataDefectFineData); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllDefectDeduction", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllDefectDeductionResponse")] System.Data.DataSet GetAllDefectDeduction(); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveDefectDeduction", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveDefectDeductionResponse")] int SaveDefectDeduction(System.Data.DataTable dataDefectDeduction); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllDefectFineRelation", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllDefectFineRelationResponse")] System.Data.DataSet GetAllDefectFineRelation(); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllDefectDeductionRelation", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllDefectDeductionRelationRespons" + "e")] System.Data.DataSet GetAllDefectDeductionRelation(); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveDefectRelation", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveDefectRelationResponse")] int SaveDefectRelation(System.Data.DataTable dataDefectFineRelation, System.Data.DataTable dataDefectDeductionRelation); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllSemicheckDefect", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllSemicheckDefectResponse")] System.Data.DataSet GetAllSemicheckDefect(); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllScdefectPosition", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllScdefectPositionResponse")] System.Data.DataSet GetAllScdefectPosition(); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveSemicheckDefect", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveSemicheckDefectResponse")] int SaveSemicheckDefect(System.Data.DataTable dataDefectData); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveScdefectPosition", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveScdefectPositionResponse")] int SaveScdefectPosition(System.Data.DataTable dataDefectPositionData); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetSemiCheckType", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetSemiCheckTypeResponse")] System.Data.DataSet GetSemiCheckType(); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllTecDepInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllTecDepInfoResponse")] System.Data.DataSet GetAllTecDepInfo(); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveTecDepData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveTecDepDataResponse")] int SaveTecDepData(System.Data.DataTable datatData); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveTransfer", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveTransferResponse")] int SaveTransfer(Dongke.IBOSS.PRD.WCF.DataModels.TecDepEntity tecDepEntity); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetTransfer", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetTransferResponse")] System.Data.DataSet GetTransfer(Dongke.IBOSS.PRD.WCF.DataModels.TecDepEntity tecDepEntity); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetTransferInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetTransferInfoResponse")] System.Data.DataSet GetTransferInfo(int PTID); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetTransferEditInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetTransferEditInfoResponse")] System.Data.DataSet GetTransferEditInfo(int PTID); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/DoBarCodePrint", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/DoBarCodePrintResponse")] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(int[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(object[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.FunRightResultEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.TecDepEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.LoginRequestEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SUserEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.OrganizationEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SearchProductionLineEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ThermometerEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.RptProcedureEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))] [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 DoBarCodePrint(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/DoRequest", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/DoRequestResponse")] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(int[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(object[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.FunRightResultEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.TecDepEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.LoginRequestEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SUserEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.OrganizationEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SearchProductionLineEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ThermometerEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.RptProcedureEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))] [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 DoRequest(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/DoLoginRefresh", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/DoLoginRefreshResponse")] System.Data.DataSet DoLoginRefresh(Dongke.IBOSS.PRD.WCF.DataModels.LoginRequestEntity requestEntity); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SearchUserData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SearchUserDataResponse")] System.Data.DataSet SearchUserData(Dongke.IBOSS.PRD.WCF.DataModels.SUserEntity requestEntity); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetUserIsWorker", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetUserIsWorkerResponse")] System.Data.DataSet GetUserIsWorker(Dongke.IBOSS.PRD.WCF.DataModels.SUserEntity requestEntity); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/IsExistsUserCode", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/IsExistsUserCodeResponse")] System.Data.DataSet IsExistsUserCode(string usercode); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/IsExistWorkCode", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/IsExistWorkCodeResponse")] System.Data.DataSet IsExistWorkCode(string workcode); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/AddUserInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/AddUserInfoResponse")] int AddUserInfo(Dongke.IBOSS.PRD.WCF.DataModels.SUserEntity requestEntity); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/EditUserInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/EditUserInfoResponse")] int EditUserInfo(Dongke.IBOSS.PRD.WCF.DataModels.SUserEntity requestEntity); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetUserRowData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetUserRowDataResponse")] System.Data.DataSet GetUserRowData(int UserID); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetOrganization", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetOrganizationResponse")] System.Data.DataTable GetOrganization(int valueFlag, int leafFlag); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SearchOrganizationData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SearchOrganizationDataResponse")] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(int[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(object[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.FunRightResultEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.TecDepEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.LoginRequestEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SUserEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SearchProductionLineEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ThermometerEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.RptProcedureEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))] System.Data.DataSet SearchOrganizationData(Dongke.IBOSS.PRD.WCF.DataModels.OrganizationEntity requestEntity); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveOrganizationData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveOrganizationDataResponse")] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(int[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(object[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.FunRightResultEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.TecDepEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.LoginRequestEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SUserEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SearchProductionLineEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ThermometerEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.RptProcedureEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))] int SaveOrganizationData(Dongke.IBOSS.PRD.WCF.DataModels.OrganizationEntity requestEntity); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetOrganizationrRowData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetOrganizationrRowDataResponse")] System.Data.DataSet GetOrganizationrRowData(int OrganizationID); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetSYSProcessModelType", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetSYSProcessModelTypeResponse")] System.Data.DataTable GetSYSProcessModelType(); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SerachGoods", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SerachGoodsResponse")] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(int[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(object[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.FunRightResultEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.TecDepEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.LoginRequestEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SUserEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.OrganizationEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SearchProductionLineEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ThermometerEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.RptProcedureEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))] System.Data.DataSet SerachGoods(Dongke.IBOSS.PRD.WCF.DataModels.GoodsEntity goodsEntity); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/AddGoods", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/AddGoodsResponse")] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(int[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(object[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.FunRightResultEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.TecDepEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.LoginRequestEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SUserEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.OrganizationEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SearchProductionLineEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ThermometerEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.RptProcedureEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))] int AddGoods(Dongke.IBOSS.PRD.WCF.DataModels.GoodsEntity goodsEntity, Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity[] imgList, Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity[] attList); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/UpdateGoods", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/UpdateGoodsResponse")] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(int[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(object[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.FunRightResultEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.TecDepEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.LoginRequestEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SUserEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.OrganizationEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SearchProductionLineEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ThermometerEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.RptProcedureEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))] int UpdateGoods(Dongke.IBOSS.PRD.WCF.DataModels.GoodsEntity goodsEntity, Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity[] imgList, Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity[] attList); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetImageByGoodsId", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetImageByGoodsIdResponse")] System.Data.DataSet GetImageByGoodsId(int goodsId); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetGoodsType", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetGoodsTypeResponse")] System.Data.DataTable GetGoodsType(int valueFlag, int leafFlag); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetDataDictionaryByType", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetDataDictionaryByTypeResponse")] System.Data.DataTable GetDataDictionaryByType(string dicType, int valueFlag); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetWorker", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetWorkerResponse")] System.Data.DataSet GetWorker(); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetJobs", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetJobsResponse")] System.Data.DataSet GetJobs(); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetDefect", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetDefectResponse")] System.Data.DataSet GetDefect(); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetKilnData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetKilnDataResponse")] System.Data.DataSet GetKilnData(byte Pvalue); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllKilntInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllKilntInfoResponse")] System.Data.DataSet GetAllKilntInfo(); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveKilnData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveKilnDataResponse")] int SaveKilnData(System.Data.DataTable datatKilnData); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetKilnCarData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetKilnCarDataResponse")] System.Data.DataSet GetKilnCarData(byte Pvalue, string kilnID); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllKilnCarInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllKilnCarInfoResponse")] System.Data.DataSet GetAllKilnCarInfo(); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveKilnCarData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveKilnCarDataResponse")] int SaveKilnCarData(System.Data.DataTable datatKilnCarData); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetGoodsLevelData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetGoodsLevelDataResponse")] System.Data.DataSet GetGoodsLevelData(byte pValue); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveGoodsLevelData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveGoodsLevelDataResponse")] int SaveGoodsLevelData(System.Data.DataTable datatGoodsLevelData); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetDictionaryData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetDictionaryDataResponse")] System.Data.DataSet GetDictionaryData(byte Pvalue, string dictionaryType); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllDataDictionaryInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllDataDictionaryInfoResponse")] System.Data.DataSet GetAllDataDictionaryInfo(); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveDictionaryData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveDictionaryDataResponse")] int SaveDictionaryData(System.Data.DataTable dataDictionaryData); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetDataDictionaryTreeData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetDataDictionaryTreeDataResponse")] System.Data.DataSet GetDataDictionaryTreeData(); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetSystemData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetSystemDataResponse")] System.Data.DataSet GetSystemData(); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveSystemData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveSystemDataResponse")] int SaveSystemData(System.Data.DataTable datatSystemData); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetSystemSettingDataByCode", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetSystemSettingDataByCodeResponse")] System.Data.DataSet GetSystemSettingDataByCode(string settingcode); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetProductionLine", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetProductionLineResponse")] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(int[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(object[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.FunRightResultEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.TecDepEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.LoginRequestEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SUserEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.OrganizationEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ThermometerEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.RptProcedureEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))] System.Data.DataSet GetProductionLine(Dongke.IBOSS.PRD.WCF.DataModels.SearchProductionLineEntity productionLineEntity); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetProdureList", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetProdureListResponse")] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(int[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(object[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.FunRightResultEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.TecDepEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.LoginRequestEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SUserEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.OrganizationEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ThermometerEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.RptProcedureEntity))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))] System.Data.DataSet GetProdureList(Dongke.IBOSS.PRD.WCF.DataModels.SearchProductionLineEntity productionLineEntity); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetJobsData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetJobsDataResponse")] System.Data.DataSet GetJobsData(byte Pvalue); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllJobsInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllJobsInfoResponse")] System.Data.DataSet GetAllJobsInfo(); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SavetJobsData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SavetJobsDataResponse")] int SavetJobsData(System.Data.DataTable datatJobsData); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetPostData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetPostDataResponse")] System.Data.DataSet GetPostData(byte Pvalue); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllPostInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllPostInfoResponse")] System.Data.DataSet GetAllPostInfo(); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SavePostData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SavePostDataResponse")] int SavePostData(System.Data.DataTable datatPostData); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetDefectData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetDefectDataResponse")] System.Data.DataSet GetDefectData(byte Pvalue); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllDefectInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllDefectInfoResponse")] System.Data.DataSet GetAllDefectInfo(); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveDefectData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveDefectDataResponse")] int SaveDefectData(System.Data.DataTable dataDefectData); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetGMouldTypeData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetGMouldTypeDataResponse")] System.Data.DataSet GetGMouldTypeData(byte Pvalue); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllGMouldTypeInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllGMouldTypeInfoResponse")] System.Data.DataSet GetAllGMouldTypeInfo(); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SavetGMouldTypeData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SavetGMouldTypeDataResponse")] int SavetGMouldTypeData(System.Data.DataTable datatGMouldTypeData); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetGMouldType", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetGMouldTypeResponse")] System.Data.DataSet GetGMouldType(); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetDeploystaffData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetDeploystaffDataResponse")] System.Data.DataSet GetDeploystaffData(int userID); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveDeploystaffData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveDeploystaffDataResponse")] int SaveDeploystaffData(int userID, System.Data.DataTable dataDeploystaffData); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetDefectPositionData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetDefectPositionDataResponse")] System.Data.DataSet GetDefectPositionData(byte Pvalue); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveDefectPositionsData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveDefectPositionsDataResponse")] int SaveDefectPositionsData(System.Data.DataTable dataDefectPositionData); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllDefectPositionInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllDefectPositionInfoResponse")] System.Data.DataSet GetAllDefectPositionInfo(); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetThermometer", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetThermometerResponse")] System.Data.DataSet GetThermometer(Dongke.IBOSS.PRD.WCF.DataModels.ThermometerEntity thermometerEntity); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/AddThermometerEntity", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/AddThermometerEntityResponse")] int AddThermometerEntity(Dongke.IBOSS.PRD.WCF.DataModels.ThermometerEntity thermometerEntity); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/UpdateThermometerEntity", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/UpdateThermometerEntityResponse")] int UpdateThermometerEntity(Dongke.IBOSS.PRD.WCF.DataModels.ThermometerEntity thermometerEntity); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/AddRptProcedure", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/AddRptProcedureResponse")] int AddRptProcedure(Dongke.IBOSS.PRD.WCF.DataModels.RptProcedureEntity rptProcedureEntity, System.Data.DataSet dsSourse); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/UpdateRptProcedure", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/UpdateRptProcedureResponse")] int UpdateRptProcedure(Dongke.IBOSS.PRD.WCF.DataModels.RptProcedureEntity rptProcedureEntity, System.Data.DataSet dsSourse); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/StopRptProcedure", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/StopRptProcedureResponse")] int StopRptProcedure(Dongke.IBOSS.PRD.WCF.DataModels.RptProcedureEntity rptProcedureEntity); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetRptProcedureModule", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetRptProcedureModuleResponse")] System.Data.DataSet GetRptProcedureModule(Dongke.IBOSS.PRD.WCF.DataModels.RptProcedureEntity rptProcedureEntity); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetRptProcedureIdByProcedureInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetRptProcedureIdByProcedureInfoResp" + "onse")] System.Data.DataSet GetRptProcedureIdByProcedureInfo(int rptProcedureId); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetGoodsTypeData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetGoodsTypeDataResponse")] System.Data.DataSet GetGoodsTypeData(byte Pvalue); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetGoodsTyperData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetGoodsTyperDataResponse")] System.Data.DataSet GetGoodsTyperData(byte Pvalue, string typeCode); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetGoodsTypeIDData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetGoodsTypeIDDataResponse")] System.Data.DataSet GetGoodsTypeIDData(int GoodsTypeID); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveGoodsTypeData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveGoodsTypeDataResponse")] int SaveGoodsTypeData(System.Data.DataTable dataDefectPositionData); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetUserRightData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetUserRightDataResponse")] System.Data.DataSet GetUserRightData(int userID); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveUserRight", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveUserRightResponse")] int SaveUserRight(System.Data.DataSet userRightData, int userID); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetUserFunctionRightInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetUserFunctionRightInfoResponse")] System.Data.DataSet GetUserFunctionRightInfo(int userID); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetUserFunctionRightTwoInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetUserFunctionRightTwoInfoResponse")] System.Data.DataSet GetUserFunctionRightTwoInfo(int userID); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetFunctionUsers", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetFunctionUsersResponse")] System.Data.DataSet GetFunctionUsers(string functionCode); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveUserFunctionRightData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveUserFunctionRightDataResponse")] Dongke.IBOSS.PRD.WCF.DataModels.FunRightResultEntity SaveUserFunctionRightData(int userID, int licenseType, System.Data.DataSet userRightData); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveUserFunctionTwoRightData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveUserFunctionTwoRightDataResponse" + "")] Dongke.IBOSS.PRD.WCF.DataModels.FunRightResultEntity SaveUserFunctionTwoRightData(int userID, int licenseType, System.Data.DataSet userRightData, System.Data.DataSet userRightTwoData); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetUserPurview", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetUserPurviewResponse")] System.Data.DataSet GetUserPurview(int PurviewType, int UserID); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/UnlockUserStatus", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/UnlockUserStatusResponse")] int UnlockUserStatus(int UserID); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetOrganizationCode", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetOrganizationCodeResponse")] string GetOrganizationCode(string v_parentOrganizationCode); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveUserPassWord", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveUserPassWordResponse")] string SaveUserPassWord(string userPassWord, string userCode, string userName); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAccountInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAccountInfoResponse")] System.Data.DataSet GetAccountInfo(bool pValue); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveAccountData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveAccountDataResponse")] int SaveAccountData(System.Data.DataTable accountData, string defaultPassword); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetGoodsLevelDataById", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetGoodsLevelDataByIdResponse")] System.Data.DataSet GetGoodsLevelDataById(System.Nullable GoodsLevelTypeID, System.Nullable GoodsLevelID); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetGoodsLevel", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetGoodsLevelResponse")] System.Data.DataSet GetGoodsLevel(int type); } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public interface ISystemModuleChannel : Dongke.IBOSS.PRD.WCF.Proxys.SystemModuleService.ISystemModule, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class SystemModuleClient : System.ServiceModel.ClientBase, Dongke.IBOSS.PRD.WCF.Proxys.SystemModuleService.ISystemModule { public SystemModuleClient() { } public SystemModuleClient(string endpointConfigurationName) : base(endpointConfigurationName) { } public SystemModuleClient(string endpointConfigurationName, string remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public SystemModuleClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public SystemModuleClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : base(binding, remoteAddress) { } public System.Data.DataSet GetStaffByUserId(int UserId) { return base.Channel.GetStaffByUserId(UserId); } public System.Data.DataSet GetJobByUserId(int UserId) { return base.Channel.GetJobByUserId(UserId); } public int AddUserStaff(int UserId, System.Data.DataTable StaffTable) { return base.Channel.AddUserStaff(UserId, StaffTable); } public System.Data.DataSet GetUserStaffByUserId(int UserId) { return base.Channel.GetUserStaffByUserId(UserId); } public System.Data.DataSet GetAllAccountInfo() { return base.Channel.GetAllAccountInfo(); } public System.Data.DataSet GetAllGoodsTypeData() { return base.Channel.GetAllGoodsTypeData(); } public System.Data.DataSet GetAuditStatus() { return base.Channel.GetAuditStatus(); } public int CheckGoodsTypeToUpdate(string GoodsTypeCode) { return base.Channel.CheckGoodsTypeToUpdate(GoodsTypeCode); } public System.Data.DataSet GetAttachmentByGoodsId(int goodsId) { return base.Channel.GetAttachmentByGoodsId(goodsId); } public int AddAttachment(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity[] AttList, int mainId) { return base.Channel.AddAttachment(AttList, mainId); } public int UpdateAttachment(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity[] AttList, int mainId) { return base.Channel.UpdateAttachment(AttList, mainId); } public System.Data.DataSet GetAllJobsByUserID(int UserID) { return base.Channel.GetAllJobsByUserID(UserID); } public System.Data.DataSet GetJobsPriceType() { return base.Channel.GetJobsPriceType(); } public string GetServerPath() { return base.Channel.GetServerPath(); } public System.Data.DataSet GetAllDefectTypeInfo() { return base.Channel.GetAllDefectTypeInfo(); } public int SaveDefectTypeData(System.Data.DataTable dataDefectData) { return base.Channel.SaveDefectTypeData(dataDefectData); } public System.Data.DataSet GetSettlementTime() { return base.Channel.GetSettlementTime(); } public System.Data.DataSet GetFunctionRight() { return base.Channel.GetFunctionRight(); } public System.Data.DataSet GetFunctionUsersList() { return base.Channel.GetFunctionUsersList(); } public System.Data.DataSet GetFunctionUsersTwoList() { return base.Channel.GetFunctionUsersTwoList(); } public Dongke.IBOSS.PRD.WCF.DataModels.FunRightResultEntity SaveUserFunctionRightList(System.Data.DataTable userRightData) { return base.Channel.SaveUserFunctionRightList(userRightData); } public System.Data.DataSet GetFunctionUserPurviewList() { return base.Channel.GetFunctionUserPurviewList(); } public int SaveUserRightList(System.Data.DataTable userRightData) { return base.Channel.SaveUserRightList(userRightData); } public System.Data.DataSet GetAllLogoInfo() { return base.Channel.GetAllLogoInfo(); } public System.Data.DataSet GetLogoInfo() { return base.Channel.GetLogoInfo(); } public int SaveLogoData(System.Data.DataTable datatLogoData) { return base.Channel.SaveLogoData(datatLogoData); } public System.Data.DataSet GetAllDefectFine() { return base.Channel.GetAllDefectFine(); } public int SaveDefectFineData(System.Data.DataTable dataDefectFineData) { return base.Channel.SaveDefectFineData(dataDefectFineData); } public System.Data.DataSet GetAllDefectDeduction() { return base.Channel.GetAllDefectDeduction(); } public int SaveDefectDeduction(System.Data.DataTable dataDefectDeduction) { return base.Channel.SaveDefectDeduction(dataDefectDeduction); } public System.Data.DataSet GetAllDefectFineRelation() { return base.Channel.GetAllDefectFineRelation(); } public System.Data.DataSet GetAllDefectDeductionRelation() { return base.Channel.GetAllDefectDeductionRelation(); } public int SaveDefectRelation(System.Data.DataTable dataDefectFineRelation, System.Data.DataTable dataDefectDeductionRelation) { return base.Channel.SaveDefectRelation(dataDefectFineRelation, dataDefectDeductionRelation); } public System.Data.DataSet GetAllSemicheckDefect() { return base.Channel.GetAllSemicheckDefect(); } public System.Data.DataSet GetAllScdefectPosition() { return base.Channel.GetAllScdefectPosition(); } public int SaveSemicheckDefect(System.Data.DataTable dataDefectData) { return base.Channel.SaveSemicheckDefect(dataDefectData); } public int SaveScdefectPosition(System.Data.DataTable dataDefectPositionData) { return base.Channel.SaveScdefectPosition(dataDefectPositionData); } public System.Data.DataSet GetSemiCheckType() { return base.Channel.GetSemiCheckType(); } public System.Data.DataSet GetAllTecDepInfo() { return base.Channel.GetAllTecDepInfo(); } public int SaveTecDepData(System.Data.DataTable datatData) { return base.Channel.SaveTecDepData(datatData); } public int SaveTransfer(Dongke.IBOSS.PRD.WCF.DataModels.TecDepEntity tecDepEntity) { return base.Channel.SaveTransfer(tecDepEntity); } public System.Data.DataSet GetTransfer(Dongke.IBOSS.PRD.WCF.DataModels.TecDepEntity tecDepEntity) { return base.Channel.GetTransfer(tecDepEntity); } public System.Data.DataSet GetTransferInfo(int PTID) { return base.Channel.GetTransferInfo(PTID); } public System.Data.DataSet GetTransferEditInfo(int PTID) { return base.Channel.GetTransferEditInfo(PTID); } public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity DoBarCodePrint(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) { return base.Channel.DoBarCodePrint(cre); } public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity DoRequest(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) { return base.Channel.DoRequest(cre); } public System.Data.DataSet DoLoginRefresh(Dongke.IBOSS.PRD.WCF.DataModels.LoginRequestEntity requestEntity) { return base.Channel.DoLoginRefresh(requestEntity); } public System.Data.DataSet SearchUserData(Dongke.IBOSS.PRD.WCF.DataModels.SUserEntity requestEntity) { return base.Channel.SearchUserData(requestEntity); } public System.Data.DataSet GetUserIsWorker(Dongke.IBOSS.PRD.WCF.DataModels.SUserEntity requestEntity) { return base.Channel.GetUserIsWorker(requestEntity); } public System.Data.DataSet IsExistsUserCode(string usercode) { return base.Channel.IsExistsUserCode(usercode); } public System.Data.DataSet IsExistWorkCode(string workcode) { return base.Channel.IsExistWorkCode(workcode); } public int AddUserInfo(Dongke.IBOSS.PRD.WCF.DataModels.SUserEntity requestEntity) { return base.Channel.AddUserInfo(requestEntity); } public int EditUserInfo(Dongke.IBOSS.PRD.WCF.DataModels.SUserEntity requestEntity) { return base.Channel.EditUserInfo(requestEntity); } public System.Data.DataSet GetUserRowData(int UserID) { return base.Channel.GetUserRowData(UserID); } public System.Data.DataTable GetOrganization(int valueFlag, int leafFlag) { return base.Channel.GetOrganization(valueFlag, leafFlag); } public System.Data.DataSet SearchOrganizationData(Dongke.IBOSS.PRD.WCF.DataModels.OrganizationEntity requestEntity) { return base.Channel.SearchOrganizationData(requestEntity); } public int SaveOrganizationData(Dongke.IBOSS.PRD.WCF.DataModels.OrganizationEntity requestEntity) { return base.Channel.SaveOrganizationData(requestEntity); } public System.Data.DataSet GetOrganizationrRowData(int OrganizationID) { return base.Channel.GetOrganizationrRowData(OrganizationID); } public System.Data.DataTable GetSYSProcessModelType() { return base.Channel.GetSYSProcessModelType(); } public System.Data.DataSet SerachGoods(Dongke.IBOSS.PRD.WCF.DataModels.GoodsEntity goodsEntity) { return base.Channel.SerachGoods(goodsEntity); } public int AddGoods(Dongke.IBOSS.PRD.WCF.DataModels.GoodsEntity goodsEntity, Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity[] imgList, Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity[] attList) { return base.Channel.AddGoods(goodsEntity, imgList, attList); } public int UpdateGoods(Dongke.IBOSS.PRD.WCF.DataModels.GoodsEntity goodsEntity, Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity[] imgList, Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity[] attList) { return base.Channel.UpdateGoods(goodsEntity, imgList, attList); } public System.Data.DataSet GetImageByGoodsId(int goodsId) { return base.Channel.GetImageByGoodsId(goodsId); } public System.Data.DataTable GetGoodsType(int valueFlag, int leafFlag) { return base.Channel.GetGoodsType(valueFlag, leafFlag); } public System.Data.DataTable GetDataDictionaryByType(string dicType, int valueFlag) { return base.Channel.GetDataDictionaryByType(dicType, valueFlag); } public System.Data.DataSet GetWorker() { return base.Channel.GetWorker(); } public System.Data.DataSet GetJobs() { return base.Channel.GetJobs(); } public System.Data.DataSet GetDefect() { return base.Channel.GetDefect(); } public System.Data.DataSet GetKilnData(byte Pvalue) { return base.Channel.GetKilnData(Pvalue); } public System.Data.DataSet GetAllKilntInfo() { return base.Channel.GetAllKilntInfo(); } public int SaveKilnData(System.Data.DataTable datatKilnData) { return base.Channel.SaveKilnData(datatKilnData); } public System.Data.DataSet GetKilnCarData(byte Pvalue, string kilnID) { return base.Channel.GetKilnCarData(Pvalue, kilnID); } public System.Data.DataSet GetAllKilnCarInfo() { return base.Channel.GetAllKilnCarInfo(); } public int SaveKilnCarData(System.Data.DataTable datatKilnCarData) { return base.Channel.SaveKilnCarData(datatKilnCarData); } public System.Data.DataSet GetGoodsLevelData(byte pValue) { return base.Channel.GetGoodsLevelData(pValue); } public int SaveGoodsLevelData(System.Data.DataTable datatGoodsLevelData) { return base.Channel.SaveGoodsLevelData(datatGoodsLevelData); } public System.Data.DataSet GetDictionaryData(byte Pvalue, string dictionaryType) { return base.Channel.GetDictionaryData(Pvalue, dictionaryType); } public System.Data.DataSet GetAllDataDictionaryInfo() { return base.Channel.GetAllDataDictionaryInfo(); } public int SaveDictionaryData(System.Data.DataTable dataDictionaryData) { return base.Channel.SaveDictionaryData(dataDictionaryData); } public System.Data.DataSet GetDataDictionaryTreeData() { return base.Channel.GetDataDictionaryTreeData(); } public System.Data.DataSet GetSystemData() { return base.Channel.GetSystemData(); } public int SaveSystemData(System.Data.DataTable datatSystemData) { return base.Channel.SaveSystemData(datatSystemData); } public System.Data.DataSet GetSystemSettingDataByCode(string settingcode) { return base.Channel.GetSystemSettingDataByCode(settingcode); } public System.Data.DataSet GetProductionLine(Dongke.IBOSS.PRD.WCF.DataModels.SearchProductionLineEntity productionLineEntity) { return base.Channel.GetProductionLine(productionLineEntity); } public System.Data.DataSet GetProdureList(Dongke.IBOSS.PRD.WCF.DataModels.SearchProductionLineEntity productionLineEntity) { return base.Channel.GetProdureList(productionLineEntity); } public System.Data.DataSet GetJobsData(byte Pvalue) { return base.Channel.GetJobsData(Pvalue); } public System.Data.DataSet GetAllJobsInfo() { return base.Channel.GetAllJobsInfo(); } public int SavetJobsData(System.Data.DataTable datatJobsData) { return base.Channel.SavetJobsData(datatJobsData); } public System.Data.DataSet GetPostData(byte Pvalue) { return base.Channel.GetPostData(Pvalue); } public System.Data.DataSet GetAllPostInfo() { return base.Channel.GetAllPostInfo(); } public int SavePostData(System.Data.DataTable datatPostData) { return base.Channel.SavePostData(datatPostData); } public System.Data.DataSet GetDefectData(byte Pvalue) { return base.Channel.GetDefectData(Pvalue); } public System.Data.DataSet GetAllDefectInfo() { return base.Channel.GetAllDefectInfo(); } public int SaveDefectData(System.Data.DataTable dataDefectData) { return base.Channel.SaveDefectData(dataDefectData); } public System.Data.DataSet GetGMouldTypeData(byte Pvalue) { return base.Channel.GetGMouldTypeData(Pvalue); } public System.Data.DataSet GetAllGMouldTypeInfo() { return base.Channel.GetAllGMouldTypeInfo(); } public int SavetGMouldTypeData(System.Data.DataTable datatGMouldTypeData) { return base.Channel.SavetGMouldTypeData(datatGMouldTypeData); } public System.Data.DataSet GetGMouldType() { return base.Channel.GetGMouldType(); } public System.Data.DataSet GetDeploystaffData(int userID) { return base.Channel.GetDeploystaffData(userID); } public int SaveDeploystaffData(int userID, System.Data.DataTable dataDeploystaffData) { return base.Channel.SaveDeploystaffData(userID, dataDeploystaffData); } public System.Data.DataSet GetDefectPositionData(byte Pvalue) { return base.Channel.GetDefectPositionData(Pvalue); } public int SaveDefectPositionsData(System.Data.DataTable dataDefectPositionData) { return base.Channel.SaveDefectPositionsData(dataDefectPositionData); } public System.Data.DataSet GetAllDefectPositionInfo() { return base.Channel.GetAllDefectPositionInfo(); } public System.Data.DataSet GetThermometer(Dongke.IBOSS.PRD.WCF.DataModels.ThermometerEntity thermometerEntity) { return base.Channel.GetThermometer(thermometerEntity); } public int AddThermometerEntity(Dongke.IBOSS.PRD.WCF.DataModels.ThermometerEntity thermometerEntity) { return base.Channel.AddThermometerEntity(thermometerEntity); } public int UpdateThermometerEntity(Dongke.IBOSS.PRD.WCF.DataModels.ThermometerEntity thermometerEntity) { return base.Channel.UpdateThermometerEntity(thermometerEntity); } public int AddRptProcedure(Dongke.IBOSS.PRD.WCF.DataModels.RptProcedureEntity rptProcedureEntity, System.Data.DataSet dsSourse) { return base.Channel.AddRptProcedure(rptProcedureEntity, dsSourse); } public int UpdateRptProcedure(Dongke.IBOSS.PRD.WCF.DataModels.RptProcedureEntity rptProcedureEntity, System.Data.DataSet dsSourse) { return base.Channel.UpdateRptProcedure(rptProcedureEntity, dsSourse); } public int StopRptProcedure(Dongke.IBOSS.PRD.WCF.DataModels.RptProcedureEntity rptProcedureEntity) { return base.Channel.StopRptProcedure(rptProcedureEntity); } public System.Data.DataSet GetRptProcedureModule(Dongke.IBOSS.PRD.WCF.DataModels.RptProcedureEntity rptProcedureEntity) { return base.Channel.GetRptProcedureModule(rptProcedureEntity); } public System.Data.DataSet GetRptProcedureIdByProcedureInfo(int rptProcedureId) { return base.Channel.GetRptProcedureIdByProcedureInfo(rptProcedureId); } public System.Data.DataSet GetGoodsTypeData(byte Pvalue) { return base.Channel.GetGoodsTypeData(Pvalue); } public System.Data.DataSet GetGoodsTyperData(byte Pvalue, string typeCode) { return base.Channel.GetGoodsTyperData(Pvalue, typeCode); } public System.Data.DataSet GetGoodsTypeIDData(int GoodsTypeID) { return base.Channel.GetGoodsTypeIDData(GoodsTypeID); } public int SaveGoodsTypeData(System.Data.DataTable dataDefectPositionData) { return base.Channel.SaveGoodsTypeData(dataDefectPositionData); } public System.Data.DataSet GetUserRightData(int userID) { return base.Channel.GetUserRightData(userID); } public int SaveUserRight(System.Data.DataSet userRightData, int userID) { return base.Channel.SaveUserRight(userRightData, userID); } public System.Data.DataSet GetUserFunctionRightInfo(int userID) { return base.Channel.GetUserFunctionRightInfo(userID); } public System.Data.DataSet GetUserFunctionRightTwoInfo(int userID) { return base.Channel.GetUserFunctionRightTwoInfo(userID); } public System.Data.DataSet GetFunctionUsers(string functionCode) { return base.Channel.GetFunctionUsers(functionCode); } public Dongke.IBOSS.PRD.WCF.DataModels.FunRightResultEntity SaveUserFunctionRightData(int userID, int licenseType, System.Data.DataSet userRightData) { return base.Channel.SaveUserFunctionRightData(userID, licenseType, userRightData); } public Dongke.IBOSS.PRD.WCF.DataModels.FunRightResultEntity SaveUserFunctionTwoRightData(int userID, int licenseType, System.Data.DataSet userRightData, System.Data.DataSet userRightTwoData) { return base.Channel.SaveUserFunctionTwoRightData(userID, licenseType, userRightData, userRightTwoData); } public System.Data.DataSet GetUserPurview(int PurviewType, int UserID) { return base.Channel.GetUserPurview(PurviewType, UserID); } public int UnlockUserStatus(int UserID) { return base.Channel.UnlockUserStatus(UserID); } public string GetOrganizationCode(string v_parentOrganizationCode) { return base.Channel.GetOrganizationCode(v_parentOrganizationCode); } public string SaveUserPassWord(string userPassWord, string userCode, string userName) { return base.Channel.SaveUserPassWord(userPassWord, userCode, userName); } public System.Data.DataSet GetAccountInfo(bool pValue) { return base.Channel.GetAccountInfo(pValue); } public int SaveAccountData(System.Data.DataTable accountData, string defaultPassword) { return base.Channel.SaveAccountData(accountData, defaultPassword); } public System.Data.DataSet GetGoodsLevelDataById(System.Nullable GoodsLevelTypeID, System.Nullable GoodsLevelID) { return base.Channel.GetGoodsLevelDataById(GoodsLevelTypeID, GoodsLevelID); } public System.Data.DataSet GetGoodsLevel(int type) { return base.Channel.GetGoodsLevel(type); } } }