Reference.cs 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace Dongke.IBOSS.PRD.WCF.Proxys.PPModuleService {
  11. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  12. [System.ServiceModel.ServiceContractAttribute(Namespace="Dongke.IBOSS.PRD.WCF.Contracts", ConfigurationName="PPModuleService.IPPModule")]
  13. public interface IPPModule {
  14. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/Seq", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/SeqResponse")]
  15. int Seq(string seqName);
  16. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanTypeSearch", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanTypeSearchResponse")]
  17. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  18. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  19. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  20. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  21. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  22. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  23. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanTypeSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
  24. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanGoodsSearch", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanGoodsSearchResponse")]
  25. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  26. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  27. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  28. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  29. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  30. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  31. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanGoodsSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
  32. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearVer", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearVerResponse")]
  33. int PlanYearVer(int planTypeId);
  34. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearCopy", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearCopyResponse")]
  35. int PlanYearCopy(int planId);
  36. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearSearch", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearSearchResponse")]
  37. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  38. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  39. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  40. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  41. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  42. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  43. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanYearSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
  44. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearVerSearch", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearVerSearchResponse")]
  45. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  46. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  47. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  48. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  49. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  50. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  51. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanYearVerSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
  52. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearInsert", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearInsertResponse")]
  53. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  54. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  55. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  56. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  57. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  58. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  59. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanYearInsert(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
  60. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearUpdate", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearUpdateResponse")]
  61. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  62. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  63. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  64. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  65. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  66. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  67. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanYearUpdate(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
  68. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearDelete", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearDeleteResponse")]
  69. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  70. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  71. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  72. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  73. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  74. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  75. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanYearDelete(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
  76. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearGoodsSearch", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearGoodsSearchResponse")]
  77. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  78. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  79. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  80. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  81. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  82. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  83. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanYearGoodsSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
  84. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearGoodsInsert", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearGoodsInsertResponse")]
  85. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  86. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  87. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  88. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  89. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  90. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  91. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanYearGoodsInsert(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
  92. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearGoodsUpdate", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearGoodsUpdateResponse")]
  93. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  94. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  95. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  96. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  97. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  98. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  99. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanYearGoodsUpdate(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
  100. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearGoodsDelete", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanYearGoodsDeleteResponse")]
  101. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  102. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  103. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  104. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  105. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  106. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  107. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanYearGoodsDelete(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
  108. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthVer", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthVerResponse")]
  109. int PlanMonthVer(int planTypeId);
  110. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthCopy", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthCopyResponse")]
  111. int PlanMonthCopy(int planId);
  112. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthSearch", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthSearchResponse")]
  113. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  114. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  115. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  116. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  117. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  118. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  119. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanMonthSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
  120. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthVerSearch", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthVerSearchResponse")]
  121. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  122. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  123. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  124. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  125. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  126. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  127. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanMonthVerSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
  128. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthInsert", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthInsertResponse")]
  129. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  130. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  131. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  132. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  133. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  134. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  135. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanMonthInsert(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
  136. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthUpdate", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthUpdateResponse")]
  137. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  138. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  139. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  140. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  141. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  142. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  143. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanMonthUpdate(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
  144. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthDelete", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthDeleteResponse")]
  145. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  146. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  147. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  148. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  149. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  150. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  151. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanMonthDelete(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
  152. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthGoodsSearch", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthGoodsSearchResponse")]
  153. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  154. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  155. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  156. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  157. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  158. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  159. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanMonthGoodsSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
  160. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthGoodsInsert", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthGoodsInsertResponse")]
  161. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  162. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  163. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  164. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  165. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  166. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  167. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanMonthGoodsInsert(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
  168. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthGoodsUpdate", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthGoodsUpdateResponse")]
  169. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  170. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  171. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  172. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  173. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  174. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  175. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanMonthGoodsUpdate(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
  176. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthGoodsDelete", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanMonthGoodsDeleteResponse")]
  177. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  178. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  179. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  180. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  181. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  182. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  183. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanMonthGoodsDelete(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
  184. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayVer", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayVerResponse")]
  185. int PlanDayVer(int planTypeId);
  186. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayCopy", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayCopyResponse")]
  187. int PlanDayCopy(int planId);
  188. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDaySearch", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDaySearchResponse")]
  189. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  190. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  191. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  192. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  193. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  194. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  195. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanDaySearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
  196. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayVerSearch", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayVerSearchResponse")]
  197. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  198. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  199. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  200. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  201. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  202. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  203. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanDayVerSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
  204. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayInsert", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayInsertResponse")]
  205. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  206. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  207. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  208. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  209. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  210. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  211. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanDayInsert(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
  212. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayUpdate", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayUpdateResponse")]
  213. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  214. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  215. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  216. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  217. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  218. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  219. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanDayUpdate(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
  220. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayDelete", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayDeleteResponse")]
  221. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  222. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  223. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  224. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  225. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  226. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  227. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanDayDelete(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
  228. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayGoodsSearch", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayGoodsSearchResponse")]
  229. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  230. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  231. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  232. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  233. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  234. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  235. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanDayGoodsSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
  236. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayGoodsInsert", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayGoodsInsertResponse")]
  237. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  238. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  239. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  240. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  241. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  242. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  243. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanDayGoodsInsert(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
  244. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayGoodsUpdate", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayGoodsUpdateResponse")]
  245. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  246. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  247. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  248. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  249. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  250. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  251. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanDayGoodsUpdate(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
  252. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayGoodsDelete", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPPModule/PlanDayGoodsDeleteResponse")]
  253. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
  254. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
  255. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  256. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, object>))]
  257. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  258. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
  259. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanDayGoodsDelete(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
  260. }
  261. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  262. public interface IPPModuleChannel : Dongke.IBOSS.PRD.WCF.Proxys.PPModuleService.IPPModule, System.ServiceModel.IClientChannel {
  263. }
  264. [System.Diagnostics.DebuggerStepThroughAttribute()]
  265. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  266. public partial class PPModuleClient : System.ServiceModel.ClientBase<Dongke.IBOSS.PRD.WCF.Proxys.PPModuleService.IPPModule>, Dongke.IBOSS.PRD.WCF.Proxys.PPModuleService.IPPModule {
  267. public PPModuleClient() {
  268. }
  269. public PPModuleClient(string endpointConfigurationName) :
  270. base(endpointConfigurationName) {
  271. }
  272. public PPModuleClient(string endpointConfigurationName, string remoteAddress) :
  273. base(endpointConfigurationName, remoteAddress) {
  274. }
  275. public PPModuleClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
  276. base(endpointConfigurationName, remoteAddress) {
  277. }
  278. public PPModuleClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
  279. base(binding, remoteAddress) {
  280. }
  281. public int Seq(string seqName) {
  282. return base.Channel.Seq(seqName);
  283. }
  284. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanTypeSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
  285. return base.Channel.PlanTypeSearch(cre);
  286. }
  287. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanGoodsSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
  288. return base.Channel.PlanGoodsSearch(cre);
  289. }
  290. public int PlanYearVer(int planTypeId) {
  291. return base.Channel.PlanYearVer(planTypeId);
  292. }
  293. public int PlanYearCopy(int planId) {
  294. return base.Channel.PlanYearCopy(planId);
  295. }
  296. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanYearSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
  297. return base.Channel.PlanYearSearch(cre);
  298. }
  299. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanYearVerSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
  300. return base.Channel.PlanYearVerSearch(cre);
  301. }
  302. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanYearInsert(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
  303. return base.Channel.PlanYearInsert(cre);
  304. }
  305. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanYearUpdate(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
  306. return base.Channel.PlanYearUpdate(cre);
  307. }
  308. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanYearDelete(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
  309. return base.Channel.PlanYearDelete(cre);
  310. }
  311. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanYearGoodsSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
  312. return base.Channel.PlanYearGoodsSearch(cre);
  313. }
  314. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanYearGoodsInsert(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
  315. return base.Channel.PlanYearGoodsInsert(cre);
  316. }
  317. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanYearGoodsUpdate(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
  318. return base.Channel.PlanYearGoodsUpdate(cre);
  319. }
  320. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanYearGoodsDelete(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
  321. return base.Channel.PlanYearGoodsDelete(cre);
  322. }
  323. public int PlanMonthVer(int planTypeId) {
  324. return base.Channel.PlanMonthVer(planTypeId);
  325. }
  326. public int PlanMonthCopy(int planId) {
  327. return base.Channel.PlanMonthCopy(planId);
  328. }
  329. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanMonthSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
  330. return base.Channel.PlanMonthSearch(cre);
  331. }
  332. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanMonthVerSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
  333. return base.Channel.PlanMonthVerSearch(cre);
  334. }
  335. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanMonthInsert(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
  336. return base.Channel.PlanMonthInsert(cre);
  337. }
  338. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanMonthUpdate(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
  339. return base.Channel.PlanMonthUpdate(cre);
  340. }
  341. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanMonthDelete(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
  342. return base.Channel.PlanMonthDelete(cre);
  343. }
  344. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanMonthGoodsSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
  345. return base.Channel.PlanMonthGoodsSearch(cre);
  346. }
  347. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanMonthGoodsInsert(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
  348. return base.Channel.PlanMonthGoodsInsert(cre);
  349. }
  350. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanMonthGoodsUpdate(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
  351. return base.Channel.PlanMonthGoodsUpdate(cre);
  352. }
  353. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanMonthGoodsDelete(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
  354. return base.Channel.PlanMonthGoodsDelete(cre);
  355. }
  356. public int PlanDayVer(int planTypeId) {
  357. return base.Channel.PlanDayVer(planTypeId);
  358. }
  359. public int PlanDayCopy(int planId) {
  360. return base.Channel.PlanDayCopy(planId);
  361. }
  362. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanDaySearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
  363. return base.Channel.PlanDaySearch(cre);
  364. }
  365. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanDayVerSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
  366. return base.Channel.PlanDayVerSearch(cre);
  367. }
  368. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanDayInsert(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
  369. return base.Channel.PlanDayInsert(cre);
  370. }
  371. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanDayUpdate(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
  372. return base.Channel.PlanDayUpdate(cre);
  373. }
  374. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanDayDelete(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
  375. return base.Channel.PlanDayDelete(cre);
  376. }
  377. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanDayGoodsSearch(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
  378. return base.Channel.PlanDayGoodsSearch(cre);
  379. }
  380. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanDayGoodsInsert(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
  381. return base.Channel.PlanDayGoodsInsert(cre);
  382. }
  383. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanDayGoodsUpdate(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
  384. return base.Channel.PlanDayGoodsUpdate(cre);
  385. }
  386. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity PlanDayGoodsDelete(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
  387. return base.Channel.PlanDayGoodsDelete(cre);
  388. }
  389. }
  390. }