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.

581 lines
22 KiB

2 weeks ago
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace NFine.Application.CreateAPBill {
  11. using System.Runtime.Serialization;
  12. using System;
  13. [System.Diagnostics.DebuggerStepThroughAttribute()]
  14. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  15. [System.Runtime.Serialization.DataContractAttribute(Name="CustCreateApBySrcDocSrv.CreateAPBillModel", Namespace="http://schemas.datacontract.org/2004/07/UFIDA.U9.Cust.CreateApBillBySrcDoc")]
  16. [System.SerializableAttribute()]
  17. public partial class CustCreateApBySrcDocSrvCreateAPBillModel : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  18. [System.NonSerializedAttribute()]
  19. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  20. [System.Runtime.Serialization.OptionalFieldAttribute()]
  21. private string DepCodeField;
  22. [System.Runtime.Serialization.OptionalFieldAttribute()]
  23. private string MUSERField;
  24. [System.Runtime.Serialization.OptionalFieldAttribute()]
  25. private string SubjectCodeField;
  26. [System.Runtime.Serialization.OptionalFieldAttribute()]
  27. private string VenPayCondField;
  28. [System.Runtime.Serialization.OptionalFieldAttribute()]
  29. private string WorkPointField;
  30. [System.Runtime.Serialization.OptionalFieldAttribute()]
  31. private string cContactCodeField;
  32. [System.Runtime.Serialization.OptionalFieldAttribute()]
  33. private string cContactNameField;
  34. [System.Runtime.Serialization.OptionalFieldAttribute()]
  35. private string cPBVBillTypeField;
  36. [System.Runtime.Serialization.OptionalFieldAttribute()]
  37. private string cPBVCodeField;
  38. [System.Runtime.Serialization.OptionalFieldAttribute()]
  39. private string cPBVMakerField;
  40. [System.Runtime.Serialization.OptionalFieldAttribute()]
  41. private string cVenAccountField;
  42. [System.Runtime.Serialization.OptionalFieldAttribute()]
  43. private string cVenBankField;
  44. [System.Runtime.Serialization.OptionalFieldAttribute()]
  45. private string cVenCodeField;
  46. [System.Runtime.Serialization.OptionalFieldAttribute()]
  47. private string dPBVDateField;
  48. [System.Runtime.Serialization.OptionalFieldAttribute()]
  49. private string dVouDateField;
  50. [System.Runtime.Serialization.OptionalFieldAttribute()]
  51. private NFine.Application.CreateAPBill.CustCreateApBySrcDocSrvCreateAPBillLineModel[] detailsField;
  52. [System.Runtime.Serialization.OptionalFieldAttribute()]
  53. private string iPBVTaxRateField;
  54. [global::System.ComponentModel.BrowsableAttribute(false)]
  55. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  56. get {
  57. return this.extensionDataField;
  58. }
  59. set {
  60. this.extensionDataField = value;
  61. }
  62. }
  63. [System.Runtime.Serialization.DataMemberAttribute()]
  64. public string DepCode {
  65. get {
  66. return this.DepCodeField;
  67. }
  68. set {
  69. if ((object.ReferenceEquals(this.DepCodeField, value) != true)) {
  70. this.DepCodeField = value;
  71. this.RaisePropertyChanged("DepCode");
  72. }
  73. }
  74. }
  75. [System.Runtime.Serialization.DataMemberAttribute()]
  76. public string MUSER {
  77. get {
  78. return this.MUSERField;
  79. }
  80. set {
  81. if ((object.ReferenceEquals(this.MUSERField, value) != true)) {
  82. this.MUSERField = value;
  83. this.RaisePropertyChanged("MUSER");
  84. }
  85. }
  86. }
  87. [System.Runtime.Serialization.DataMemberAttribute()]
  88. public string SubjectCode {
  89. get {
  90. return this.SubjectCodeField;
  91. }
  92. set {
  93. if ((object.ReferenceEquals(this.SubjectCodeField, value) != true)) {
  94. this.SubjectCodeField = value;
  95. this.RaisePropertyChanged("SubjectCode");
  96. }
  97. }
  98. }
  99. [System.Runtime.Serialization.DataMemberAttribute()]
  100. public string VenPayCond {
  101. get {
  102. return this.VenPayCondField;
  103. }
  104. set {
  105. if ((object.ReferenceEquals(this.VenPayCondField, value) != true)) {
  106. this.VenPayCondField = value;
  107. this.RaisePropertyChanged("VenPayCond");
  108. }
  109. }
  110. }
  111. [System.Runtime.Serialization.DataMemberAttribute()]
  112. public string WorkPoint {
  113. get {
  114. return this.WorkPointField;
  115. }
  116. set {
  117. if ((object.ReferenceEquals(this.WorkPointField, value) != true)) {
  118. this.WorkPointField = value;
  119. this.RaisePropertyChanged("WorkPoint");
  120. }
  121. }
  122. }
  123. [System.Runtime.Serialization.DataMemberAttribute()]
  124. public string cContactCode {
  125. get {
  126. return this.cContactCodeField;
  127. }
  128. set {
  129. if ((object.ReferenceEquals(this.cContactCodeField, value) != true)) {
  130. this.cContactCodeField = value;
  131. this.RaisePropertyChanged("cContactCode");
  132. }
  133. }
  134. }
  135. [System.Runtime.Serialization.DataMemberAttribute()]
  136. public string cContactName {
  137. get {
  138. return this.cContactNameField;
  139. }
  140. set {
  141. if ((object.ReferenceEquals(this.cContactNameField, value) != true)) {
  142. this.cContactNameField = value;
  143. this.RaisePropertyChanged("cContactName");
  144. }
  145. }
  146. }
  147. [System.Runtime.Serialization.DataMemberAttribute()]
  148. public string cPBVBillType {
  149. get {
  150. return this.cPBVBillTypeField;
  151. }
  152. set {
  153. if ((object.ReferenceEquals(this.cPBVBillTypeField, value) != true)) {
  154. this.cPBVBillTypeField = value;
  155. this.RaisePropertyChanged("cPBVBillType");
  156. }
  157. }
  158. }
  159. [System.Runtime.Serialization.DataMemberAttribute()]
  160. public string cPBVCode {
  161. get {
  162. return this.cPBVCodeField;
  163. }
  164. set {
  165. if ((object.ReferenceEquals(this.cPBVCodeField, value) != true)) {
  166. this.cPBVCodeField = value;
  167. this.RaisePropertyChanged("cPBVCode");
  168. }
  169. }
  170. }
  171. [System.Runtime.Serialization.DataMemberAttribute()]
  172. public string cPBVMaker {
  173. get {
  174. return this.cPBVMakerField;
  175. }
  176. set {
  177. if ((object.ReferenceEquals(this.cPBVMakerField, value) != true)) {
  178. this.cPBVMakerField = value;
  179. this.RaisePropertyChanged("cPBVMaker");
  180. }
  181. }
  182. }
  183. [System.Runtime.Serialization.DataMemberAttribute()]
  184. public string cVenAccount {
  185. get {
  186. return this.cVenAccountField;
  187. }
  188. set {
  189. if ((object.ReferenceEquals(this.cVenAccountField, value) != true)) {
  190. this.cVenAccountField = value;
  191. this.RaisePropertyChanged("cVenAccount");
  192. }
  193. }
  194. }
  195. [System.Runtime.Serialization.DataMemberAttribute()]
  196. public string cVenBank {
  197. get {
  198. return this.cVenBankField;
  199. }
  200. set {
  201. if ((object.ReferenceEquals(this.cVenBankField, value) != true)) {
  202. this.cVenBankField = value;
  203. this.RaisePropertyChanged("cVenBank");
  204. }
  205. }
  206. }
  207. [System.Runtime.Serialization.DataMemberAttribute()]
  208. public string cVenCode {
  209. get {
  210. return this.cVenCodeField;
  211. }
  212. set {
  213. if ((object.ReferenceEquals(this.cVenCodeField, value) != true)) {
  214. this.cVenCodeField = value;
  215. this.RaisePropertyChanged("cVenCode");
  216. }
  217. }
  218. }
  219. [System.Runtime.Serialization.DataMemberAttribute()]
  220. public string dPBVDate {
  221. get {
  222. return this.dPBVDateField;
  223. }
  224. set {
  225. if ((object.ReferenceEquals(this.dPBVDateField, value) != true)) {
  226. this.dPBVDateField = value;
  227. this.RaisePropertyChanged("dPBVDate");
  228. }
  229. }
  230. }
  231. [System.Runtime.Serialization.DataMemberAttribute()]
  232. public string dVouDate {
  233. get {
  234. return this.dVouDateField;
  235. }
  236. set {
  237. if ((object.ReferenceEquals(this.dVouDateField, value) != true)) {
  238. this.dVouDateField = value;
  239. this.RaisePropertyChanged("dVouDate");
  240. }
  241. }
  242. }
  243. [System.Runtime.Serialization.DataMemberAttribute()]
  244. public NFine.Application.CreateAPBill.CustCreateApBySrcDocSrvCreateAPBillLineModel[] details {
  245. get {
  246. return this.detailsField;
  247. }
  248. set {
  249. if ((object.ReferenceEquals(this.detailsField, value) != true)) {
  250. this.detailsField = value;
  251. this.RaisePropertyChanged("details");
  252. }
  253. }
  254. }
  255. [System.Runtime.Serialization.DataMemberAttribute()]
  256. public string iPBVTaxRate {
  257. get {
  258. return this.iPBVTaxRateField;
  259. }
  260. set {
  261. if ((object.ReferenceEquals(this.iPBVTaxRateField, value) != true)) {
  262. this.iPBVTaxRateField = value;
  263. this.RaisePropertyChanged("iPBVTaxRate");
  264. }
  265. }
  266. }
  267. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  268. protected void RaisePropertyChanged(string propertyName) {
  269. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  270. if ((propertyChanged != null)) {
  271. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  272. }
  273. }
  274. }
  275. [System.Diagnostics.DebuggerStepThroughAttribute()]
  276. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  277. [System.Runtime.Serialization.DataContractAttribute(Name="CustCreateApBySrcDocSrv.CreateAPBillLineModel", Namespace="http://schemas.datacontract.org/2004/07/UFIDA.U9.Cust.CreateApBillBySrcDoc")]
  278. [System.SerializableAttribute()]
  279. public partial class CustCreateApBySrcDocSrvCreateAPBillLineModel : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  280. [System.NonSerializedAttribute()]
  281. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  282. [System.Runtime.Serialization.OptionalFieldAttribute()]
  283. private string MonthField;
  284. [System.Runtime.Serialization.OptionalFieldAttribute()]
  285. private string ReturnDocIDField;
  286. [System.Runtime.Serialization.OptionalFieldAttribute()]
  287. private string ReturnDocLineIDField;
  288. [System.Runtime.Serialization.OptionalFieldAttribute()]
  289. private string WorkPointField;
  290. [System.Runtime.Serialization.OptionalFieldAttribute()]
  291. private string YearField;
  292. [System.Runtime.Serialization.OptionalFieldAttribute()]
  293. private string cInvCodeField;
  294. [System.Runtime.Serialization.OptionalFieldAttribute()]
  295. private string iPBVQuantityField;
  296. [global::System.ComponentModel.BrowsableAttribute(false)]
  297. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  298. get {
  299. return this.extensionDataField;
  300. }
  301. set {
  302. this.extensionDataField = value;
  303. }
  304. }
  305. [System.Runtime.Serialization.DataMemberAttribute()]
  306. public string Month {
  307. get {
  308. return this.MonthField;
  309. }
  310. set {
  311. if ((object.ReferenceEquals(this.MonthField, value) != true)) {
  312. this.MonthField = value;
  313. this.RaisePropertyChanged("Month");
  314. }
  315. }
  316. }
  317. [System.Runtime.Serialization.DataMemberAttribute()]
  318. public string ReturnDocID {
  319. get {
  320. return this.ReturnDocIDField;
  321. }
  322. set {
  323. if ((object.ReferenceEquals(this.ReturnDocIDField, value) != true)) {
  324. this.ReturnDocIDField = value;
  325. this.RaisePropertyChanged("ReturnDocID");
  326. }
  327. }
  328. }
  329. [System.Runtime.Serialization.DataMemberAttribute()]
  330. public string ReturnDocLineID {
  331. get {
  332. return this.ReturnDocLineIDField;
  333. }
  334. set {
  335. if ((object.ReferenceEquals(this.ReturnDocLineIDField, value) != true)) {
  336. this.ReturnDocLineIDField = value;
  337. this.RaisePropertyChanged("ReturnDocLineID");
  338. }
  339. }
  340. }
  341. [System.Runtime.Serialization.DataMemberAttribute()]
  342. public string WorkPoint {
  343. get {
  344. return this.WorkPointField;
  345. }
  346. set {
  347. if ((object.ReferenceEquals(this.WorkPointField, value) != true)) {
  348. this.WorkPointField = value;
  349. this.RaisePropertyChanged("WorkPoint");
  350. }
  351. }
  352. }
  353. [System.Runtime.Serialization.DataMemberAttribute()]
  354. public string Year {
  355. get {
  356. return this.YearField;
  357. }
  358. set {
  359. if ((object.ReferenceEquals(this.YearField, value) != true)) {
  360. this.YearField = value;
  361. this.RaisePropertyChanged("Year");
  362. }
  363. }
  364. }
  365. [System.Runtime.Serialization.DataMemberAttribute()]
  366. public string cInvCode {
  367. get {
  368. return this.cInvCodeField;
  369. }
  370. set {
  371. if ((object.ReferenceEquals(this.cInvCodeField, value) != true)) {
  372. this.cInvCodeField = value;
  373. this.RaisePropertyChanged("cInvCode");
  374. }
  375. }
  376. }
  377. [System.Runtime.Serialization.DataMemberAttribute()]
  378. public string iPBVQuantity {
  379. get {
  380. return this.iPBVQuantityField;
  381. }
  382. set {
  383. if ((object.ReferenceEquals(this.iPBVQuantityField, value) != true)) {
  384. this.iPBVQuantityField = value;
  385. this.RaisePropertyChanged("iPBVQuantity");
  386. }
  387. }
  388. }
  389. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  390. protected void RaisePropertyChanged(string propertyName) {
  391. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  392. if ((propertyChanged != null)) {
  393. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  394. }
  395. }
  396. }
  397. [System.Diagnostics.DebuggerStepThroughAttribute()]
  398. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  399. [System.Runtime.Serialization.DataContractAttribute(Name="CustCreateApBySrcDocSrv.ReturnNEWModel", Namespace="http://schemas.datacontract.org/2004/07/UFIDA.U9.Cust.CreateApBillBySrcDoc")]
  400. [System.SerializableAttribute()]
  401. public partial class CustCreateApBySrcDocSrvReturnNEWModel : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  402. [System.NonSerializedAttribute()]
  403. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  404. [System.Runtime.Serialization.OptionalFieldAttribute()]
  405. private string DocNoField;
  406. [System.Runtime.Serialization.OptionalFieldAttribute()]
  407. private bool IsSuccessField;
  408. [System.Runtime.Serialization.OptionalFieldAttribute()]
  409. private string MESSAGEField;
  410. [global::System.ComponentModel.BrowsableAttribute(false)]
  411. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  412. get {
  413. return this.extensionDataField;
  414. }
  415. set {
  416. this.extensionDataField = value;
  417. }
  418. }
  419. [System.Runtime.Serialization.DataMemberAttribute()]
  420. public string DocNo {
  421. get {
  422. return this.DocNoField;
  423. }
  424. set {
  425. if ((object.ReferenceEquals(this.DocNoField, value) != true)) {
  426. this.DocNoField = value;
  427. this.RaisePropertyChanged("DocNo");
  428. }
  429. }
  430. }
  431. [System.Runtime.Serialization.DataMemberAttribute()]
  432. public bool IsSuccess {
  433. get {
  434. return this.IsSuccessField;
  435. }
  436. set {
  437. if ((this.IsSuccessField.Equals(value) != true)) {
  438. this.IsSuccessField = value;
  439. this.RaisePropertyChanged("IsSuccess");
  440. }
  441. }
  442. }
  443. [System.Runtime.Serialization.DataMemberAttribute()]
  444. public string MESSAGE {
  445. get {
  446. return this.MESSAGEField;
  447. }
  448. set {
  449. if ((object.ReferenceEquals(this.MESSAGEField, value) != true)) {
  450. this.MESSAGEField = value;
  451. this.RaisePropertyChanged("MESSAGE");
  452. }
  453. }
  454. }
  455. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  456. protected void RaisePropertyChanged(string propertyName) {
  457. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  458. if ((propertyChanged != null)) {
  459. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  460. }
  461. }
  462. }
  463. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  464. [System.ServiceModel.ServiceContractAttribute(ConfigurationName="CreateAPBill.ICreateAPBill")]
  465. public interface ICreateAPBill {
  466. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICreateAPBill/CustCreateAPBill", ReplyAction="http://tempuri.org/ICreateAPBill/CustCreateAPBillResponse")]
  467. NFine.Application.CreateAPBill.CustCreateApBySrcDocSrvReturnNEWModel CustCreateAPBill(NFine.Application.CreateAPBill.CustCreateApBySrcDocSrvCreateAPBillModel[] APBillList);
  468. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICreateAPBill/CustCreateAPBill", ReplyAction="http://tempuri.org/ICreateAPBill/CustCreateAPBillResponse")]
  469. System.Threading.Tasks.Task<NFine.Application.CreateAPBill.CustCreateApBySrcDocSrvReturnNEWModel> CustCreateAPBillAsync(NFine.Application.CreateAPBill.CustCreateApBySrcDocSrvCreateAPBillModel[] APBillList);
  470. }
  471. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  472. public interface ICreateAPBillChannel : NFine.Application.CreateAPBill.ICreateAPBill, System.ServiceModel.IClientChannel {
  473. }
  474. [System.Diagnostics.DebuggerStepThroughAttribute()]
  475. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  476. public partial class CreateAPBillClient : System.ServiceModel.ClientBase<NFine.Application.CreateAPBill.ICreateAPBill>, NFine.Application.CreateAPBill.ICreateAPBill {
  477. public CreateAPBillClient() {
  478. }
  479. public CreateAPBillClient(string endpointConfigurationName) :
  480. base(endpointConfigurationName) {
  481. }
  482. public CreateAPBillClient(string endpointConfigurationName, string remoteAddress) :
  483. base(endpointConfigurationName, remoteAddress) {
  484. }
  485. public CreateAPBillClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
  486. base(endpointConfigurationName, remoteAddress) {
  487. }
  488. public CreateAPBillClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
  489. base(binding, remoteAddress) {
  490. }
  491. public NFine.Application.CreateAPBill.CustCreateApBySrcDocSrvReturnNEWModel CustCreateAPBill(NFine.Application.CreateAPBill.CustCreateApBySrcDocSrvCreateAPBillModel[] APBillList) {
  492. return base.Channel.CustCreateAPBill(APBillList);
  493. }
  494. public System.Threading.Tasks.Task<NFine.Application.CreateAPBill.CustCreateApBySrcDocSrvReturnNEWModel> CustCreateAPBillAsync(NFine.Application.CreateAPBill.CustCreateApBySrcDocSrvCreateAPBillModel[] APBillList) {
  495. return base.Channel.CustCreateAPBillAsync(APBillList);
  496. }
  497. }
  498. }