圣珀
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.

736 lines
19 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.Mobile.TransferInISV", ClrNamespace="UFIDA.U9.ISV.Mobile.TransferInISV")]
  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.Mobile.TransferInISV
  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="TransInRestInputDTOData", Namespace="UFIDA.U9.ISV.Mobile.TransferInISV")]
  157. public partial class TransInRestInputDTOData : object, System.Runtime.Serialization.IExtensibleDataObject
  158. {
  159. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  160. private string BusinessDateField;
  161. private string CreatedByField;
  162. private string DocTypeCodeField;
  163. private string GroupFlagField;
  164. private string ItemBarCodeField;
  165. private long ItemMasterField;
  166. private string LotCodeField;
  167. private long MOField;
  168. private long MfcField;
  169. private string OtherDescField;
  170. private long ProjectField;
  171. private string ProjectCodeField;
  172. private string PubDescSeg3Field;
  173. private string RandomSrcIDField;
  174. private string SrcIDField;
  175. private long SupplierField;
  176. private long TransInBinField;
  177. private long TransInOrgField;
  178. private long TransInWhField;
  179. private long TransOutBinField;
  180. private long TransOutOrgField;
  181. private long TransOutWhField;
  182. private decimal TransferQtyField;
  183. private long UomField;
  184. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  185. {
  186. get
  187. {
  188. return this.extensionDataField;
  189. }
  190. set
  191. {
  192. this.extensionDataField = value;
  193. }
  194. }
  195. [System.Runtime.Serialization.DataMemberAttribute()]
  196. public string BusinessDate
  197. {
  198. get
  199. {
  200. return this.BusinessDateField;
  201. }
  202. set
  203. {
  204. this.BusinessDateField = value;
  205. }
  206. }
  207. [System.Runtime.Serialization.DataMemberAttribute()]
  208. public string CreatedBy
  209. {
  210. get
  211. {
  212. return this.CreatedByField;
  213. }
  214. set
  215. {
  216. this.CreatedByField = value;
  217. }
  218. }
  219. [System.Runtime.Serialization.DataMemberAttribute()]
  220. public string DocTypeCode
  221. {
  222. get
  223. {
  224. return this.DocTypeCodeField;
  225. }
  226. set
  227. {
  228. this.DocTypeCodeField = value;
  229. }
  230. }
  231. [System.Runtime.Serialization.DataMemberAttribute()]
  232. public string GroupFlag
  233. {
  234. get
  235. {
  236. return this.GroupFlagField;
  237. }
  238. set
  239. {
  240. this.GroupFlagField = value;
  241. }
  242. }
  243. [System.Runtime.Serialization.DataMemberAttribute()]
  244. public string ItemBarCode
  245. {
  246. get
  247. {
  248. return this.ItemBarCodeField;
  249. }
  250. set
  251. {
  252. this.ItemBarCodeField = value;
  253. }
  254. }
  255. [System.Runtime.Serialization.DataMemberAttribute()]
  256. public long ItemMaster
  257. {
  258. get
  259. {
  260. return this.ItemMasterField;
  261. }
  262. set
  263. {
  264. this.ItemMasterField = value;
  265. }
  266. }
  267. [System.Runtime.Serialization.DataMemberAttribute()]
  268. public string LotCode
  269. {
  270. get
  271. {
  272. return this.LotCodeField;
  273. }
  274. set
  275. {
  276. this.LotCodeField = value;
  277. }
  278. }
  279. [System.Runtime.Serialization.DataMemberAttribute()]
  280. public long MO
  281. {
  282. get
  283. {
  284. return this.MOField;
  285. }
  286. set
  287. {
  288. this.MOField = value;
  289. }
  290. }
  291. [System.Runtime.Serialization.DataMemberAttribute()]
  292. public long Mfc
  293. {
  294. get
  295. {
  296. return this.MfcField;
  297. }
  298. set
  299. {
  300. this.MfcField = value;
  301. }
  302. }
  303. [System.Runtime.Serialization.DataMemberAttribute()]
  304. public string OtherDesc
  305. {
  306. get
  307. {
  308. return this.OtherDescField;
  309. }
  310. set
  311. {
  312. this.OtherDescField = value;
  313. }
  314. }
  315. [System.Runtime.Serialization.DataMemberAttribute()]
  316. public long Project
  317. {
  318. get
  319. {
  320. return this.ProjectField;
  321. }
  322. set
  323. {
  324. this.ProjectField = value;
  325. }
  326. }
  327. [System.Runtime.Serialization.DataMemberAttribute()]
  328. public string ProjectCode
  329. {
  330. get
  331. {
  332. return this.ProjectCodeField;
  333. }
  334. set
  335. {
  336. this.ProjectCodeField = value;
  337. }
  338. }
  339. [System.Runtime.Serialization.DataMemberAttribute()]
  340. public string PubDescSeg3
  341. {
  342. get
  343. {
  344. return this.PubDescSeg3Field;
  345. }
  346. set
  347. {
  348. this.PubDescSeg3Field = value;
  349. }
  350. }
  351. [System.Runtime.Serialization.DataMemberAttribute()]
  352. public string RandomSrcID
  353. {
  354. get
  355. {
  356. return this.RandomSrcIDField;
  357. }
  358. set
  359. {
  360. this.RandomSrcIDField = value;
  361. }
  362. }
  363. [System.Runtime.Serialization.DataMemberAttribute()]
  364. public string SrcID
  365. {
  366. get
  367. {
  368. return this.SrcIDField;
  369. }
  370. set
  371. {
  372. this.SrcIDField = value;
  373. }
  374. }
  375. [System.Runtime.Serialization.DataMemberAttribute()]
  376. public long Supplier
  377. {
  378. get
  379. {
  380. return this.SupplierField;
  381. }
  382. set
  383. {
  384. this.SupplierField = value;
  385. }
  386. }
  387. [System.Runtime.Serialization.DataMemberAttribute()]
  388. public long TransInBin
  389. {
  390. get
  391. {
  392. return this.TransInBinField;
  393. }
  394. set
  395. {
  396. this.TransInBinField = value;
  397. }
  398. }
  399. [System.Runtime.Serialization.DataMemberAttribute()]
  400. public long TransInOrg
  401. {
  402. get
  403. {
  404. return this.TransInOrgField;
  405. }
  406. set
  407. {
  408. this.TransInOrgField = value;
  409. }
  410. }
  411. [System.Runtime.Serialization.DataMemberAttribute()]
  412. public long TransInWh
  413. {
  414. get
  415. {
  416. return this.TransInWhField;
  417. }
  418. set
  419. {
  420. this.TransInWhField = value;
  421. }
  422. }
  423. [System.Runtime.Serialization.DataMemberAttribute()]
  424. public long TransOutBin
  425. {
  426. get
  427. {
  428. return this.TransOutBinField;
  429. }
  430. set
  431. {
  432. this.TransOutBinField = value;
  433. }
  434. }
  435. [System.Runtime.Serialization.DataMemberAttribute()]
  436. public long TransOutOrg
  437. {
  438. get
  439. {
  440. return this.TransOutOrgField;
  441. }
  442. set
  443. {
  444. this.TransOutOrgField = value;
  445. }
  446. }
  447. [System.Runtime.Serialization.DataMemberAttribute()]
  448. public long TransOutWh
  449. {
  450. get
  451. {
  452. return this.TransOutWhField;
  453. }
  454. set
  455. {
  456. this.TransOutWhField = value;
  457. }
  458. }
  459. [System.Runtime.Serialization.DataMemberAttribute()]
  460. public decimal TransferQty
  461. {
  462. get
  463. {
  464. return this.TransferQtyField;
  465. }
  466. set
  467. {
  468. this.TransferQtyField = value;
  469. }
  470. }
  471. [System.Runtime.Serialization.DataMemberAttribute()]
  472. public long Uom
  473. {
  474. get
  475. {
  476. return this.UomField;
  477. }
  478. set
  479. {
  480. this.UomField = value;
  481. }
  482. }
  483. }
  484. [System.Diagnostics.DebuggerStepThroughAttribute()]
  485. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  486. [System.Runtime.Serialization.DataContractAttribute(Name="TransInRestResultDTOData", Namespace="UFIDA.U9.ISV.Mobile.TransferInISV")]
  487. public partial class TransInRestResultDTOData : object, System.Runtime.Serialization.IExtensibleDataObject
  488. {
  489. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  490. private string DocLineNoField;
  491. private string DocNoField;
  492. private string ErpIDField;
  493. private string ErpLineIDField;
  494. private bool IsSuccessField;
  495. private string SrcIDField;
  496. private string SyncErrMsgField;
  497. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  498. {
  499. get
  500. {
  501. return this.extensionDataField;
  502. }
  503. set
  504. {
  505. this.extensionDataField = value;
  506. }
  507. }
  508. [System.Runtime.Serialization.DataMemberAttribute()]
  509. public string DocLineNo
  510. {
  511. get
  512. {
  513. return this.DocLineNoField;
  514. }
  515. set
  516. {
  517. this.DocLineNoField = value;
  518. }
  519. }
  520. [System.Runtime.Serialization.DataMemberAttribute()]
  521. public string DocNo
  522. {
  523. get
  524. {
  525. return this.DocNoField;
  526. }
  527. set
  528. {
  529. this.DocNoField = value;
  530. }
  531. }
  532. [System.Runtime.Serialization.DataMemberAttribute()]
  533. public string ErpID
  534. {
  535. get
  536. {
  537. return this.ErpIDField;
  538. }
  539. set
  540. {
  541. this.ErpIDField = value;
  542. }
  543. }
  544. [System.Runtime.Serialization.DataMemberAttribute()]
  545. public string ErpLineID
  546. {
  547. get
  548. {
  549. return this.ErpLineIDField;
  550. }
  551. set
  552. {
  553. this.ErpLineIDField = value;
  554. }
  555. }
  556. [System.Runtime.Serialization.DataMemberAttribute()]
  557. public bool IsSuccess
  558. {
  559. get
  560. {
  561. return this.IsSuccessField;
  562. }
  563. set
  564. {
  565. this.IsSuccessField = value;
  566. }
  567. }
  568. [System.Runtime.Serialization.DataMemberAttribute()]
  569. public string SrcID
  570. {
  571. get
  572. {
  573. return this.SrcIDField;
  574. }
  575. set
  576. {
  577. this.SrcIDField = value;
  578. }
  579. }
  580. [System.Runtime.Serialization.DataMemberAttribute()]
  581. public string SyncErrMsg
  582. {
  583. get
  584. {
  585. return this.SyncErrMsgField;
  586. }
  587. set
  588. {
  589. this.SyncErrMsgField = value;
  590. }
  591. }
  592. }
  593. }
  594. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  595. [System.ServiceModel.ServiceContractAttribute(Namespace="UFIDA.U9.ISV.Mobile.TransferInISV", ConfigurationName="ICreateTransferInRestSV")]
  596. public interface ICreateTransferInRestSV
  597. {
  598. [System.ServiceModel.OperationContractAttribute(Action="UFIDA.U9.ISV.Mobile.TransferInISV/ICreateTransferInRestSV/Do", ReplyAction="UFIDA.U9.ISV.Mobile.TransferInISV/ICreateTransferInRestSV/DoResponse")]
  599. UFIDA.U9.ISV.Mobile.TransferInISV.TransInRestResultDTOData[] Do(UFSoft.UBF.Service.ISVContext context, UFIDA.U9.ISV.Mobile.TransferInISV.TransInRestInputDTOData[] paramInList, int isCreateByLine, bool isApprove);
  600. }
  601. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  602. public interface ICreateTransferInRestSVChannel : ICreateTransferInRestSV, System.ServiceModel.IClientChannel
  603. {
  604. }
  605. [System.Diagnostics.DebuggerStepThroughAttribute()]
  606. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  607. public partial class CreateTransferInRestSVClient : System.ServiceModel.ClientBase<ICreateTransferInRestSV>, ICreateTransferInRestSV
  608. {
  609. public CreateTransferInRestSVClient()
  610. {
  611. }
  612. public CreateTransferInRestSVClient(string endpointConfigurationName) :
  613. base(endpointConfigurationName)
  614. {
  615. }
  616. public CreateTransferInRestSVClient(string endpointConfigurationName, string remoteAddress) :
  617. base(endpointConfigurationName, remoteAddress)
  618. {
  619. }
  620. public CreateTransferInRestSVClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
  621. base(endpointConfigurationName, remoteAddress)
  622. {
  623. }
  624. public CreateTransferInRestSVClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
  625. base(binding, remoteAddress)
  626. {
  627. }
  628. public UFIDA.U9.ISV.Mobile.TransferInISV.TransInRestResultDTOData[] Do(UFSoft.UBF.Service.ISVContext context, UFIDA.U9.ISV.Mobile.TransferInISV.TransInRestInputDTOData[] paramInList, int isCreateByLine, bool isApprove)
  629. {
  630. return base.Channel.Do(context, paramInList, isCreateByLine, isApprove);
  631. }
  632. }