llj
昨天 ef0e5893c1b444d2e0b7a9ee13c90b9719c863f9
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()]