Reference.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.18444
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace Dongke.IBOSS.PRD.WCF.Proxys.PAMModuleService {
  11. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  12. [System.ServiceModel.ServiceContractAttribute(Namespace="Dongke.IBOSS.PRD.WCF.Contracts", ConfigurationName="PAMModuleService.IPAMModule")]
  13. public interface IPAMModule {
  14. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/TestConnection", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/TestConnectionResponse")]
  15. string TestConnection();
  16. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetPayPlanSetting", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetPayPlanSettingResponse")]
  17. System.Data.DataSet GetPayPlanSetting();
  18. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SavePayPlanSetting", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SavePayPlanSettingResponse")]
  19. int SavePayPlanSetting(System.Data.DataTable dataPayPlanSetting);
  20. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetPayPlan", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetPayPlanResponse")]
  21. System.Data.DataSet GetPayPlan();
  22. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetJobsPayPlan", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetJobsPayPlanResponse")]
  23. System.Data.DataSet GetJobsPayPlan(string jobsCode, string PayPlanName);
  24. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetJobsPayPlanList", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetJobsPayPlanListResponse")]
  25. System.Data.DataSet GetJobsPayPlanList(string jobsCode, string PayPlanName, string jobsName);
  26. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SaveJobsPayPlan", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SaveJobsPayPlanResponse")]
  27. int SaveJobsPayPlan(bool IsEdit, System.Data.DataTable dtJobsPayPlan);
  28. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetJobsPayPlanInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetJobsPayPlanInfoResponse")]
  29. System.Data.DataSet GetJobsPayPlanInfo(int PayPlanID);
  30. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetWagesType", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetWagesTypeResponse")]
  31. System.Data.DataSet GetWagesType(string WagesTypeName);
  32. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetAllWagesType", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetAllWagesTypeResponse")]
  33. System.Data.DataSet GetAllWagesType();
  34. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SavetJobsData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SavetJobsDataResponse")]
  35. int SavetJobsData(System.Data.DataTable datatWagesTypeData);
  36. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetGoodsWagesType", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetGoodsWagesTypeResponse")]
  37. System.Data.DataSet GetGoodsWagesType(string WagesTypeName, string GoodsCode);
  38. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SaveGoodsWagesTypeData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SaveGoodsWagesTypeDataResponse")]
  39. int SaveGoodsWagesTypeData(bool IsEdit, System.Data.DataTable dtGoodsPayPlan);
  40. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetPieceworkData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetPieceworkDataResponse")]
  41. System.Data.DataSet GetPieceworkData(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.PieceworkEntity pieceworkEndity);
  42. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SavePiecework", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SavePieceworkResponse")]
  43. int SavePiecework(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.PieceworkEntity pieceworkendity);
  44. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetPieceworkByID", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetPieceworkByIDResponse")]
  45. System.Data.DataSet GetPieceworkByID(int PieceTacticsID);
  46. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetQualityASS", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetQualityASSResponse")]
  47. System.Data.DataSet GetQualityASS(System.Nullable<int> QualityBaseProcedureID);
  48. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetQualityASSList", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetQualityASSListResponse")]
  49. System.Data.DataSet GetQualityASSList(string QualityTacticsName, System.Nullable<int> PayPlanID);
  50. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetQualityASSByID", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetQualityASSByIDResponse")]
  51. System.Data.DataSet GetQualityASSByID(System.Nullable<int> QualityASSTacticsID);
  52. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SaveQualityASS", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SaveQualityASSResponse")]
  53. int SaveQualityASS(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityASS qualityASS);
  54. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SavePayPiecework", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SavePayPieceworkResponse")]
  55. int SavePayPiecework(int Month, int Year);
  56. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SavePayPiecework2", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SavePayPiecework2Response")]
  57. int SavePayPiecework2(int Month, int Year, System.DateTime start, System.DateTime end);
  58. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetPayroll", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetPayrollResponse")]
  59. System.Data.DataSet GetPayroll(string YYYYMM);
  60. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetPayrollInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetPayrollInfoResponse")]
  61. System.Data.DataSet GetPayrollInfo(string YYYYMM, int staffid);
  62. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetAdminEXA", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetAdminEXAResponse")]
  63. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  64. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.AuditStatus))]
  65. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  66. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.PieceworkEntity))]
  67. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.WagesEntity[]))]
  68. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.WagesEntity))]
  69. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityWagesEntity[]))]
  70. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityWagesEntity))]
  71. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityASS))]
  72. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityGoods[]))]
  73. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityGoods))]
  74. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityReward[]))]
  75. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityReward))]
  76. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdminEXAEntity))]
  77. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetAdminEXA(Dongke.IBOSS.PRD.WCF.DataModels.AdminEXAEntity entity);
  78. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetAdminEXAByID", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/GetAdminEXAByIDResponse")]
  79. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  80. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.AuditStatus))]
  81. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  82. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.PieceworkEntity))]
  83. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.WagesEntity[]))]
  84. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.WagesEntity))]
  85. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityWagesEntity[]))]
  86. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityWagesEntity))]
  87. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityASS))]
  88. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityGoods[]))]
  89. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityGoods))]
  90. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityReward[]))]
  91. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityReward))]
  92. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdminEXAEntity))]
  93. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetAdminEXAByID(int id);
  94. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/StopAdminEXAByID", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/StopAdminEXAByIDResponse")]
  95. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  96. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.AuditStatus))]
  97. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  98. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.PieceworkEntity))]
  99. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.WagesEntity[]))]
  100. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.WagesEntity))]
  101. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityWagesEntity[]))]
  102. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityWagesEntity))]
  103. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityASS))]
  104. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityGoods[]))]
  105. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityGoods))]
  106. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityReward[]))]
  107. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityReward))]
  108. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdminEXAEntity))]
  109. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  110. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity StopAdminEXAByID(int id, object opTimeStamp);
  111. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/AuditAdminEXA", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/AuditAdminEXAResponse")]
  112. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  113. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.AuditStatus))]
  114. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  115. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.PieceworkEntity))]
  116. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.WagesEntity[]))]
  117. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.WagesEntity))]
  118. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityWagesEntity[]))]
  119. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityWagesEntity))]
  120. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityASS))]
  121. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityGoods[]))]
  122. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityGoods))]
  123. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityReward[]))]
  124. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityReward))]
  125. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdminEXAEntity))]
  126. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AuditAdminEXA(string ids, Dongke.IBOSS.PRD.Basics.BaseResources.Constant.AuditStatus auditStatus);
  127. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/AddAdminEXA", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/AddAdminEXAResponse")]
  128. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  129. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.AuditStatus))]
  130. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  131. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.PieceworkEntity))]
  132. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.WagesEntity[]))]
  133. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.WagesEntity))]
  134. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityWagesEntity[]))]
  135. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityWagesEntity))]
  136. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityASS))]
  137. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityGoods[]))]
  138. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityGoods))]
  139. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityReward[]))]
  140. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityReward))]
  141. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdminEXAEntity))]
  142. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AddAdminEXA(Dongke.IBOSS.PRD.WCF.DataModels.AdminEXAEntity entity);
  143. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/EditAdminEXA", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/EditAdminEXAResponse")]
  144. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  145. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.AuditStatus))]
  146. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  147. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.PieceworkEntity))]
  148. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.WagesEntity[]))]
  149. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.WagesEntity))]
  150. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityWagesEntity[]))]
  151. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityWagesEntity))]
  152. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityASS))]
  153. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityGoods[]))]
  154. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityGoods))]
  155. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityReward[]))]
  156. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityReward))]
  157. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdminEXAEntity))]
  158. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity EditAdminEXA(System.Data.DataTable dt);
  159. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SavePayrollChange", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SavePayrollChangeResponse")]
  160. int SavePayrollChange(System.Data.DataTable dataPayroll);
  161. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SavePayrollAuditStatus", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/SavePayrollAuditStatusResponse")]
  162. int SavePayrollAuditStatus(System.Data.DataTable dataPayrollAuditStatus);
  163. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/ChangePayPiecework", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPAMModule/ChangePayPieceworkResponse")]
  164. int ChangePayPiecework(string YYYYMM);
  165. }
  166. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  167. public interface IPAMModuleChannel : Dongke.IBOSS.PRD.WCF.Proxys.PAMModuleService.IPAMModule, System.ServiceModel.IClientChannel {
  168. }
  169. [System.Diagnostics.DebuggerStepThroughAttribute()]
  170. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  171. public partial class PAMModuleClient : System.ServiceModel.ClientBase<Dongke.IBOSS.PRD.WCF.Proxys.PAMModuleService.IPAMModule>, Dongke.IBOSS.PRD.WCF.Proxys.PAMModuleService.IPAMModule {
  172. public PAMModuleClient() {
  173. }
  174. public PAMModuleClient(string endpointConfigurationName) :
  175. base(endpointConfigurationName) {
  176. }
  177. public PAMModuleClient(string endpointConfigurationName, string remoteAddress) :
  178. base(endpointConfigurationName, remoteAddress) {
  179. }
  180. public PAMModuleClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
  181. base(endpointConfigurationName, remoteAddress) {
  182. }
  183. public PAMModuleClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
  184. base(binding, remoteAddress) {
  185. }
  186. public string TestConnection() {
  187. return base.Channel.TestConnection();
  188. }
  189. public System.Data.DataSet GetPayPlanSetting() {
  190. return base.Channel.GetPayPlanSetting();
  191. }
  192. public int SavePayPlanSetting(System.Data.DataTable dataPayPlanSetting) {
  193. return base.Channel.SavePayPlanSetting(dataPayPlanSetting);
  194. }
  195. public System.Data.DataSet GetPayPlan() {
  196. return base.Channel.GetPayPlan();
  197. }
  198. public System.Data.DataSet GetJobsPayPlan(string jobsCode, string PayPlanName) {
  199. return base.Channel.GetJobsPayPlan(jobsCode, PayPlanName);
  200. }
  201. public System.Data.DataSet GetJobsPayPlanList(string jobsCode, string PayPlanName, string jobsName) {
  202. return base.Channel.GetJobsPayPlanList(jobsCode, PayPlanName, jobsName);
  203. }
  204. public int SaveJobsPayPlan(bool IsEdit, System.Data.DataTable dtJobsPayPlan) {
  205. return base.Channel.SaveJobsPayPlan(IsEdit, dtJobsPayPlan);
  206. }
  207. public System.Data.DataSet GetJobsPayPlanInfo(int PayPlanID) {
  208. return base.Channel.GetJobsPayPlanInfo(PayPlanID);
  209. }
  210. public System.Data.DataSet GetWagesType(string WagesTypeName) {
  211. return base.Channel.GetWagesType(WagesTypeName);
  212. }
  213. public System.Data.DataSet GetAllWagesType() {
  214. return base.Channel.GetAllWagesType();
  215. }
  216. public int SavetJobsData(System.Data.DataTable datatWagesTypeData) {
  217. return base.Channel.SavetJobsData(datatWagesTypeData);
  218. }
  219. public System.Data.DataSet GetGoodsWagesType(string WagesTypeName, string GoodsCode) {
  220. return base.Channel.GetGoodsWagesType(WagesTypeName, GoodsCode);
  221. }
  222. public int SaveGoodsWagesTypeData(bool IsEdit, System.Data.DataTable dtGoodsPayPlan) {
  223. return base.Channel.SaveGoodsWagesTypeData(IsEdit, dtGoodsPayPlan);
  224. }
  225. public System.Data.DataSet GetPieceworkData(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.PieceworkEntity pieceworkEndity) {
  226. return base.Channel.GetPieceworkData(pieceworkEndity);
  227. }
  228. public int SavePiecework(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.PieceworkEntity pieceworkendity) {
  229. return base.Channel.SavePiecework(pieceworkendity);
  230. }
  231. public System.Data.DataSet GetPieceworkByID(int PieceTacticsID) {
  232. return base.Channel.GetPieceworkByID(PieceTacticsID);
  233. }
  234. public System.Data.DataSet GetQualityASS(System.Nullable<int> QualityBaseProcedureID) {
  235. return base.Channel.GetQualityASS(QualityBaseProcedureID);
  236. }
  237. public System.Data.DataSet GetQualityASSList(string QualityTacticsName, System.Nullable<int> PayPlanID) {
  238. return base.Channel.GetQualityASSList(QualityTacticsName, PayPlanID);
  239. }
  240. public System.Data.DataSet GetQualityASSByID(System.Nullable<int> QualityASSTacticsID) {
  241. return base.Channel.GetQualityASSByID(QualityASSTacticsID);
  242. }
  243. public int SaveQualityASS(Dongke.IBOSS.PRD.WCF.DataModels.PAMModule.QualityASS qualityASS) {
  244. return base.Channel.SaveQualityASS(qualityASS);
  245. }
  246. public int SavePayPiecework(int Month, int Year) {
  247. return base.Channel.SavePayPiecework(Month, Year);
  248. }
  249. public int SavePayPiecework2(int Month, int Year, System.DateTime start, System.DateTime end) {
  250. return base.Channel.SavePayPiecework2(Month, Year, start, end);
  251. }
  252. public System.Data.DataSet GetPayroll(string YYYYMM) {
  253. return base.Channel.GetPayroll(YYYYMM);
  254. }
  255. public System.Data.DataSet GetPayrollInfo(string YYYYMM, int staffid) {
  256. return base.Channel.GetPayrollInfo(YYYYMM, staffid);
  257. }
  258. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetAdminEXA(Dongke.IBOSS.PRD.WCF.DataModels.AdminEXAEntity entity) {
  259. return base.Channel.GetAdminEXA(entity);
  260. }
  261. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetAdminEXAByID(int id) {
  262. return base.Channel.GetAdminEXAByID(id);
  263. }
  264. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity StopAdminEXAByID(int id, object opTimeStamp) {
  265. return base.Channel.StopAdminEXAByID(id, opTimeStamp);
  266. }
  267. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AuditAdminEXA(string ids, Dongke.IBOSS.PRD.Basics.BaseResources.Constant.AuditStatus auditStatus) {
  268. return base.Channel.AuditAdminEXA(ids, auditStatus);
  269. }
  270. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AddAdminEXA(Dongke.IBOSS.PRD.WCF.DataModels.AdminEXAEntity entity) {
  271. return base.Channel.AddAdminEXA(entity);
  272. }
  273. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity EditAdminEXA(System.Data.DataTable dt) {
  274. return base.Channel.EditAdminEXA(dt);
  275. }
  276. public int SavePayrollChange(System.Data.DataTable dataPayroll) {
  277. return base.Channel.SavePayrollChange(dataPayroll);
  278. }
  279. public int SavePayrollAuditStatus(System.Data.DataTable dataPayrollAuditStatus) {
  280. return base.Channel.SavePayrollAuditStatus(dataPayrollAuditStatus);
  281. }
  282. public int ChangePayPiecework(string YYYYMM) {
  283. return base.Channel.ChangePayPiecework(YYYYMM);
  284. }
  285. }
  286. }