Reference.cs 81 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace Dongke.IBOSS.PRD.WCF.Proxys.SystemModuleService {
  11. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  12. [System.ServiceModel.ServiceContractAttribute(Namespace="Dongke.IBOSS.PRD.WCF.Contracts", ConfigurationName="SystemModuleService.ISystemModule")]
  13. public interface ISystemModule {
  14. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetStaffByUserId", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetStaffByUserIdResponse")]
  15. System.Data.DataSet GetStaffByUserId(int UserId);
  16. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetJobByUserId", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetJobByUserIdResponse")]
  17. System.Data.DataSet GetJobByUserId(int UserId);
  18. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/AddUserStaff", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/AddUserStaffResponse")]
  19. int AddUserStaff(int UserId, System.Data.DataTable StaffTable);
  20. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetUserStaffByUserId", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetUserStaffByUserIdResponse")]
  21. System.Data.DataSet GetUserStaffByUserId(int UserId);
  22. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllAccountInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllAccountInfoResponse")]
  23. System.Data.DataSet GetAllAccountInfo();
  24. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllGoodsTypeData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllGoodsTypeDataResponse")]
  25. System.Data.DataSet GetAllGoodsTypeData();
  26. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAuditStatus", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAuditStatusResponse")]
  27. System.Data.DataSet GetAuditStatus();
  28. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/CheckGoodsTypeToUpdate", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/CheckGoodsTypeToUpdateResponse")]
  29. int CheckGoodsTypeToUpdate(string GoodsTypeCode);
  30. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAttachmentByGoodsId", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAttachmentByGoodsIdResponse")]
  31. System.Data.DataSet GetAttachmentByGoodsId(int goodsId);
  32. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/AddAttachment", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/AddAttachmentResponse")]
  33. int AddAttachment(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity[] AttList, int mainId);
  34. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/UpdateAttachment", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/UpdateAttachmentResponse")]
  35. int UpdateAttachment(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity[] AttList, int mainId);
  36. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllJobsByUserID", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllJobsByUserIDResponse")]
  37. System.Data.DataSet GetAllJobsByUserID(int UserID);
  38. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetJobsPriceType", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetJobsPriceTypeResponse")]
  39. System.Data.DataSet GetJobsPriceType();
  40. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetServerPath", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetServerPathResponse")]
  41. string GetServerPath();
  42. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllDefectTypeInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllDefectTypeInfoResponse")]
  43. System.Data.DataSet GetAllDefectTypeInfo();
  44. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveDefectTypeData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveDefectTypeDataResponse")]
  45. int SaveDefectTypeData(System.Data.DataTable dataDefectData);
  46. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetSettlementTime", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetSettlementTimeResponse")]
  47. System.Data.DataSet GetSettlementTime();
  48. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetFunctionRight", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetFunctionRightResponse")]
  49. System.Data.DataSet GetFunctionRight();
  50. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetFunctionUsersList", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetFunctionUsersListResponse")]
  51. System.Data.DataSet GetFunctionUsersList();
  52. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetFunctionUsersTwoList", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetFunctionUsersTwoListResponse")]
  53. System.Data.DataSet GetFunctionUsersTwoList();
  54. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveUserFunctionRightList", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveUserFunctionRightListResponse")]
  55. Dongke.IBOSS.PRD.WCF.DataModels.FunRightResultEntity SaveUserFunctionRightList(System.Data.DataTable userRightData);
  56. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetFunctionUserPurviewList", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetFunctionUserPurviewListResponse")]
  57. System.Data.DataSet GetFunctionUserPurviewList();
  58. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveUserRightList", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveUserRightListResponse")]
  59. int SaveUserRightList(System.Data.DataTable userRightData);
  60. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllLogoInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllLogoInfoResponse")]
  61. System.Data.DataSet GetAllLogoInfo();
  62. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetLogoInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetLogoInfoResponse")]
  63. System.Data.DataSet GetLogoInfo();
  64. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveLogoData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveLogoDataResponse")]
  65. int SaveLogoData(System.Data.DataTable datatLogoData);
  66. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllDefectFine", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllDefectFineResponse")]
  67. System.Data.DataSet GetAllDefectFine();
  68. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveDefectFineData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveDefectFineDataResponse")]
  69. int SaveDefectFineData(System.Data.DataTable dataDefectFineData);
  70. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllDefectDeduction", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllDefectDeductionResponse")]
  71. System.Data.DataSet GetAllDefectDeduction();
  72. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveDefectDeduction", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveDefectDeductionResponse")]
  73. int SaveDefectDeduction(System.Data.DataTable dataDefectDeduction);
  74. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllDefectFineRelation", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllDefectFineRelationResponse")]
  75. System.Data.DataSet GetAllDefectFineRelation();
  76. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllDefectDeductionRelation", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllDefectDeductionRelationRespons" +
  77. "e")]
  78. System.Data.DataSet GetAllDefectDeductionRelation();
  79. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveDefectRelation", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveDefectRelationResponse")]
  80. int SaveDefectRelation(System.Data.DataTable dataDefectFineRelation, System.Data.DataTable dataDefectDeductionRelation);
  81. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllSemicheckDefect", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllSemicheckDefectResponse")]
  82. System.Data.DataSet GetAllSemicheckDefect();
  83. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllScdefectPosition", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllScdefectPositionResponse")]
  84. System.Data.DataSet GetAllScdefectPosition();
  85. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveSemicheckDefect", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveSemicheckDefectResponse")]
  86. int SaveSemicheckDefect(System.Data.DataTable dataDefectData);
  87. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveScdefectPosition", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveScdefectPositionResponse")]
  88. int SaveScdefectPosition(System.Data.DataTable dataDefectPositionData);
  89. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetSemiCheckType", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetSemiCheckTypeResponse")]
  90. System.Data.DataSet GetSemiCheckType();
  91. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllTecDepInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllTecDepInfoResponse")]
  92. System.Data.DataSet GetAllTecDepInfo();
  93. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveTecDepData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveTecDepDataResponse")]
  94. int SaveTecDepData(System.Data.DataTable datatData);
  95. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveTransfer", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveTransferResponse")]
  96. int SaveTransfer(Dongke.IBOSS.PRD.WCF.DataModels.TecDepEntity tecDepEntity);
  97. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetTransfer", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetTransferResponse")]
  98. System.Data.DataSet GetTransfer(Dongke.IBOSS.PRD.WCF.DataModels.TecDepEntity tecDepEntity);
  99. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetTransferInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetTransferInfoResponse")]
  100. System.Data.DataSet GetTransferInfo(int PTID);
  101. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetTransferEditInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetTransferEditInfoResponse")]
  102. System.Data.DataSet GetTransferEditInfo(int PTID);
  103. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/DoBarCodePrint", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/DoBarCodePrintResponse")]
  104. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  105. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(int[]))]
  106. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(object[]))]
  107. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity[]))]
  108. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity))]
  109. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.FunRightResultEntity))]
  110. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.TecDepEntity))]
  111. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  112. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.LoginRequestEntity))]
  113. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SUserEntity))]
  114. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.OrganizationEntity))]
  115. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsEntity))]
  116. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity[]))]
  117. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity))]
  118. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SearchProductionLineEntity))]
  119. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ThermometerEntity))]
  120. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.RptProcedureEntity))]
  121. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  122. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  123. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  124. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  125. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity DoBarCodePrint(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
  126. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/DoRequest", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/DoRequestResponse")]
  127. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  128. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(int[]))]
  129. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(object[]))]
  130. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity[]))]
  131. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity))]
  132. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.FunRightResultEntity))]
  133. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.TecDepEntity))]
  134. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  135. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.LoginRequestEntity))]
  136. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SUserEntity))]
  137. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.OrganizationEntity))]
  138. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsEntity))]
  139. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity[]))]
  140. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity))]
  141. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SearchProductionLineEntity))]
  142. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ThermometerEntity))]
  143. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.RptProcedureEntity))]
  144. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  145. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  146. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  147. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  148. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity DoRequest(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
  149. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/DoLoginRefresh", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/DoLoginRefreshResponse")]
  150. System.Data.DataSet DoLoginRefresh(Dongke.IBOSS.PRD.WCF.DataModels.LoginRequestEntity requestEntity);
  151. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SearchUserData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SearchUserDataResponse")]
  152. System.Data.DataSet SearchUserData(Dongke.IBOSS.PRD.WCF.DataModels.SUserEntity requestEntity);
  153. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetUserIsWorker", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetUserIsWorkerResponse")]
  154. System.Data.DataSet GetUserIsWorker(Dongke.IBOSS.PRD.WCF.DataModels.SUserEntity requestEntity);
  155. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/IsExistsUserCode", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/IsExistsUserCodeResponse")]
  156. System.Data.DataSet IsExistsUserCode(string usercode);
  157. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/IsExistWorkCode", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/IsExistWorkCodeResponse")]
  158. System.Data.DataSet IsExistWorkCode(string workcode);
  159. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/AddUserInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/AddUserInfoResponse")]
  160. int AddUserInfo(Dongke.IBOSS.PRD.WCF.DataModels.SUserEntity requestEntity);
  161. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/EditUserInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/EditUserInfoResponse")]
  162. int EditUserInfo(Dongke.IBOSS.PRD.WCF.DataModels.SUserEntity requestEntity);
  163. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetUserRowData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetUserRowDataResponse")]
  164. System.Data.DataSet GetUserRowData(int UserID);
  165. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetOrganization", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetOrganizationResponse")]
  166. System.Data.DataTable GetOrganization(int valueFlag, int leafFlag);
  167. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SearchOrganizationData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SearchOrganizationDataResponse")]
  168. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  169. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(int[]))]
  170. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(object[]))]
  171. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity[]))]
  172. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity))]
  173. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.FunRightResultEntity))]
  174. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.TecDepEntity))]
  175. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  176. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  177. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.LoginRequestEntity))]
  178. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SUserEntity))]
  179. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsEntity))]
  180. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity[]))]
  181. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity))]
  182. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SearchProductionLineEntity))]
  183. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ThermometerEntity))]
  184. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.RptProcedureEntity))]
  185. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  186. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  187. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  188. System.Data.DataSet SearchOrganizationData(Dongke.IBOSS.PRD.WCF.DataModels.OrganizationEntity requestEntity);
  189. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveOrganizationData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveOrganizationDataResponse")]
  190. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  191. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(int[]))]
  192. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(object[]))]
  193. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity[]))]
  194. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity))]
  195. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.FunRightResultEntity))]
  196. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.TecDepEntity))]
  197. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  198. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  199. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.LoginRequestEntity))]
  200. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SUserEntity))]
  201. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsEntity))]
  202. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity[]))]
  203. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity))]
  204. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SearchProductionLineEntity))]
  205. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ThermometerEntity))]
  206. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.RptProcedureEntity))]
  207. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  208. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  209. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  210. int SaveOrganizationData(Dongke.IBOSS.PRD.WCF.DataModels.OrganizationEntity requestEntity);
  211. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetOrganizationrRowData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetOrganizationrRowDataResponse")]
  212. System.Data.DataSet GetOrganizationrRowData(int OrganizationID);
  213. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetSYSProcessModelType", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetSYSProcessModelTypeResponse")]
  214. System.Data.DataTable GetSYSProcessModelType();
  215. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SerachGoods", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SerachGoodsResponse")]
  216. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  217. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(int[]))]
  218. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(object[]))]
  219. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity[]))]
  220. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity))]
  221. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.FunRightResultEntity))]
  222. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.TecDepEntity))]
  223. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  224. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  225. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.LoginRequestEntity))]
  226. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SUserEntity))]
  227. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.OrganizationEntity))]
  228. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity[]))]
  229. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity))]
  230. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SearchProductionLineEntity))]
  231. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ThermometerEntity))]
  232. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.RptProcedureEntity))]
  233. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  234. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  235. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  236. System.Data.DataSet SerachGoods(Dongke.IBOSS.PRD.WCF.DataModels.GoodsEntity goodsEntity);
  237. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/AddGoods", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/AddGoodsResponse")]
  238. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  239. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(int[]))]
  240. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(object[]))]
  241. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity[]))]
  242. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity))]
  243. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.FunRightResultEntity))]
  244. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.TecDepEntity))]
  245. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  246. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  247. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.LoginRequestEntity))]
  248. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SUserEntity))]
  249. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.OrganizationEntity))]
  250. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity[]))]
  251. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity))]
  252. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SearchProductionLineEntity))]
  253. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ThermometerEntity))]
  254. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.RptProcedureEntity))]
  255. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  256. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  257. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  258. int AddGoods(Dongke.IBOSS.PRD.WCF.DataModels.GoodsEntity goodsEntity, Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity[] imgList, Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity[] attList);
  259. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/UpdateGoods", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/UpdateGoodsResponse")]
  260. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  261. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(int[]))]
  262. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(object[]))]
  263. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity[]))]
  264. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity))]
  265. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.FunRightResultEntity))]
  266. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.TecDepEntity))]
  267. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  268. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  269. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.LoginRequestEntity))]
  270. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SUserEntity))]
  271. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.OrganizationEntity))]
  272. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity[]))]
  273. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity))]
  274. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SearchProductionLineEntity))]
  275. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ThermometerEntity))]
  276. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.RptProcedureEntity))]
  277. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  278. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  279. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  280. int UpdateGoods(Dongke.IBOSS.PRD.WCF.DataModels.GoodsEntity goodsEntity, Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity[] imgList, Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity[] attList);
  281. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetImageByGoodsId", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetImageByGoodsIdResponse")]
  282. System.Data.DataSet GetImageByGoodsId(int goodsId);
  283. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetGoodsType", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetGoodsTypeResponse")]
  284. System.Data.DataTable GetGoodsType(int valueFlag, int leafFlag);
  285. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetDataDictionaryByType", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetDataDictionaryByTypeResponse")]
  286. System.Data.DataTable GetDataDictionaryByType(string dicType, int valueFlag);
  287. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetWorker", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetWorkerResponse")]
  288. System.Data.DataSet GetWorker();
  289. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetJobs", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetJobsResponse")]
  290. System.Data.DataSet GetJobs();
  291. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetDefect", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetDefectResponse")]
  292. System.Data.DataSet GetDefect();
  293. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetKilnData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetKilnDataResponse")]
  294. System.Data.DataSet GetKilnData(byte Pvalue);
  295. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllKilntInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllKilntInfoResponse")]
  296. System.Data.DataSet GetAllKilntInfo();
  297. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveKilnData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveKilnDataResponse")]
  298. int SaveKilnData(System.Data.DataTable datatKilnData);
  299. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetKilnCarData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetKilnCarDataResponse")]
  300. System.Data.DataSet GetKilnCarData(byte Pvalue, string kilnID);
  301. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllKilnCarInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllKilnCarInfoResponse")]
  302. System.Data.DataSet GetAllKilnCarInfo();
  303. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveKilnCarData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveKilnCarDataResponse")]
  304. int SaveKilnCarData(System.Data.DataTable datatKilnCarData);
  305. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetGoodsLevelData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetGoodsLevelDataResponse")]
  306. System.Data.DataSet GetGoodsLevelData(byte pValue);
  307. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveGoodsLevelData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveGoodsLevelDataResponse")]
  308. int SaveGoodsLevelData(System.Data.DataTable datatGoodsLevelData);
  309. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetDictionaryData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetDictionaryDataResponse")]
  310. System.Data.DataSet GetDictionaryData(byte Pvalue, string dictionaryType);
  311. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllDataDictionaryInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllDataDictionaryInfoResponse")]
  312. System.Data.DataSet GetAllDataDictionaryInfo();
  313. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveDictionaryData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveDictionaryDataResponse")]
  314. int SaveDictionaryData(System.Data.DataTable dataDictionaryData);
  315. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetDataDictionaryTreeData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetDataDictionaryTreeDataResponse")]
  316. System.Data.DataSet GetDataDictionaryTreeData();
  317. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetSystemData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetSystemDataResponse")]
  318. System.Data.DataSet GetSystemData();
  319. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveSystemData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveSystemDataResponse")]
  320. int SaveSystemData(System.Data.DataTable datatSystemData);
  321. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetSystemSettingDataByCode", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetSystemSettingDataByCodeResponse")]
  322. System.Data.DataSet GetSystemSettingDataByCode(string settingcode);
  323. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetProductionLine", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetProductionLineResponse")]
  324. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  325. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(int[]))]
  326. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(object[]))]
  327. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity[]))]
  328. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity))]
  329. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.FunRightResultEntity))]
  330. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.TecDepEntity))]
  331. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  332. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  333. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.LoginRequestEntity))]
  334. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SUserEntity))]
  335. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.OrganizationEntity))]
  336. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsEntity))]
  337. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity[]))]
  338. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity))]
  339. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ThermometerEntity))]
  340. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.RptProcedureEntity))]
  341. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  342. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  343. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  344. System.Data.DataSet GetProductionLine(Dongke.IBOSS.PRD.WCF.DataModels.SearchProductionLineEntity productionLineEntity);
  345. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetProdureList", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetProdureListResponse")]
  346. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  347. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(int[]))]
  348. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(object[]))]
  349. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity[]))]
  350. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity))]
  351. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.FunRightResultEntity))]
  352. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.TecDepEntity))]
  353. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  354. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  355. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.LoginRequestEntity))]
  356. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SUserEntity))]
  357. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.OrganizationEntity))]
  358. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsEntity))]
  359. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity[]))]
  360. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity))]
  361. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ThermometerEntity))]
  362. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.RptProcedureEntity))]
  363. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  364. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  365. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  366. System.Data.DataSet GetProdureList(Dongke.IBOSS.PRD.WCF.DataModels.SearchProductionLineEntity productionLineEntity);
  367. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetJobsData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetJobsDataResponse")]
  368. System.Data.DataSet GetJobsData(byte Pvalue);
  369. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllJobsInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllJobsInfoResponse")]
  370. System.Data.DataSet GetAllJobsInfo();
  371. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SavetJobsData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SavetJobsDataResponse")]
  372. int SavetJobsData(System.Data.DataTable datatJobsData);
  373. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetPostData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetPostDataResponse")]
  374. System.Data.DataSet GetPostData(byte Pvalue);
  375. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllPostInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllPostInfoResponse")]
  376. System.Data.DataSet GetAllPostInfo();
  377. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SavePostData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SavePostDataResponse")]
  378. int SavePostData(System.Data.DataTable datatPostData);
  379. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetDefectData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetDefectDataResponse")]
  380. System.Data.DataSet GetDefectData(byte Pvalue);
  381. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllDefectInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllDefectInfoResponse")]
  382. System.Data.DataSet GetAllDefectInfo();
  383. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveDefectData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveDefectDataResponse")]
  384. int SaveDefectData(System.Data.DataTable dataDefectData);
  385. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetGMouldTypeData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetGMouldTypeDataResponse")]
  386. System.Data.DataSet GetGMouldTypeData(byte Pvalue);
  387. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllGMouldTypeInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllGMouldTypeInfoResponse")]
  388. System.Data.DataSet GetAllGMouldTypeInfo();
  389. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SavetGMouldTypeData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SavetGMouldTypeDataResponse")]
  390. int SavetGMouldTypeData(System.Data.DataTable datatGMouldTypeData);
  391. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetGMouldType", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetGMouldTypeResponse")]
  392. System.Data.DataSet GetGMouldType();
  393. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetDeploystaffData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetDeploystaffDataResponse")]
  394. System.Data.DataSet GetDeploystaffData(int userID);
  395. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveDeploystaffData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveDeploystaffDataResponse")]
  396. int SaveDeploystaffData(int userID, System.Data.DataTable dataDeploystaffData);
  397. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetDefectPositionData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetDefectPositionDataResponse")]
  398. System.Data.DataSet GetDefectPositionData(byte Pvalue);
  399. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveDefectPositionsData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveDefectPositionsDataResponse")]
  400. int SaveDefectPositionsData(System.Data.DataTable dataDefectPositionData);
  401. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllDefectPositionInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAllDefectPositionInfoResponse")]
  402. System.Data.DataSet GetAllDefectPositionInfo();
  403. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetThermometer", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetThermometerResponse")]
  404. System.Data.DataSet GetThermometer(Dongke.IBOSS.PRD.WCF.DataModels.ThermometerEntity thermometerEntity);
  405. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/AddThermometerEntity", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/AddThermometerEntityResponse")]
  406. int AddThermometerEntity(Dongke.IBOSS.PRD.WCF.DataModels.ThermometerEntity thermometerEntity);
  407. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/UpdateThermometerEntity", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/UpdateThermometerEntityResponse")]
  408. int UpdateThermometerEntity(Dongke.IBOSS.PRD.WCF.DataModels.ThermometerEntity thermometerEntity);
  409. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/AddRptProcedure", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/AddRptProcedureResponse")]
  410. int AddRptProcedure(Dongke.IBOSS.PRD.WCF.DataModels.RptProcedureEntity rptProcedureEntity, System.Data.DataSet dsSourse);
  411. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/UpdateRptProcedure", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/UpdateRptProcedureResponse")]
  412. int UpdateRptProcedure(Dongke.IBOSS.PRD.WCF.DataModels.RptProcedureEntity rptProcedureEntity, System.Data.DataSet dsSourse);
  413. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/StopRptProcedure", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/StopRptProcedureResponse")]
  414. int StopRptProcedure(Dongke.IBOSS.PRD.WCF.DataModels.RptProcedureEntity rptProcedureEntity);
  415. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetRptProcedureModule", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetRptProcedureModuleResponse")]
  416. System.Data.DataSet GetRptProcedureModule(Dongke.IBOSS.PRD.WCF.DataModels.RptProcedureEntity rptProcedureEntity);
  417. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetRptProcedureIdByProcedureInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetRptProcedureIdByProcedureInfoResp" +
  418. "onse")]
  419. System.Data.DataSet GetRptProcedureIdByProcedureInfo(int rptProcedureId);
  420. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetGoodsTypeData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetGoodsTypeDataResponse")]
  421. System.Data.DataSet GetGoodsTypeData(byte Pvalue);
  422. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetGoodsTyperData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetGoodsTyperDataResponse")]
  423. System.Data.DataSet GetGoodsTyperData(byte Pvalue, string typeCode);
  424. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetGoodsTypeIDData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetGoodsTypeIDDataResponse")]
  425. System.Data.DataSet GetGoodsTypeIDData(int GoodsTypeID);
  426. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveGoodsTypeData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveGoodsTypeDataResponse")]
  427. int SaveGoodsTypeData(System.Data.DataTable dataDefectPositionData);
  428. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetUserRightData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetUserRightDataResponse")]
  429. System.Data.DataSet GetUserRightData(int userID);
  430. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveUserRight", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveUserRightResponse")]
  431. int SaveUserRight(System.Data.DataSet userRightData, int userID);
  432. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetUserFunctionRightInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetUserFunctionRightInfoResponse")]
  433. System.Data.DataSet GetUserFunctionRightInfo(int userID);
  434. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetUserFunctionRightTwoInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetUserFunctionRightTwoInfoResponse")]
  435. System.Data.DataSet GetUserFunctionRightTwoInfo(int userID);
  436. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetFunctionUsers", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetFunctionUsersResponse")]
  437. System.Data.DataSet GetFunctionUsers(string functionCode);
  438. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveUserFunctionRightData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveUserFunctionRightDataResponse")]
  439. Dongke.IBOSS.PRD.WCF.DataModels.FunRightResultEntity SaveUserFunctionRightData(int userID, int licenseType, System.Data.DataSet userRightData);
  440. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveUserFunctionTwoRightData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveUserFunctionTwoRightDataResponse" +
  441. "")]
  442. Dongke.IBOSS.PRD.WCF.DataModels.FunRightResultEntity SaveUserFunctionTwoRightData(int userID, int licenseType, System.Data.DataSet userRightData, System.Data.DataSet userRightTwoData);
  443. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetUserPurview", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetUserPurviewResponse")]
  444. System.Data.DataSet GetUserPurview(int PurviewType, int UserID);
  445. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/UnlockUserStatus", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/UnlockUserStatusResponse")]
  446. int UnlockUserStatus(int UserID);
  447. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetOrganizationCode", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetOrganizationCodeResponse")]
  448. string GetOrganizationCode(string v_parentOrganizationCode);
  449. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveUserPassWord", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveUserPassWordResponse")]
  450. string SaveUserPassWord(string userPassWord, string userCode, string userName);
  451. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAccountInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetAccountInfoResponse")]
  452. System.Data.DataSet GetAccountInfo(bool pValue);
  453. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveAccountData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/SaveAccountDataResponse")]
  454. int SaveAccountData(System.Data.DataTable accountData, string defaultPassword);
  455. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetGoodsLevelDataById", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetGoodsLevelDataByIdResponse")]
  456. System.Data.DataSet GetGoodsLevelDataById(System.Nullable<int> GoodsLevelTypeID, System.Nullable<int> GoodsLevelID);
  457. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetGoodsLevel", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ISystemModule/GetGoodsLevelResponse")]
  458. System.Data.DataSet GetGoodsLevel(int type);
  459. }
  460. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  461. public interface ISystemModuleChannel : Dongke.IBOSS.PRD.WCF.Proxys.SystemModuleService.ISystemModule, System.ServiceModel.IClientChannel {
  462. }
  463. [System.Diagnostics.DebuggerStepThroughAttribute()]
  464. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  465. public partial class SystemModuleClient : System.ServiceModel.ClientBase<Dongke.IBOSS.PRD.WCF.Proxys.SystemModuleService.ISystemModule>, Dongke.IBOSS.PRD.WCF.Proxys.SystemModuleService.ISystemModule {
  466. public SystemModuleClient() {
  467. }
  468. public SystemModuleClient(string endpointConfigurationName) :
  469. base(endpointConfigurationName) {
  470. }
  471. public SystemModuleClient(string endpointConfigurationName, string remoteAddress) :
  472. base(endpointConfigurationName, remoteAddress) {
  473. }
  474. public SystemModuleClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
  475. base(endpointConfigurationName, remoteAddress) {
  476. }
  477. public SystemModuleClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
  478. base(binding, remoteAddress) {
  479. }
  480. public System.Data.DataSet GetStaffByUserId(int UserId) {
  481. return base.Channel.GetStaffByUserId(UserId);
  482. }
  483. public System.Data.DataSet GetJobByUserId(int UserId) {
  484. return base.Channel.GetJobByUserId(UserId);
  485. }
  486. public int AddUserStaff(int UserId, System.Data.DataTable StaffTable) {
  487. return base.Channel.AddUserStaff(UserId, StaffTable);
  488. }
  489. public System.Data.DataSet GetUserStaffByUserId(int UserId) {
  490. return base.Channel.GetUserStaffByUserId(UserId);
  491. }
  492. public System.Data.DataSet GetAllAccountInfo() {
  493. return base.Channel.GetAllAccountInfo();
  494. }
  495. public System.Data.DataSet GetAllGoodsTypeData() {
  496. return base.Channel.GetAllGoodsTypeData();
  497. }
  498. public System.Data.DataSet GetAuditStatus() {
  499. return base.Channel.GetAuditStatus();
  500. }
  501. public int CheckGoodsTypeToUpdate(string GoodsTypeCode) {
  502. return base.Channel.CheckGoodsTypeToUpdate(GoodsTypeCode);
  503. }
  504. public System.Data.DataSet GetAttachmentByGoodsId(int goodsId) {
  505. return base.Channel.GetAttachmentByGoodsId(goodsId);
  506. }
  507. public int AddAttachment(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity[] AttList, int mainId) {
  508. return base.Channel.AddAttachment(AttList, mainId);
  509. }
  510. public int UpdateAttachment(Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity[] AttList, int mainId) {
  511. return base.Channel.UpdateAttachment(AttList, mainId);
  512. }
  513. public System.Data.DataSet GetAllJobsByUserID(int UserID) {
  514. return base.Channel.GetAllJobsByUserID(UserID);
  515. }
  516. public System.Data.DataSet GetJobsPriceType() {
  517. return base.Channel.GetJobsPriceType();
  518. }
  519. public string GetServerPath() {
  520. return base.Channel.GetServerPath();
  521. }
  522. public System.Data.DataSet GetAllDefectTypeInfo() {
  523. return base.Channel.GetAllDefectTypeInfo();
  524. }
  525. public int SaveDefectTypeData(System.Data.DataTable dataDefectData) {
  526. return base.Channel.SaveDefectTypeData(dataDefectData);
  527. }
  528. public System.Data.DataSet GetSettlementTime() {
  529. return base.Channel.GetSettlementTime();
  530. }
  531. public System.Data.DataSet GetFunctionRight() {
  532. return base.Channel.GetFunctionRight();
  533. }
  534. public System.Data.DataSet GetFunctionUsersList() {
  535. return base.Channel.GetFunctionUsersList();
  536. }
  537. public System.Data.DataSet GetFunctionUsersTwoList() {
  538. return base.Channel.GetFunctionUsersTwoList();
  539. }
  540. public Dongke.IBOSS.PRD.WCF.DataModels.FunRightResultEntity SaveUserFunctionRightList(System.Data.DataTable userRightData) {
  541. return base.Channel.SaveUserFunctionRightList(userRightData);
  542. }
  543. public System.Data.DataSet GetFunctionUserPurviewList() {
  544. return base.Channel.GetFunctionUserPurviewList();
  545. }
  546. public int SaveUserRightList(System.Data.DataTable userRightData) {
  547. return base.Channel.SaveUserRightList(userRightData);
  548. }
  549. public System.Data.DataSet GetAllLogoInfo() {
  550. return base.Channel.GetAllLogoInfo();
  551. }
  552. public System.Data.DataSet GetLogoInfo() {
  553. return base.Channel.GetLogoInfo();
  554. }
  555. public int SaveLogoData(System.Data.DataTable datatLogoData) {
  556. return base.Channel.SaveLogoData(datatLogoData);
  557. }
  558. public System.Data.DataSet GetAllDefectFine() {
  559. return base.Channel.GetAllDefectFine();
  560. }
  561. public int SaveDefectFineData(System.Data.DataTable dataDefectFineData) {
  562. return base.Channel.SaveDefectFineData(dataDefectFineData);
  563. }
  564. public System.Data.DataSet GetAllDefectDeduction() {
  565. return base.Channel.GetAllDefectDeduction();
  566. }
  567. public int SaveDefectDeduction(System.Data.DataTable dataDefectDeduction) {
  568. return base.Channel.SaveDefectDeduction(dataDefectDeduction);
  569. }
  570. public System.Data.DataSet GetAllDefectFineRelation() {
  571. return base.Channel.GetAllDefectFineRelation();
  572. }
  573. public System.Data.DataSet GetAllDefectDeductionRelation() {
  574. return base.Channel.GetAllDefectDeductionRelation();
  575. }
  576. public int SaveDefectRelation(System.Data.DataTable dataDefectFineRelation, System.Data.DataTable dataDefectDeductionRelation) {
  577. return base.Channel.SaveDefectRelation(dataDefectFineRelation, dataDefectDeductionRelation);
  578. }
  579. public System.Data.DataSet GetAllSemicheckDefect() {
  580. return base.Channel.GetAllSemicheckDefect();
  581. }
  582. public System.Data.DataSet GetAllScdefectPosition() {
  583. return base.Channel.GetAllScdefectPosition();
  584. }
  585. public int SaveSemicheckDefect(System.Data.DataTable dataDefectData) {
  586. return base.Channel.SaveSemicheckDefect(dataDefectData);
  587. }
  588. public int SaveScdefectPosition(System.Data.DataTable dataDefectPositionData) {
  589. return base.Channel.SaveScdefectPosition(dataDefectPositionData);
  590. }
  591. public System.Data.DataSet GetSemiCheckType() {
  592. return base.Channel.GetSemiCheckType();
  593. }
  594. public System.Data.DataSet GetAllTecDepInfo() {
  595. return base.Channel.GetAllTecDepInfo();
  596. }
  597. public int SaveTecDepData(System.Data.DataTable datatData) {
  598. return base.Channel.SaveTecDepData(datatData);
  599. }
  600. public int SaveTransfer(Dongke.IBOSS.PRD.WCF.DataModels.TecDepEntity tecDepEntity) {
  601. return base.Channel.SaveTransfer(tecDepEntity);
  602. }
  603. public System.Data.DataSet GetTransfer(Dongke.IBOSS.PRD.WCF.DataModels.TecDepEntity tecDepEntity) {
  604. return base.Channel.GetTransfer(tecDepEntity);
  605. }
  606. public System.Data.DataSet GetTransferInfo(int PTID) {
  607. return base.Channel.GetTransferInfo(PTID);
  608. }
  609. public System.Data.DataSet GetTransferEditInfo(int PTID) {
  610. return base.Channel.GetTransferEditInfo(PTID);
  611. }
  612. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity DoBarCodePrint(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
  613. return base.Channel.DoBarCodePrint(cre);
  614. }
  615. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity DoRequest(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
  616. return base.Channel.DoRequest(cre);
  617. }
  618. public System.Data.DataSet DoLoginRefresh(Dongke.IBOSS.PRD.WCF.DataModels.LoginRequestEntity requestEntity) {
  619. return base.Channel.DoLoginRefresh(requestEntity);
  620. }
  621. public System.Data.DataSet SearchUserData(Dongke.IBOSS.PRD.WCF.DataModels.SUserEntity requestEntity) {
  622. return base.Channel.SearchUserData(requestEntity);
  623. }
  624. public System.Data.DataSet GetUserIsWorker(Dongke.IBOSS.PRD.WCF.DataModels.SUserEntity requestEntity) {
  625. return base.Channel.GetUserIsWorker(requestEntity);
  626. }
  627. public System.Data.DataSet IsExistsUserCode(string usercode) {
  628. return base.Channel.IsExistsUserCode(usercode);
  629. }
  630. public System.Data.DataSet IsExistWorkCode(string workcode) {
  631. return base.Channel.IsExistWorkCode(workcode);
  632. }
  633. public int AddUserInfo(Dongke.IBOSS.PRD.WCF.DataModels.SUserEntity requestEntity) {
  634. return base.Channel.AddUserInfo(requestEntity);
  635. }
  636. public int EditUserInfo(Dongke.IBOSS.PRD.WCF.DataModels.SUserEntity requestEntity) {
  637. return base.Channel.EditUserInfo(requestEntity);
  638. }
  639. public System.Data.DataSet GetUserRowData(int UserID) {
  640. return base.Channel.GetUserRowData(UserID);
  641. }
  642. public System.Data.DataTable GetOrganization(int valueFlag, int leafFlag) {
  643. return base.Channel.GetOrganization(valueFlag, leafFlag);
  644. }
  645. public System.Data.DataSet SearchOrganizationData(Dongke.IBOSS.PRD.WCF.DataModels.OrganizationEntity requestEntity) {
  646. return base.Channel.SearchOrganizationData(requestEntity);
  647. }
  648. public int SaveOrganizationData(Dongke.IBOSS.PRD.WCF.DataModels.OrganizationEntity requestEntity) {
  649. return base.Channel.SaveOrganizationData(requestEntity);
  650. }
  651. public System.Data.DataSet GetOrganizationrRowData(int OrganizationID) {
  652. return base.Channel.GetOrganizationrRowData(OrganizationID);
  653. }
  654. public System.Data.DataTable GetSYSProcessModelType() {
  655. return base.Channel.GetSYSProcessModelType();
  656. }
  657. public System.Data.DataSet SerachGoods(Dongke.IBOSS.PRD.WCF.DataModels.GoodsEntity goodsEntity) {
  658. return base.Channel.SerachGoods(goodsEntity);
  659. }
  660. public int AddGoods(Dongke.IBOSS.PRD.WCF.DataModels.GoodsEntity goodsEntity, Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity[] imgList, Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity[] attList) {
  661. return base.Channel.AddGoods(goodsEntity, imgList, attList);
  662. }
  663. public int UpdateGoods(Dongke.IBOSS.PRD.WCF.DataModels.GoodsEntity goodsEntity, Dongke.IBOSS.PRD.WCF.DataModels.GoodsImageEntity[] imgList, Dongke.IBOSS.PRD.WCF.DataModels.GoodsAttachmentEntity[] attList) {
  664. return base.Channel.UpdateGoods(goodsEntity, imgList, attList);
  665. }
  666. public System.Data.DataSet GetImageByGoodsId(int goodsId) {
  667. return base.Channel.GetImageByGoodsId(goodsId);
  668. }
  669. public System.Data.DataTable GetGoodsType(int valueFlag, int leafFlag) {
  670. return base.Channel.GetGoodsType(valueFlag, leafFlag);
  671. }
  672. public System.Data.DataTable GetDataDictionaryByType(string dicType, int valueFlag) {
  673. return base.Channel.GetDataDictionaryByType(dicType, valueFlag);
  674. }
  675. public System.Data.DataSet GetWorker() {
  676. return base.Channel.GetWorker();
  677. }
  678. public System.Data.DataSet GetJobs() {
  679. return base.Channel.GetJobs();
  680. }
  681. public System.Data.DataSet GetDefect() {
  682. return base.Channel.GetDefect();
  683. }
  684. public System.Data.DataSet GetKilnData(byte Pvalue) {
  685. return base.Channel.GetKilnData(Pvalue);
  686. }
  687. public System.Data.DataSet GetAllKilntInfo() {
  688. return base.Channel.GetAllKilntInfo();
  689. }
  690. public int SaveKilnData(System.Data.DataTable datatKilnData) {
  691. return base.Channel.SaveKilnData(datatKilnData);
  692. }
  693. public System.Data.DataSet GetKilnCarData(byte Pvalue, string kilnID) {
  694. return base.Channel.GetKilnCarData(Pvalue, kilnID);
  695. }
  696. public System.Data.DataSet GetAllKilnCarInfo() {
  697. return base.Channel.GetAllKilnCarInfo();
  698. }
  699. public int SaveKilnCarData(System.Data.DataTable datatKilnCarData) {
  700. return base.Channel.SaveKilnCarData(datatKilnCarData);
  701. }
  702. public System.Data.DataSet GetGoodsLevelData(byte pValue) {
  703. return base.Channel.GetGoodsLevelData(pValue);
  704. }
  705. public int SaveGoodsLevelData(System.Data.DataTable datatGoodsLevelData) {
  706. return base.Channel.SaveGoodsLevelData(datatGoodsLevelData);
  707. }
  708. public System.Data.DataSet GetDictionaryData(byte Pvalue, string dictionaryType) {
  709. return base.Channel.GetDictionaryData(Pvalue, dictionaryType);
  710. }
  711. public System.Data.DataSet GetAllDataDictionaryInfo() {
  712. return base.Channel.GetAllDataDictionaryInfo();
  713. }
  714. public int SaveDictionaryData(System.Data.DataTable dataDictionaryData) {
  715. return base.Channel.SaveDictionaryData(dataDictionaryData);
  716. }
  717. public System.Data.DataSet GetDataDictionaryTreeData() {
  718. return base.Channel.GetDataDictionaryTreeData();
  719. }
  720. public System.Data.DataSet GetSystemData() {
  721. return base.Channel.GetSystemData();
  722. }
  723. public int SaveSystemData(System.Data.DataTable datatSystemData) {
  724. return base.Channel.SaveSystemData(datatSystemData);
  725. }
  726. public System.Data.DataSet GetSystemSettingDataByCode(string settingcode) {
  727. return base.Channel.GetSystemSettingDataByCode(settingcode);
  728. }
  729. public System.Data.DataSet GetProductionLine(Dongke.IBOSS.PRD.WCF.DataModels.SearchProductionLineEntity productionLineEntity) {
  730. return base.Channel.GetProductionLine(productionLineEntity);
  731. }
  732. public System.Data.DataSet GetProdureList(Dongke.IBOSS.PRD.WCF.DataModels.SearchProductionLineEntity productionLineEntity) {
  733. return base.Channel.GetProdureList(productionLineEntity);
  734. }
  735. public System.Data.DataSet GetJobsData(byte Pvalue) {
  736. return base.Channel.GetJobsData(Pvalue);
  737. }
  738. public System.Data.DataSet GetAllJobsInfo() {
  739. return base.Channel.GetAllJobsInfo();
  740. }
  741. public int SavetJobsData(System.Data.DataTable datatJobsData) {
  742. return base.Channel.SavetJobsData(datatJobsData);
  743. }
  744. public System.Data.DataSet GetPostData(byte Pvalue) {
  745. return base.Channel.GetPostData(Pvalue);
  746. }
  747. public System.Data.DataSet GetAllPostInfo() {
  748. return base.Channel.GetAllPostInfo();
  749. }
  750. public int SavePostData(System.Data.DataTable datatPostData) {
  751. return base.Channel.SavePostData(datatPostData);
  752. }
  753. public System.Data.DataSet GetDefectData(byte Pvalue) {
  754. return base.Channel.GetDefectData(Pvalue);
  755. }
  756. public System.Data.DataSet GetAllDefectInfo() {
  757. return base.Channel.GetAllDefectInfo();
  758. }
  759. public int SaveDefectData(System.Data.DataTable dataDefectData) {
  760. return base.Channel.SaveDefectData(dataDefectData);
  761. }
  762. public System.Data.DataSet GetGMouldTypeData(byte Pvalue) {
  763. return base.Channel.GetGMouldTypeData(Pvalue);
  764. }
  765. public System.Data.DataSet GetAllGMouldTypeInfo() {
  766. return base.Channel.GetAllGMouldTypeInfo();
  767. }
  768. public int SavetGMouldTypeData(System.Data.DataTable datatGMouldTypeData) {
  769. return base.Channel.SavetGMouldTypeData(datatGMouldTypeData);
  770. }
  771. public System.Data.DataSet GetGMouldType() {
  772. return base.Channel.GetGMouldType();
  773. }
  774. public System.Data.DataSet GetDeploystaffData(int userID) {
  775. return base.Channel.GetDeploystaffData(userID);
  776. }
  777. public int SaveDeploystaffData(int userID, System.Data.DataTable dataDeploystaffData) {
  778. return base.Channel.SaveDeploystaffData(userID, dataDeploystaffData);
  779. }
  780. public System.Data.DataSet GetDefectPositionData(byte Pvalue) {
  781. return base.Channel.GetDefectPositionData(Pvalue);
  782. }
  783. public int SaveDefectPositionsData(System.Data.DataTable dataDefectPositionData) {
  784. return base.Channel.SaveDefectPositionsData(dataDefectPositionData);
  785. }
  786. public System.Data.DataSet GetAllDefectPositionInfo() {
  787. return base.Channel.GetAllDefectPositionInfo();
  788. }
  789. public System.Data.DataSet GetThermometer(Dongke.IBOSS.PRD.WCF.DataModels.ThermometerEntity thermometerEntity) {
  790. return base.Channel.GetThermometer(thermometerEntity);
  791. }
  792. public int AddThermometerEntity(Dongke.IBOSS.PRD.WCF.DataModels.ThermometerEntity thermometerEntity) {
  793. return base.Channel.AddThermometerEntity(thermometerEntity);
  794. }
  795. public int UpdateThermometerEntity(Dongke.IBOSS.PRD.WCF.DataModels.ThermometerEntity thermometerEntity) {
  796. return base.Channel.UpdateThermometerEntity(thermometerEntity);
  797. }
  798. public int AddRptProcedure(Dongke.IBOSS.PRD.WCF.DataModels.RptProcedureEntity rptProcedureEntity, System.Data.DataSet dsSourse) {
  799. return base.Channel.AddRptProcedure(rptProcedureEntity, dsSourse);
  800. }
  801. public int UpdateRptProcedure(Dongke.IBOSS.PRD.WCF.DataModels.RptProcedureEntity rptProcedureEntity, System.Data.DataSet dsSourse) {
  802. return base.Channel.UpdateRptProcedure(rptProcedureEntity, dsSourse);
  803. }
  804. public int StopRptProcedure(Dongke.IBOSS.PRD.WCF.DataModels.RptProcedureEntity rptProcedureEntity) {
  805. return base.Channel.StopRptProcedure(rptProcedureEntity);
  806. }
  807. public System.Data.DataSet GetRptProcedureModule(Dongke.IBOSS.PRD.WCF.DataModels.RptProcedureEntity rptProcedureEntity) {
  808. return base.Channel.GetRptProcedureModule(rptProcedureEntity);
  809. }
  810. public System.Data.DataSet GetRptProcedureIdByProcedureInfo(int rptProcedureId) {
  811. return base.Channel.GetRptProcedureIdByProcedureInfo(rptProcedureId);
  812. }
  813. public System.Data.DataSet GetGoodsTypeData(byte Pvalue) {
  814. return base.Channel.GetGoodsTypeData(Pvalue);
  815. }
  816. public System.Data.DataSet GetGoodsTyperData(byte Pvalue, string typeCode) {
  817. return base.Channel.GetGoodsTyperData(Pvalue, typeCode);
  818. }
  819. public System.Data.DataSet GetGoodsTypeIDData(int GoodsTypeID) {
  820. return base.Channel.GetGoodsTypeIDData(GoodsTypeID);
  821. }
  822. public int SaveGoodsTypeData(System.Data.DataTable dataDefectPositionData) {
  823. return base.Channel.SaveGoodsTypeData(dataDefectPositionData);
  824. }
  825. public System.Data.DataSet GetUserRightData(int userID) {
  826. return base.Channel.GetUserRightData(userID);
  827. }
  828. public int SaveUserRight(System.Data.DataSet userRightData, int userID) {
  829. return base.Channel.SaveUserRight(userRightData, userID);
  830. }
  831. public System.Data.DataSet GetUserFunctionRightInfo(int userID) {
  832. return base.Channel.GetUserFunctionRightInfo(userID);
  833. }
  834. public System.Data.DataSet GetUserFunctionRightTwoInfo(int userID) {
  835. return base.Channel.GetUserFunctionRightTwoInfo(userID);
  836. }
  837. public System.Data.DataSet GetFunctionUsers(string functionCode) {
  838. return base.Channel.GetFunctionUsers(functionCode);
  839. }
  840. public Dongke.IBOSS.PRD.WCF.DataModels.FunRightResultEntity SaveUserFunctionRightData(int userID, int licenseType, System.Data.DataSet userRightData) {
  841. return base.Channel.SaveUserFunctionRightData(userID, licenseType, userRightData);
  842. }
  843. public Dongke.IBOSS.PRD.WCF.DataModels.FunRightResultEntity SaveUserFunctionTwoRightData(int userID, int licenseType, System.Data.DataSet userRightData, System.Data.DataSet userRightTwoData) {
  844. return base.Channel.SaveUserFunctionTwoRightData(userID, licenseType, userRightData, userRightTwoData);
  845. }
  846. public System.Data.DataSet GetUserPurview(int PurviewType, int UserID) {
  847. return base.Channel.GetUserPurview(PurviewType, UserID);
  848. }
  849. public int UnlockUserStatus(int UserID) {
  850. return base.Channel.UnlockUserStatus(UserID);
  851. }
  852. public string GetOrganizationCode(string v_parentOrganizationCode) {
  853. return base.Channel.GetOrganizationCode(v_parentOrganizationCode);
  854. }
  855. public string SaveUserPassWord(string userPassWord, string userCode, string userName) {
  856. return base.Channel.SaveUserPassWord(userPassWord, userCode, userName);
  857. }
  858. public System.Data.DataSet GetAccountInfo(bool pValue) {
  859. return base.Channel.GetAccountInfo(pValue);
  860. }
  861. public int SaveAccountData(System.Data.DataTable accountData, string defaultPassword) {
  862. return base.Channel.SaveAccountData(accountData, defaultPassword);
  863. }
  864. public System.Data.DataSet GetGoodsLevelDataById(System.Nullable<int> GoodsLevelTypeID, System.Nullable<int> GoodsLevelID) {
  865. return base.Channel.GetGoodsLevelDataById(GoodsLevelTypeID, GoodsLevelID);
  866. }
  867. public System.Data.DataSet GetGoodsLevel(int type) {
  868. return base.Channel.GetGoodsLevel(type);
  869. }
  870. }
  871. }