圣珀
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

670 lines
16 KiB

2 years ago
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:2.0.50727.9168
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. [assembly: System.Runtime.Serialization.ContractNamespaceAttribute("UFSoft.UBF.Service", ClrNamespace="UFSoft.UBF.Service")]
  11. [assembly: System.Runtime.Serialization.ContractNamespaceAttribute("UFIDA.U9.ISV.Rcv", ClrNamespace="UFIDA.U9.ISV.Rcv")]
  12. namespace UFSoft.UBF.Service
  13. {
  14. using System.Runtime.Serialization;
  15. [System.Diagnostics.DebuggerStepThroughAttribute()]
  16. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  17. [System.Runtime.Serialization.DataContractAttribute(Name="ISVContext", Namespace="UFSoft.UBF.Service")]
  18. public partial class ISVContext : object, System.Runtime.Serialization.IExtensibleDataObject
  19. {
  20. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  21. private string CultureNameField;
  22. private string EntCodeField;
  23. private string ExtContext1Field;
  24. private string ExtContext2Field;
  25. private string ExtContext3Field;
  26. private string OrgCodeField;
  27. private long OrgIDField;
  28. private string TokenField;
  29. private string UserCodeField;
  30. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  31. {
  32. get
  33. {
  34. return this.extensionDataField;
  35. }
  36. set
  37. {
  38. this.extensionDataField = value;
  39. }
  40. }
  41. [System.Runtime.Serialization.DataMemberAttribute()]
  42. public string CultureName
  43. {
  44. get
  45. {
  46. return this.CultureNameField;
  47. }
  48. set
  49. {
  50. this.CultureNameField = value;
  51. }
  52. }
  53. [System.Runtime.Serialization.DataMemberAttribute()]
  54. public string EntCode
  55. {
  56. get
  57. {
  58. return this.EntCodeField;
  59. }
  60. set
  61. {
  62. this.EntCodeField = value;
  63. }
  64. }
  65. [System.Runtime.Serialization.DataMemberAttribute()]
  66. public string ExtContext1
  67. {
  68. get
  69. {
  70. return this.ExtContext1Field;
  71. }
  72. set
  73. {
  74. this.ExtContext1Field = value;
  75. }
  76. }
  77. [System.Runtime.Serialization.DataMemberAttribute()]
  78. public string ExtContext2
  79. {
  80. get
  81. {
  82. return this.ExtContext2Field;
  83. }
  84. set
  85. {
  86. this.ExtContext2Field = value;
  87. }
  88. }
  89. [System.Runtime.Serialization.DataMemberAttribute()]
  90. public string ExtContext3
  91. {
  92. get
  93. {
  94. return this.ExtContext3Field;
  95. }
  96. set
  97. {
  98. this.ExtContext3Field = value;
  99. }
  100. }
  101. [System.Runtime.Serialization.DataMemberAttribute()]
  102. public string OrgCode
  103. {
  104. get
  105. {
  106. return this.OrgCodeField;
  107. }
  108. set
  109. {
  110. this.OrgCodeField = value;
  111. }
  112. }
  113. [System.Runtime.Serialization.DataMemberAttribute()]
  114. public long OrgID
  115. {
  116. get
  117. {
  118. return this.OrgIDField;
  119. }
  120. set
  121. {
  122. this.OrgIDField = value;
  123. }
  124. }
  125. [System.Runtime.Serialization.DataMemberAttribute()]
  126. public string Token
  127. {
  128. get
  129. {
  130. return this.TokenField;
  131. }
  132. set
  133. {
  134. this.TokenField = value;
  135. }
  136. }
  137. [System.Runtime.Serialization.DataMemberAttribute()]
  138. public string UserCode
  139. {
  140. get
  141. {
  142. return this.UserCodeField;
  143. }
  144. set
  145. {
  146. this.UserCodeField = value;
  147. }
  148. }
  149. }
  150. }
  151. namespace UFIDA.U9.ISV.Rcv
  152. {
  153. using System.Runtime.Serialization;
  154. [System.Diagnostics.DebuggerStepThroughAttribute()]
  155. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  156. [System.Runtime.Serialization.DataContractAttribute(Name="CreateRcvRestDTOData", Namespace="UFIDA.U9.ISV.Rcv")]
  157. public partial class CreateRcvRestDTOData : object, System.Runtime.Serialization.IExtensibleDataObject
  158. {
  159. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  160. private long BinField;
  161. private string BusinessDateField;
  162. private string CreatedByField;
  163. private string DocIDField;
  164. private string DocLineIDField;
  165. private string DocLineNoField;
  166. private string DocNoField;
  167. private string DocTypeCodeField;
  168. private string GroupFlagField;
  169. private bool IsSuccessField;
  170. private long ItemIDField;
  171. private string LotNoField;
  172. private string MemoField;
  173. private long MfcField;
  174. private string OtherDescField;
  175. private long POLineIDField;
  176. private decimal PriceTCField;
  177. private long ProjectField;
  178. private string RandomSrcIDField;
  179. private decimal RcvQtyField;
  180. private int ReceivementTypeField;
  181. private decimal RtnDeductQtyField;
  182. private decimal RtnFillQtyField;
  183. private string SrcIDField;
  184. private long SupplierField;
  185. private string SyncErrMsgField;
  186. private long UomField;
  187. private long WhField;
  188. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  189. {
  190. get
  191. {
  192. return this.extensionDataField;
  193. }
  194. set
  195. {
  196. this.extensionDataField = value;
  197. }
  198. }
  199. [System.Runtime.Serialization.DataMemberAttribute()]
  200. public long Bin
  201. {
  202. get
  203. {
  204. return this.BinField;
  205. }
  206. set
  207. {
  208. this.BinField = value;
  209. }
  210. }
  211. [System.Runtime.Serialization.DataMemberAttribute()]
  212. public string BusinessDate
  213. {
  214. get
  215. {
  216. return this.BusinessDateField;
  217. }
  218. set
  219. {
  220. this.BusinessDateField = value;
  221. }
  222. }
  223. [System.Runtime.Serialization.DataMemberAttribute()]
  224. public string CreatedBy
  225. {
  226. get
  227. {
  228. return this.CreatedByField;
  229. }
  230. set
  231. {
  232. this.CreatedByField = value;
  233. }
  234. }
  235. [System.Runtime.Serialization.DataMemberAttribute()]
  236. public string DocID
  237. {
  238. get
  239. {
  240. return this.DocIDField;
  241. }
  242. set
  243. {
  244. this.DocIDField = value;
  245. }
  246. }
  247. [System.Runtime.Serialization.DataMemberAttribute()]
  248. public string DocLineID
  249. {
  250. get
  251. {
  252. return this.DocLineIDField;
  253. }
  254. set
  255. {
  256. this.DocLineIDField = value;
  257. }
  258. }
  259. [System.Runtime.Serialization.DataMemberAttribute()]
  260. public string DocLineNo
  261. {
  262. get
  263. {
  264. return this.DocLineNoField;
  265. }
  266. set
  267. {
  268. this.DocLineNoField = value;
  269. }
  270. }
  271. [System.Runtime.Serialization.DataMemberAttribute()]
  272. public string DocNo
  273. {
  274. get
  275. {
  276. return this.DocNoField;
  277. }
  278. set
  279. {
  280. this.DocNoField = value;
  281. }
  282. }
  283. [System.Runtime.Serialization.DataMemberAttribute()]
  284. public string DocTypeCode
  285. {
  286. get
  287. {
  288. return this.DocTypeCodeField;
  289. }
  290. set
  291. {
  292. this.DocTypeCodeField = value;
  293. }
  294. }
  295. [System.Runtime.Serialization.DataMemberAttribute()]
  296. public string GroupFlag
  297. {
  298. get
  299. {
  300. return this.GroupFlagField;
  301. }
  302. set
  303. {
  304. this.GroupFlagField = value;
  305. }
  306. }
  307. [System.Runtime.Serialization.DataMemberAttribute()]
  308. public bool IsSuccess
  309. {
  310. get
  311. {
  312. return this.IsSuccessField;
  313. }
  314. set
  315. {
  316. this.IsSuccessField = value;
  317. }
  318. }
  319. [System.Runtime.Serialization.DataMemberAttribute()]
  320. public long ItemID
  321. {
  322. get
  323. {
  324. return this.ItemIDField;
  325. }
  326. set
  327. {
  328. this.ItemIDField = value;
  329. }
  330. }
  331. [System.Runtime.Serialization.DataMemberAttribute()]
  332. public string LotNo
  333. {
  334. get
  335. {
  336. return this.LotNoField;
  337. }
  338. set
  339. {
  340. this.LotNoField = value;
  341. }
  342. }
  343. [System.Runtime.Serialization.DataMemberAttribute()]
  344. public string Memo
  345. {
  346. get
  347. {
  348. return this.MemoField;
  349. }
  350. set
  351. {
  352. this.MemoField = value;
  353. }
  354. }
  355. [System.Runtime.Serialization.DataMemberAttribute()]
  356. public long Mfc
  357. {
  358. get
  359. {
  360. return this.MfcField;
  361. }
  362. set
  363. {
  364. this.MfcField = value;
  365. }
  366. }
  367. [System.Runtime.Serialization.DataMemberAttribute()]
  368. public string OtherDesc
  369. {
  370. get
  371. {
  372. return this.OtherDescField;
  373. }
  374. set
  375. {
  376. this.OtherDescField = value;
  377. }
  378. }
  379. [System.Runtime.Serialization.DataMemberAttribute()]
  380. public long POLineID
  381. {
  382. get
  383. {
  384. return this.POLineIDField;
  385. }
  386. set
  387. {
  388. this.POLineIDField = value;
  389. }
  390. }
  391. [System.Runtime.Serialization.DataMemberAttribute()]
  392. public decimal PriceTC
  393. {
  394. get
  395. {
  396. return this.PriceTCField;
  397. }
  398. set
  399. {
  400. this.PriceTCField = value;
  401. }
  402. }
  403. [System.Runtime.Serialization.DataMemberAttribute()]
  404. public long Project
  405. {
  406. get
  407. {
  408. return this.ProjectField;
  409. }
  410. set
  411. {
  412. this.ProjectField = value;
  413. }
  414. }
  415. [System.Runtime.Serialization.DataMemberAttribute()]
  416. public string RandomSrcID
  417. {
  418. get
  419. {
  420. return this.RandomSrcIDField;
  421. }
  422. set
  423. {
  424. this.RandomSrcIDField = value;
  425. }
  426. }
  427. [System.Runtime.Serialization.DataMemberAttribute()]
  428. public decimal RcvQty
  429. {
  430. get
  431. {
  432. return this.RcvQtyField;
  433. }
  434. set
  435. {
  436. this.RcvQtyField = value;
  437. }
  438. }
  439. [System.Runtime.Serialization.DataMemberAttribute()]
  440. public int ReceivementType
  441. {
  442. get
  443. {
  444. return this.ReceivementTypeField;
  445. }
  446. set
  447. {
  448. this.ReceivementTypeField = value;
  449. }
  450. }
  451. [System.Runtime.Serialization.DataMemberAttribute()]
  452. public decimal RtnDeductQty
  453. {
  454. get
  455. {
  456. return this.RtnDeductQtyField;
  457. }
  458. set
  459. {
  460. this.RtnDeductQtyField = value;
  461. }
  462. }
  463. [System.Runtime.Serialization.DataMemberAttribute()]
  464. public decimal RtnFillQty
  465. {
  466. get
  467. {
  468. return this.RtnFillQtyField;
  469. }
  470. set
  471. {
  472. this.RtnFillQtyField = value;
  473. }
  474. }
  475. [System.Runtime.Serialization.DataMemberAttribute()]
  476. public string SrcID
  477. {
  478. get
  479. {
  480. return this.SrcIDField;
  481. }
  482. set
  483. {
  484. this.SrcIDField = value;
  485. }
  486. }
  487. [System.Runtime.Serialization.DataMemberAttribute()]
  488. public long Supplier
  489. {
  490. get
  491. {
  492. return this.SupplierField;
  493. }
  494. set
  495. {
  496. this.SupplierField = value;
  497. }
  498. }
  499. [System.Runtime.Serialization.DataMemberAttribute()]
  500. public string SyncErrMsg
  501. {
  502. get
  503. {
  504. return this.SyncErrMsgField;
  505. }
  506. set
  507. {
  508. this.SyncErrMsgField = value;
  509. }
  510. }
  511. [System.Runtime.Serialization.DataMemberAttribute()]
  512. public long Uom
  513. {
  514. get
  515. {
  516. return this.UomField;
  517. }
  518. set
  519. {
  520. this.UomField = value;
  521. }
  522. }
  523. [System.Runtime.Serialization.DataMemberAttribute()]
  524. public long Wh
  525. {
  526. get
  527. {
  528. return this.WhField;
  529. }
  530. set
  531. {
  532. this.WhField = value;
  533. }
  534. }
  535. }
  536. }
  537. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  538. [System.ServiceModel.ServiceContractAttribute(Namespace="UFIDA.U9.ISV.Rcv", ConfigurationName="ICreateRcvRestSV")]
  539. public interface ICreateRcvRestSV
  540. {
  541. [System.ServiceModel.OperationContractAttribute(Action="UFIDA.U9.ISV.Rcv/ICreateRcvRestSV/Do", ReplyAction="UFIDA.U9.ISV.Rcv/ICreateRcvRestSV/DoResponse")]
  542. UFIDA.U9.ISV.Rcv.CreateRcvRestDTOData[] Do(UFSoft.UBF.Service.ISVContext context, UFIDA.U9.ISV.Rcv.CreateRcvRestDTOData[] paramInList);
  543. }
  544. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  545. public interface ICreateRcvRestSVChannel : ICreateRcvRestSV, System.ServiceModel.IClientChannel
  546. {
  547. }
  548. [System.Diagnostics.DebuggerStepThroughAttribute()]
  549. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  550. public partial class CreateRcvRestSVClient : System.ServiceModel.ClientBase<ICreateRcvRestSV>, ICreateRcvRestSV
  551. {
  552. public CreateRcvRestSVClient()
  553. {
  554. }
  555. public CreateRcvRestSVClient(string endpointConfigurationName) :
  556. base(endpointConfigurationName)
  557. {
  558. }
  559. public CreateRcvRestSVClient(string endpointConfigurationName, string remoteAddress) :
  560. base(endpointConfigurationName, remoteAddress)
  561. {
  562. }
  563. public CreateRcvRestSVClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
  564. base(endpointConfigurationName, remoteAddress)
  565. {
  566. }
  567. public CreateRcvRestSVClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
  568. base(binding, remoteAddress)
  569. {
  570. }
  571. public UFIDA.U9.ISV.Rcv.CreateRcvRestDTOData[] Do(UFSoft.UBF.Service.ISVContext context, UFIDA.U9.ISV.Rcv.CreateRcvRestDTOData[] paramInList)
  572. {
  573. return base.Channel.Do(context, paramInList);
  574. }
  575. }