From 1ae6d87bb3fde2c10b4da671705ddc8977bc30b9 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期二, 23 十二月 2025 09:37:16 +0800
Subject: [PATCH] 1

---
 WebAPI/Web References/WebS/Reference.cs |  233 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 231 insertions(+), 2 deletions(-)

diff --git a/WebAPI/Web References/WebS/Reference.cs b/WebAPI/Web References/WebS/Reference.cs
index 9038b11..e823f1d 100644
--- a/WebAPI/Web References/WebS/Reference.cs
+++ b/WebAPI/Web References/WebS/Reference.cs
@@ -14812,7 +14812,17 @@
             sErrMsg = ((string)(results[1]));
             return ((bool)(results[0]));
         }
-        
+        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_Bill_New", RequestNamespace = "http://tempuri.org/", ResponseNamespace = "http://tempuri.org/", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
+        public bool set_Bill_New(ClsCg_POOrderBillMain oMain, string sHSourceType, ref string sErrMsg)
+        {
+            object[] results = this.Invoke("set_Bill_New", new object[] {
+                        oMain,
+                        sHSourceType,
+                        sErrMsg});
+            sErrMsg = ((string)(results[1]));
+            return ((bool)(results[0]));
+        }
+
         /// <remarks/>
         public void set_SaveOtherOutBill_NewAsync(ClsKf_OtherOutBillMain oMain, string sHSourceType, string sErrMsg) {
             this.set_SaveOtherOutBill_NewAsync(oMain, sHSourceType, sErrMsg, null);
@@ -41535,7 +41545,226 @@
             }
         }
     }
-    
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
+    [System.SerializableAttribute()]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    [System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://tempuri.org/")]
+    public partial class ClsCg_POOrderBillMain : ClsXt_BaseBillMain
+    {
+        
+
+        private long hSupIDField;
+
+        private long hWHIDField;
+
+        private long hSCWHIDField;
+
+        private long hEmpIDField;
+
+        private long hManagerIDField;
+
+        private long hSecManagerIDField;
+
+        private long hKeeperIDField;
+
+        private long hDeptIDField;
+
+        private string hExplanationField;
+
+        private string hInnerBillNoField;
+
+        private bool hRedBlueFlagField;
+
+        private string hStockStyleField;
+
+        private long hSTOCKORGIDField;
+
+        private long hOWNERIDField;
+
+        /// <remarks/>
+        public long HSupID
+        {
+            get
+            {
+                return this.hSupIDField;
+            }
+            set
+            {
+                this.hSupIDField = value;
+            }
+        }
+
+        /// <remarks/>
+        public long HWHID
+        {
+            get
+            {
+                return this.hWHIDField;
+            }
+            set
+            {
+                this.hWHIDField = value;
+            }
+        }
+
+        /// <remarks/>
+        public long HSCWHID
+        {
+            get
+            {
+                return this.hSCWHIDField;
+            }
+            set
+            {
+                this.hSCWHIDField = value;
+            }
+        }
+
+        /// <remarks/>
+        public long HEmpID
+        {
+            get
+            {
+                return this.hEmpIDField;
+            }
+            set
+            {
+                this.hEmpIDField = value;
+            }
+        }
+
+        /// <remarks/>
+        public long HManagerID
+        {
+            get
+            {
+                return this.hManagerIDField;
+            }
+            set
+            {
+                this.hManagerIDField = value;
+            }
+        }
+
+        /// <remarks/>
+        public long HSecManagerID
+        {
+            get
+            {
+                return this.hSecManagerIDField;
+            }
+            set
+            {
+                this.hSecManagerIDField = value;
+            }
+        }
+
+        /// <remarks/>
+        public long HKeeperID
+        {
+            get
+            {
+                return this.hKeeperIDField;
+            }
+            set
+            {
+                this.hKeeperIDField = value;
+            }
+        }
+
+        /// <remarks/>
+        public long HDeptID
+        {
+            get
+            {
+                return this.hDeptIDField;
+            }
+            set
+            {
+                this.hDeptIDField = value;
+            }
+        }
+
+        /// <remarks/>
+        public string HExplanation
+        {
+            get
+            {
+                return this.hExplanationField;
+            }
+            set
+            {
+                this.hExplanationField = value;
+            }
+        }
+
+        /// <remarks/>
+        public string HInnerBillNo
+        {
+            get
+            {
+                return this.hInnerBillNoField;
+            }
+            set
+            {
+                this.hInnerBillNoField = value;
+            }
+        }
+
+        /// <remarks/>
+        public bool HRedBlueFlag
+        {
+            get
+            {
+                return this.hRedBlueFlagField;
+            }
+            set
+            {
+                this.hRedBlueFlagField = value;
+            }
+        }
+
+        /// <remarks/>
+        public string HStockStyle
+        {
+            get
+            {
+                return this.hStockStyleField;
+            }
+            set
+            {
+                this.hStockStyleField = value;
+            }
+        }
+
+        /// <remarks/>
+        public long HSTOCKORGID
+        {
+            get
+            {
+                return this.hSTOCKORGIDField;
+            }
+            set
+            {
+                this.hSTOCKORGIDField = value;
+            }
+        }
+
+        /// <remarks/>
+        public long HOWNERID
+        {
+            get
+            {
+                return this.hOWNERIDField;
+            }
+            set
+            {
+                this.hOWNERIDField = value;
+            }
+        }
+    }
     /// <remarks/>
     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
     [System.SerializableAttribute()]

--
Gitblit v1.9.1